Skip to content

Commit

Permalink
Minor fix to siw install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
oTTer-Chief committed Nov 4, 2016
1 parent b3905a6 commit c194399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/install-softiwarp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sudo ldconfig
sudo mkdir -p /etc/libibverbs.d
sudo ln -sf /usr/local/etc/libibverbs.d/siw.driver /etc/libibverbs.d/

echo "=== Unloading eventual previous kernel module"
modprobe -rv siw
echo "=== Unloading previous kernel module, if any"
sudo modprobe -rv siw

echo "=== Building kernel module"
cd "$DIR/softiwarp/kernel"
Expand Down

0 comments on commit c194399

Please sign in to comment.