> -----Original Message----- > From: Stephen Hemminger [mailto:[email protected]] > Sent: Tuesday, April 7, 2020 10:56 PM > To: wangyunjian <[email protected]> > Cc: [email protected]; [email protected]; Lilijun (Jerry) > <[email protected]>; xudingke <[email protected]>; > [email protected] > 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 <[email protected]> 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

