Re: [dpdk-dev] [PATCH v2] net/null: support bulk allocation

2018-03-16 Thread Ferruh Yigit
On 3/9/2018 11:09 AM, Ferruh Yigit wrote: > On 3/8/2018 11:40 PM, Mallesh Koujalagi wrote: >> Bulk allocation of multiple mbufs increased more than ~2% and less >> than 8% throughput on single core (1.8 GHz), based on usage for example >> 1: Testpmd case: Two null devices with copy 8% improvement.

Re: [dpdk-dev] [PATCH v2] net/null: support bulk allocation

2018-03-09 Thread Ferruh Yigit
On 3/8/2018 11:40 PM, Mallesh Koujalagi wrote: > Bulk allocation of multiple mbufs increased more than ~2% and less > than 8% throughput on single core (1.8 GHz), based on usage for example > 1: Testpmd case: Two null devices with copy 8% improvement. > testpmd -c 0x3 -n 4 --socket-mem 1024,10

[dpdk-dev] [PATCH v2] net/null: support bulk allocation

2018-03-08 Thread Mallesh Koujalagi
Bulk allocation of multiple mbufs increased more than ~2% and less than 8% throughput on single core (1.8 GHz), based on usage for example 1: Testpmd case: Two null devices with copy 8% improvement. testpmd -c 0x3 -n 4 --socket-mem 1024,1024 --vdev 'eth_null0,size=64,copy=1' --vdev 'et