> -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, September 30, 2020 12:56 AM > To: wangyunjian <wangyunj...@huawei.com>; dev@dpdk.org > Cc: keith.wi...@intel.com; tho...@monjalon.net; Lilijun (Jerry) > <jerry.lili...@huawei.com>; xudingke <xudin...@huawei.com> > Subject: Re: [dpdk-dev] [PATCH v2] net/tap: release port upon close > > On 9/17/2020 12:47 PM, wangyunjian wrote: > > From: Yunjian Wang <wangyunj...@huawei.com> > > > > 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: Yunjian Wang <wangyunj...@huawei.com> > > --- > > v2: > > Remove redundant check and assignment suggested > > by Ferruh Yigit and Thomas Monjalon > > Hi Yunjian, > > There is a newer version of the tap close in the patchset related to the > ethdev > close updates: > https://patches.dpdk.org/patch/79086/ > > I will update this one as 'Superseded', can you please check the above one? >
OK, I will check and test it. Thanks, Yunjian > Thanks, > ferruh