Re: [dpdk-dev] [PATCH v3 09/10] net/bnxt: release port upon close

2020-01-16 Thread Somnath Kotur
Ferruh, On Thu, 16 Jan 2020, 16:50 Ferruh Yigit, wrote: > On 1/14/2020 2:49 PM, Somnath Kotur wrote: > > Ferruh, > > Will recheck and revert on > > Hi Ajit, > > this is blocking the next-net-brcm tree to be pulled. Would you want to > drop > this patch from your tree and continue with merge an

Re: [dpdk-dev] [PATCH v3 09/10] net/bnxt: release port upon close

2020-01-16 Thread Ferruh Yigit
On 1/14/2020 2:49 PM, Somnath Kotur wrote: > Ferruh, > Will recheck and revert on Hi Ajit, this is blocking the next-net-brcm tree to be pulled. Would you want to drop this patch from your tree and continue with merge and deal with this patch later? Or if this patch is the critical for the serie

Re: [dpdk-dev] [PATCH v3 09/10] net/bnxt: release port upon close

2020-01-14 Thread Somnath Kotur
Ferruh, Will recheck and revert on Thanks Som On Tue, 14 Jan 2020, 18:26 Ferruh Yigit, wrote: > On 1/14/2020 5:14 AM, Ajit Khaparde wrote: > > From: Somnath Kotur > > > > Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources > > for the port can be freed by rte_eth_dev_close().

Re: [dpdk-dev] [PATCH v3 09/10] net/bnxt: release port upon close

2020-01-14 Thread Ferruh Yigit
On 1/14/2020 5:14 AM, Ajit Khaparde wrote: > From: Somnath Kotur > > Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources > for the port can be freed by rte_eth_dev_close(). > > Signed-off-by: Somnath Kotur > Reviewed-by: Kalesh Anakkur Purayil > Reviewed-by: Ajit Khaparde > -

[dpdk-dev] [PATCH v3 09/10] net/bnxt: release port upon close

2020-01-13 Thread Ajit Khaparde
From: Somnath Kotur Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources for the port can be freed by rte_eth_dev_close(). Signed-off-by: Somnath Kotur Reviewed-by: Kalesh Anakkur Purayil Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 5 + 1 file changed,