Re: [dpdk-dev] [PATCH v1 4/5] app/test: use lcore accessor functions

2019-04-09 Thread David Marchand
On Mon, Apr 8, 2019 at 8:26 PM Stephen Hemminger wrote: > Use the new accessor functions. Don't refer to lcore_config directly. > > Signed-off-by: Stephen Hemminger > --- > app/test/test_cryptodev.c | 2 +- > app/test/test_hash_readwrite_lf.c | 14 +++--- > app/test/test_ring_

[dpdk-dev] [PATCH v1 4/5] app/test: use lcore accessor functions

2019-04-08 Thread Stephen Hemminger
Use the new accessor functions. Don't refer to lcore_config directly. Signed-off-by: Stephen Hemminger --- app/test/test_cryptodev.c | 2 +- app/test/test_hash_readwrite_lf.c | 14 +++--- app/test/test_ring_perf.c | 22 -- app/test/test_stack_perf.c