From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: clarify port detaching/attaching in testpmd Date: Wed, 08 Jun 2016 18:36:50 +0200 Message-ID: <1632093.0aOy59I2TY@xps13> References: <1465400417-52412-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bernard.iremonger@intel.com, mukawa@igel.co.jp To: Pablo de Lara Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 6DA969AF8 for ; Wed, 8 Jun 2016 18:36:52 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id k204so25088855wmk.0 for ; Wed, 08 Jun 2016 09:36:52 -0700 (PDT) In-Reply-To: <1465400417-52412-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-08 16:40, Pablo de Lara: > Port needs to be stopped and then closed before it can be detached, > but the documentation was only saying to close the port. > > Also, both sections for port detaching and attaching has been reformatted > slightly, to show clearly how to use the commands. > > Signed-off-by: Pablo de Lara Applied, thanks