Skip to content

Commit

Permalink
Disabled softiwarp tx zero copy feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
oTTer-Chief committed Nov 4, 2016
1 parent c194399 commit 20e9208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/install-softiwarp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ echo "=== Installing kernel module"
sudo make install
sudo depmod

echo "=== Setting kernel module options"
sudo bash -c 'echo -e "options siw zcopy_tx=0" > /etc/modprobe.d/siw.conf'

echo "=== Loading kernel modules"
for m in rdma_cm ib_uverbs rdma_ucm siw; do
grep -q "^$m$" /etc/modules || sudo bash -c "echo '$m' >> /etc/modules"
Expand Down

0 comments on commit 20e9208

Please sign in to comment.