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

2014-07-16 Thread Pravin Shelar
On Fri, Jul 11, 2014 at 5:37 AM, maryam.tahhan wrote: > 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 ap

[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