Re: [dpdk-dev] [PATCH v1 1/2] net/octeontx: fix null pointer dereference

2018-03-07 Thread Pavan Nikhilesh
On Tue, Mar 06, 2018 at 05:51:27PM +, Ferruh Yigit wrote: > On 2/20/2018 5:14 PM, Santosh Shukla wrote: > > Fixes: f18b146c498d ("net/octeontx: create ethdev ports") > > Coverity issue: 195040 > > > > Cc: sta...@dpdk.org > > Signed-off-by: Santosh Shukla > > Series applied to dpdk-next-net/mas

Re: [dpdk-dev] [PATCH v1 1/2] net/octeontx: fix null pointer dereference

2018-03-06 Thread Ferruh Yigit
On 2/20/2018 5:14 PM, Santosh Shukla wrote: > Fixes: f18b146c498d ("net/octeontx: create ethdev ports") > Coverity issue: 195040 > > Cc: sta...@dpdk.org > Signed-off-by: Santosh Shukla Series applied to dpdk-next-net/master, thanks. BTW, what is the plan to switching new offloading API in PMD?

[dpdk-dev] [PATCH v1 1/2] net/octeontx: fix null pointer dereference

2018-02-20 Thread Santosh Shukla
Fixes: f18b146c498d ("net/octeontx: create ethdev ports") Coverity issue: 195040 Cc: sta...@dpdk.org Signed-off-by: Santosh Shukla --- drivers/net/octeontx/octeontx_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/octeontx/octeontx_ethdev.c b/drivers/net/