This patch updates the documentation to reflect that DPDK 1.7.1 is supported.
Travis scripts have also been updated to reflect this. DPDK phy and ring ports
were validated against DPDK 1.7.1.
(note: ring ports were validated with the upcoming multi-queue patch fix).
Reviewed-by: Mark D. Gray
Sign
ver 2:
- rebased with master
Signed-off-by: maryam.tahhan
---
INSTALL.DPDK | 183 ++
Makefile.am | 46 +-
configure.ac |1 +
lib/automake.mk |7 +-
lib/netdev-dpdk.c |
ff-by: maryam.tahhan
---
INSTALL.DPDK | 186 +-
Makefile.am | 46 +-
configure.ac |1 +
lib/automake.mk |7 +-
lib/netdev-dpdk.c | 763 +--
lib/net
ed on Intel multi-core platforms and with clients that
have virtio-net interfaces.
Signed-off-by: maryam.tahhan
---
INSTALL.DPDK | 186 +-
Makefile.am | 46 +-
configure.ac |1 +
lib/automa
Shared memory ring patch
This patch enables the client dpdk rings within the netdev-dpdk. It adds
a new dpdk device called dpdkr (other naming suggestions?). This allows
for the use of shared memory to communicate with other dpdk applications,
on the host or within a virtual machine. Instructio
From: "maryam.tahhan"
This patch enables arbitrary port naming for vhost patches, so
they no longer need to be called dpdkvhost.
Signed-off-by: maryam.tahhan
---
INSTALL.DPDK | 6 +++---
lib/netdev-dpdk.c | 30 --
2 files changed, 19 inserti