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.mokh...@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]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~