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

2020-03-27 Thread Dave Burley
Acked-by: Dave Burley On 26/03/2020 03:27, Nicolas Chautru wrote: From: Nic Chautru Includes support for BLER (Block Error Rate) wireless performance test with new arguments for SNR and number of iterations for 5G. This generates LLRs for a given SNR level then measures the ratio of code bloc

[dpdk-dev] [PATCH v5 07/10] test-bbdev: support for performance tests

2020-03-25 Thread Nicolas Chautru
From: Nic Chautru Includes support for BLER (Block Error Rate) wireless performance test with new arguments for SNR and number of iterations for 5G. This generates LLRs for a given SNR level then measures the ratio of code blocks being successfully decoded or not. Signed-off-by: Nic Chautru ---