Re: [dpdk-dev] [PATCH] test/ring_perf: fix error statistics in bulk enq/dequeue

2020-07-13 Thread Olivier Matz
On Mon, Jun 08, 2020 at 01:49:38PM +0800, Feifei Wang wrote: > In size 32 bulk ring enq/dequeue performance test, the "Total count" > statistics is incorrect. For example, running the test on lcore 25 and > lcore 26, the output is as follows: > > The test command: > $sudo ./arm64-armv8a-linuxapp-g

Re: [dpdk-dev] [PATCH] test/ring_perf: fix error statistics in bulk enq/dequeue

2020-06-09 Thread Ananyev, Konstantin
> > In size 32 bulk ring enq/dequeue performance test, the "Total count" > statistics is incorrect. For example, running the test on lcore 25 and > lcore 26, the output is as follows: > > The test command: > $sudo ./arm64-armv8a-linuxapp-gcc/app/test -l 25-26 > RTE>>ring_perf_autotest > > Bulk e

[dpdk-dev] [PATCH] test/ring_perf: fix error statistics in bulk enq/dequeue

2020-06-08 Thread Feifei Wang
In size 32 bulk ring enq/dequeue performance test, the "Total count" statistics is incorrect. For example, running the test on lcore 25 and lcore 26, the output is as follows: The test command: $sudo ./arm64-armv8a-linuxapp-gcc/app/test -l 25-26 RTE>>ring_perf_autotest Bulk enq/dequeue count on s

[dpdk-dev] [PATCH] test/ring_perf: fix error statistics in bulk enq/dequeue

2020-06-07 Thread Feifei Wang
In size 32 bulk ring enq/dequeue performance test, the "Total count" statistics is incorrect. For example, running the test on lcore 25 and lcore 26, the output is as follows: The test command: $sudo ./arm64-armv8a-linuxapp-gcc/app/test -l 25-26 RTE>>ring_perf_autotest Bulk enq/dequeue count on s