> -----Original Message----- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, April 7, 2020 10:56 PM > To: wangyunjian <wangyunj...@huawei.com> > Cc: dev@dpdk.org; keith.wi...@intel.com; Lilijun (Jerry) > <jerry.lili...@huawei.com>; xudingke <xudin...@huawei.com>; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 4/5] net/tap: fix close a valid fd > > On Tue, 7 Apr 2020 12:23:26 +0800 > wangyunjian <wangyunj...@huawei.com> wrote: > > > The internals is freed and setted NULL in the rte_eth_dev_release_port() > > The word "setted" is awkward in this phrase. > Better wording would be: > > The internal structure is freed and set to NULL in rte_eth_dev_release_port()
OK, I will fix it in v4. Thanks Yunjian