Re: [dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-25 Thread Somnath Kotur
On Fri, Sep 25, 2020 at 4:16 PM Somnath Kotur wrote: > > On Fri, Sep 25, 2020 at 2:12 PM Ferruh Yigit wrote: > > > > On 9/25/2020 3:04 AM, Somnath Kotur wrote: > > > On Thu, Sep 24, 2020 at 8:17 PM Ferruh Yigit > > > wrote: > > >> > > >> On 9/22/2020 8:06 AM, Somnath Kotur wrote: > > >>> Check

Re: [dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-25 Thread Somnath Kotur
On Fri, Sep 25, 2020 at 2:12 PM Ferruh Yigit wrote: > > On 9/25/2020 3:04 AM, Somnath Kotur wrote: > > On Thu, Sep 24, 2020 at 8:17 PM Ferruh Yigit wrote: > >> > >> On 9/22/2020 8:06 AM, Somnath Kotur wrote: > >>> Check for devargs before invoking rep port probe. > >>> > >>> Fixes: 6dc83230b43b (

Re: [dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-25 Thread Ferruh Yigit
On 9/25/2020 3:04 AM, Somnath Kotur wrote: On Thu, Sep 24, 2020 at 8:17 PM Ferruh Yigit wrote: On 9/22/2020 8:06 AM, Somnath Kotur wrote: Check for devargs before invoking rep port probe. Fixes: 6dc83230b43b ("net/bnxt: support port representor data path") Signed-off-by: Somnath Kotur Revi

Re: [dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-24 Thread Somnath Kotur
On Thu, Sep 24, 2020 at 8:17 PM Ferruh Yigit wrote: > > On 9/22/2020 8:06 AM, Somnath Kotur wrote: > > Check for devargs before invoking rep port probe. > > > > Fixes: 6dc83230b43b ("net/bnxt: support port representor data path") > > > > Signed-off-by: Somnath Kotur > > Reviewed-by: Venkat Duvvur

Re: [dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-24 Thread Ferruh Yigit
On 9/22/2020 8:06 AM, Somnath Kotur wrote: Check for devargs before invoking rep port probe. Fixes: 6dc83230b43b ("net/bnxt: support port representor data path") Signed-off-by: Somnath Kotur Reviewed-by: Venkat Duvvuru --- drivers/net/bnxt/bnxt_ethdev.c | 4 1 file changed, 4 insertio

[dpdk-dev] [PATCH 5/8] net/bnxt: add a null ptr check in bnxt PCI probe

2020-09-22 Thread Somnath Kotur
Check for devargs before invoking rep port probe. Fixes: 6dc83230b43b ("net/bnxt: support port representor data path") Signed-off-by: Somnath Kotur Reviewed-by: Venkat Duvvuru --- drivers/net/bnxt/bnxt_ethdev.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/bnxt/bnxt_ethde