Skip to content

Commit

Permalink
INSTALL.DPDK.md: Fix whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark D. Gray <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Mark D. Gray authored and blp committed Apr 15, 2015
1 parent 8c0294b commit dbde55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.DPDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Using the DPDK with ovs-vswitchd:
1. insert uio.ko: `modprobe uio`
2. insert igb_uio.ko: `insmod $DPDK_BUILD/kmod/igb_uio.ko`
3. Bind network device to igb_uio:
`$DPDK_DIR/tools/dpdk_nic_bind.py --bind=igb_uio eth1`
`$DPDK_DIR/tools/dpdk_nic_bind.py --bind=igb_uio eth1`
* VFIO:
Expand All @@ -106,7 +106,7 @@ Using the DPDK with ovs-vswitchd:
2. Set correct permissions on vfio device: `sudo /usr/bin/chmod a+x /dev/vfio`
and: `sudo /usr/bin/chmod 0666 /dev/vfio/*`
3. Bind network device to vfio-pci:
`$DPDK_DIR/tools/dpdk_nic_bind.py --bind=vfio-pci eth1`
`$DPDK_DIR/tools/dpdk_nic_bind.py --bind=vfio-pci eth1`
3. Mount the hugetable filsystem
Expand Down

0 comments on commit dbde55e

Please sign in to comment.