Re: [dpdk-dev] [PATCH 0/5] Fixes and enhancements for Tx path in Virtio PMD

2019-02-21 Thread Maxime Coquelin
On 2/19/19 11:59 AM, Tiwei Bie wrote: Below is a quick (unofficial) performance test (macfwd loop, 64B) for the packed ring optimizations in this series on an Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz platform: w/o this series: packed ring normal/in-order: ~10.4 Mpps w/ this series: packed r

Re: [dpdk-dev] [PATCH 0/5] Fixes and enhancements for Tx path in Virtio PMD

2019-02-19 Thread Tiwei Bie
On Tue, Feb 19, 2019 at 09:40:05PM +0800, Jason Wang wrote: > On 2019/2/19 下午6:59, Tiwei Bie wrote: > > Below is a quick (unofficial) performance test (macfwd loop, 64B) > > for the packed ring optimizations in this series on an Intel(R) > > Xeon(R) Gold 6140 CPU @ 2.30GHz platform: > > > > w/o th

Re: [dpdk-dev] [PATCH 0/5] Fixes and enhancements for Tx path in Virtio PMD

2019-02-19 Thread Jason Wang
On 2019/2/19 下午6:59, Tiwei Bie wrote: Below is a quick (unofficial) performance test (macfwd loop, 64B) for the packed ring optimizations in this series on an Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz platform: w/o this series: packed ring normal/in-order: ~10.4 Mpps w/ this series: packed ri

[dpdk-dev] [PATCH 0/5] Fixes and enhancements for Tx path in Virtio PMD

2019-02-19 Thread Tiwei Bie
Below is a quick (unofficial) performance test (macfwd loop, 64B) for the packed ring optimizations in this series on an Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz platform: w/o this series: packed ring normal/in-order: ~10.4 Mpps w/ this series: packed ring normal: ~10.9 Mpps packed rin