Re: [dpdk-dev] [PATCH] examples/bbdev: fix out-of-bounds access

2018-01-31 Thread Thomas Monjalon
31/01/2018 15:19, Amr Mokhtar: > eth_address was improperly accessed in bbdev example > app, this patch removes the use of port_id, it is > irrelevant here. > > Coverity issue: 257021 > Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") > > Signed-off-by: Amr Mokhtar Applied, thanks

[dpdk-dev] [PATCH] examples/bbdev: fix out-of-bounds access

2018-01-31 Thread Amr Mokhtar
eth_address was improperly accessed in bbdev example app, this patch removes the use of port_id, it is irrelevant here. Coverity issue: 257021 Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") Signed-off-by: Amr Mokhtar --- examples/bbdev_app/main.c | 12 ++-- 1 file changed, 6 ins