From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v5 1/6] app/testpmd: fix ports list after removing several at once Date: Thu, 18 Oct 2018 11:41:39 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D12D5C@IRSMSX107.ger.corp.intel.com> References: <20180907233929.21950-1-thomas@monjalon.net> <20181018012402.1240-2-thomas@monjalon.net> <8CEF83825BEC744B83065625E567D7C260D12CD2@IRSMSX107.ger.corp.intel.com> <4896325.UA0OBGhyO2@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "Yigit, Ferruh" , "arybchenko@solarflare.com" , "ophirmu@mellanox.com" , "rahul.lakkireddy@chelsio.com" , Wisam Jaddo To: Thomas Monjalon Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8ECDC5F13 for ; Thu, 18 Oct 2018 13:41:43 +0200 (CEST) In-Reply-To: <4896325.UA0OBGhyO2@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, October 18, 2018 12:29 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org; Yigit, Ferruh ; > arybchenko@solarflare.com; ophirmu@mellanox.com; > rahul.lakkireddy@chelsio.com; Wisam Jaddo > Subject: Re: [dpdk-dev] [PATCH v5 1/6] app/testpmd: fix ports list after > removing several at once >=20 > 18/10/2018 12:40, Iremonger, Bernard: > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > > > From: Wisam Jaddo > > > > > > 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 >=20 > 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 . >=20 > > > Signed-off-by: Wisam Jaddo Regards, Bernard.