[ovs-dev] [PATCH 1/1] netdev-dpdk: Move to DPDK 1.7.1

2014-10-13 Thread maryam.tahhan
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

[ovs-dev] [PATCH v5 1/1] netdev-dpdk: add dpdk vhost ports

2014-09-29 Thread maryam.tahhan
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 |

[ovs-dev] [PATCH v4 1/1] netdev-dpdk: add dpdk vhost ports

2014-08-22 Thread maryam.tahhan
ff-by: maryam.tahhan --- INSTALL.DPDK | 186 +- Makefile.am | 46 +- configure.ac |1 + lib/automake.mk |7 +- lib/netdev-dpdk.c | 763 +-- lib/net

[ovs-dev] [PATCH v3 1/1] netdev-dpdk: add dpdk vhost ports

2014-08-08 Thread maryam.tahhan
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

[ovs-dev] [PATCH v2 1/1] netdev-dpdk: add dpdk rings to netdev-dpdk

2014-07-11 Thread maryam.tahhan
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

[ovs-dev] [PATCH] netdev-dpdk / arbitrary port naming for vhost ports

2014-06-20 Thread maryam.tahhan
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