[dpdk-dev] [PATCH v4 4/5] bbdev: test applications

Ferruh Yigit ferruh.yigit at intel.com
Tue Jan 9 20:27:09 CET 2018


On 12/23/2017 12:52 AM, Amr Mokhtar wrote:
> - full test suite for bbdev
> - test App works seamlessly on all PMDs registered with bbdev
>  framework
> - a python script is provided to make our life easier
> - supports execution of tests by parsing Test Vector files
> - test Vectors can be added/deleted/modified with no need for
>  re-compilation
> - various tests can be executed:
>  (a) Throughput test
>  (b) Offload latency test
>  (c) Operation latency test
>  (d) Validation test
>  (c) Sanity checks
> 
> Signed-off-by: Amr Mokhtar <amr.mokhtar at intel.com>

Getting following build error, can you please check?

.../dpdk/app/test-bbdev/test_bbdev_perf.c:1206:59: error: array subscript is
above array bounds [-Werror=array-bounds]
  bufs = &tp->op_params->q_bufs[GET_SOCKET(info.socket_id)][queue_id];
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~


More information about the dev mailing list