[dpdk-dev] Performance of rte_ring APIs

2015-08-10 Thread Bruce Richardson
On Fri, Aug 07, 2015 at 10:07:07AM -0700, Gopakumar Choorakkot Edakkunni wrote: > Hi All, > > I have an extremely simple test - I have just one single DPDK EAL > thread which pulls packets from one 10G port and just puts the packet > exactly as is (no changes) on another 10G port - I get 9.5millio

[dpdk-dev] Performance of rte_ring APIs

2015-08-07 Thread Gopakumar Choorakkot Edakkunni
Hi All, I have an extremely simple test - I have just one single DPDK EAL thread which pulls packets from one 10G port and just puts the packet exactly as is (no changes) on another 10G port - I get 9.5million pps, so far so good. So its like this dpdk_rx dpdk_tx 9.5 Millionpps Now I do the bel