Re: [dpdk-dev] [PATCH v3 07/14] test-bbdev: support for performance tests

2020-03-25 Thread Chautru, Nicolas
From: Akhil Goyal >> >> From: Nic Chautru >> >> Includes support for BLER wireless performance test with new arguments >> for SNR and number of iterations for 5G. >> >It would be better to add more info in the commit log. >You can add reference to some standard link which is being Followed s

Re: [dpdk-dev] [PATCH v3 07/14] test-bbdev: support for performance tests

2020-03-25 Thread Akhil Goyal
> > From: Nic Chautru > > Includes support for BLER wireless performance test with > new arguments for SNR and number of iterations for 5G. > It would be better to add more info in the commit log. You can add reference to some standard link which is being Followed so that patch can be reviewe

Re: [dpdk-dev] [PATCH v3 07/14] test-bbdev: support for performance tests

2020-03-13 Thread Dave Burley
Acked-by: Dave Burley On 04/03/2020 18:54, Nicolas Chautru wrote: From: Nic Chautru Includes support for BLER wireless performance test with new arguments for SNR and number of iterations for 5G. Signed-off-by: Nic Chautru --- app/test-bbdev/main.c| 29 ++- app/test-bbdev/ma

[dpdk-dev] [PATCH v3 07/14] test-bbdev: support for performance tests

2020-03-04 Thread Nicolas Chautru
From: Nic Chautru Includes support for BLER wireless performance test with new arguments for SNR and number of iterations for 5G. Signed-off-by: Nic Chautru --- app/test-bbdev/main.c| 29 ++- app/test-bbdev/main.h| 9 +- app/test-bbdev/test_bbdev_perf.c | 523 +++