Re: [dpdk-dev] [PATCH v2 1/2] app/test: use RTE_DIM instead of ARRAY_SIZE

2019-10-27 Thread David Marchand
On Thu, Oct 17, 2019 at 2:10 PM wrote: > > From: Pavan Nikhilesh > > Use RTE_DIM instead of re-defining ARRAY_SIZE. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Gage Eads Applied, thanks. I had a similar patch in store :-). If you want to continue on this topic, look at other files in app/

[dpdk-dev] [PATCH v2 1/2] app/test: use RTE_DIM instead of ARRAY_SIZE

2019-10-17 Thread pbhagavatula
From: Pavan Nikhilesh Use RTE_DIM instead of re-defining ARRAY_SIZE. Signed-off-by: Pavan Nikhilesh Acked-by: Gage Eads --- v2 Changes: -- - Drop [2/3] drivers: use RTE_DIM instead of ARRAY_SIZE as the same sources might be reused outside DPDK. app/test/test_cryptodev_asym.c | 8