Re: [dpdk-dev] [PATCH v8 11/13] bus/dpaa: change netcfg access as function

2020-05-19 Thread Ray Kinsella
On 15/05/2020 10:47, Hemant Agrawal wrote: > This patch changes the export of fman port config > as function call instead of direct variable access. > This is in control path, so it will not impact perf. > > Signed-off-by: Hemant Agrawal > --- > drivers/bus/dpaa/dpaa_bus.c | 6 +

[dpdk-dev] [PATCH v8 11/13] bus/dpaa: change netcfg access as function

2020-05-15 Thread Hemant Agrawal
This patch changes the export of fman port config as function call instead of direct variable access. This is in control path, so it will not impact perf. Signed-off-by: Hemant Agrawal --- drivers/bus/dpaa/dpaa_bus.c | 6 ++ drivers/bus/dpaa/rte_bus_dpaa_version.map | 1 + driv