INSTALL.DPDK: Update documentation to indicate VFIO support
authorMark D. Gray <mark.d.gray@intel.com>
Thu, 29 Jan 2015 15:22:53 +0000 (15:22 +0000)
committerThomas Graf <tgraf@noironetworks.com>
Thu, 29 Jan 2015 15:34:36 +0000 (16:34 +0100)
commit491c2ea3230f53ecbe65a556a0a1cc68647d7b99
tree65bc74a0c945b534a72d6212ee1eaa266a3e31a6
parentebdabd05e9465dd6e50adedb4a0bcb5678e563de
INSTALL.DPDK: Update documentation to indicate VFIO support

Since DPDK 1.7, VFIO is supported in place of UIO. This allows
a user to avoid having to insert a non-standard kernel module.

This patch updates the documentation with instructions for
setting up OVS with VFIO. As part of this work, VFIO was also
successfully tested with OVS and the DPDK netdev.

[tgraf: Added some more markdown formatting]

Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
INSTALL.DPDK.md