Re: [dpdk-dev] [EXT] Re: [PATCH] net/bnx2x: enhance old ethdev close behavior

2020-09-26 Thread Thomas Monjalon
25/09/2020 21:24, Rasesh Mody: > Hi Thomas, > > >From: Thomas Monjalon > >Sent: Friday, September 25, 2020 12:11 AM > > > >25/09/2020 06:17, Rasesh Mody: > >> Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources > >> for the port can be freed by rte_eth_dev_close(). With this chan

Re: [dpdk-dev] [EXT] Re: [PATCH] net/bnx2x: enhance old ethdev close behavior

2020-09-25 Thread Rasesh Mody
Hi Thomas, >From: Thomas Monjalon >Sent: Friday, September 25, 2020 12:11 AM > >25/09/2020 06:17, Rasesh Mody: >> Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources >> for the port can be freed by rte_eth_dev_close(). With this change the >> private port resources are released i