Re: [dpdk-dev] [PATCH 2/2] net/bnxt: pass dev args by reference

2020-11-01 Thread Ajit Khaparde
On Fri, Oct 30, 2020 at 12:11 AM Somnath Kotur wrote: > > Pass 'eth_da' pointer instead of pass by value to > bnxt_rep_port_probe() > > Coverity issue: 360841 > > Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") > Cc: sta...@dpdk.org > > Signed-off-by: Somnath Kotur > Reviewe

[dpdk-dev] [PATCH 2/2] net/bnxt: pass dev args by reference

2020-10-30 Thread Somnath Kotur
Pass 'eth_da' pointer instead of pass by value to bnxt_rep_port_probe() Coverity issue: 360841 Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") Cc: sta...@dpdk.org Signed-off-by: Somnath Kotur Reviewed-by: Kalesh Anakkur Purayil --- drivers/net/bnxt/bnxt_ethdev.c | 10 +++