Hi Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Thursday, October 18, 2018 12:29 PM > To: Iremonger, Bernard <[email protected]> > Cc: [email protected]; Yigit, Ferruh <[email protected]>; > [email protected]; [email protected]; > [email protected]; Wisam Jaddo <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v5 1/6] app/testpmd: fix ports list after > removing several at once > > 18/10/2018 12:40, Iremonger, Bernard: > > From: Thomas Monjalon [mailto:[email protected]] > > > > > > From: Wisam Jaddo <[email protected]> > > > > > > When detaching a port, the full rte_device is removed. > > > If the rte_device was hosting several ports, the testpmd list of > > > ports must be updated for multiple removals. > > > > ./devtools/check-git-log.sh -1 > > Missing 'Fixes' tag: > > app/testpmd: fix ports list after removing several at once > > I think it is OK. > It is fixing a case which was not tested before. > And we don't really need to backport it.
If "fix" is removed from the commit message then the fixes line will not be needed. However if it is a real fix, then I think fixes line should be added . > > > > Signed-off-by: Wisam Jaddo <[email protected]> <snip> Regards, Bernard.

