Re: [dpdk-dev] [PATCH 2/4] net/softnic: do not dereference global config struct

2019-05-15 Thread Maxime Coquelin
On 5/15/19 9:54 AM, David Marchand wrote: Prefer the existing apis rather than direct access the configuration structure. Fixes: a958a5c07f4b ("net/softnic: support service cores") Cc:sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/softnic/rte_eth_softnic_thread.c | 13 --

[dpdk-dev] [PATCH 2/4] net/softnic: do not dereference global config struct

2019-05-15 Thread David Marchand
Prefer the existing apis rather than direct access the configuration structure. Fixes: a958a5c07f4b ("net/softnic: support service cores") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/softnic/rte_eth_softnic_thread.c | 13 - 1 file changed, 4 insertions(+), 9 de