Re: [dpdk-dev] [PATCH v1 2/5] bus: use lcore accessor functions

2019-04-09 Thread David Marchand
On Mon, Apr 8, 2019 at 8:25 PM Stephen Hemminger wrote: > Fix the bus logic in fslmc and dpaa drivers to use the new > accessor functions. > > Signed-off-by: Stephen Hemminger > --- > drivers/bus/dpaa/dpaa_bus.c | 6 -- > drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 4 +++- > 2 f

[dpdk-dev] [PATCH v1 2/5] bus: use lcore accessor functions

2019-04-08 Thread Stephen Hemminger
Fix the bus logic in fslmc and dpaa drivers to use the new accessor functions. Signed-off-by: Stephen Hemminger --- drivers/bus/dpaa/dpaa_bus.c | 6 -- drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/bus/d