From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 81D4FB449 for ; Wed, 8 Jun 2016 18:37:07 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 08 Jun 2016 09:37:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,440,1459839600"; d="scan'208";a="715980327" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2016 09:37:05 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX153.ger.corp.intel.com ([169.254.9.105]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 17:37:04 +0100 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" , "Iremonger, Bernard" , "mukawa@igel.co.jp" CC: "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH] doc: clarify port detaching/attaching in testpmd Thread-Index: AQHRwZwVrwg7UBQLB0+ZDC8WtXdjxp/fxLHA Date: Wed, 8 Jun 2016 16:37:04 +0000 Message-ID: References: <1465400417-52412-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1465400417-52412-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjkxNTMxYWUtZjVjNC00YmNmLTlkNWYtZDYwZTJhMDIxZThjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjM5TTBZUDBNeEhrRzNDbytOTHJzYms2MWY1QktsUk9yb3dteFdITm1nZW89In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: clarify port detaching/attaching in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 16:37:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, June 8, 2016 4:40 PM > To: dev@dpdk.org; Iremonger, Bernard ; > mukawa@igel.co.jp > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: clarify port detaching/attaching in > testpmd >=20 > Port needs to be stopped and then closed before it can be detached, but > the documentation was only saying to close the port. >=20 > Also, both sections for port detaching and attaching has been reformatted > slightly, to show clearly how to use the commands. >=20 > Signed-off-by: Pablo de Lara Acked-by: John McNamara