From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 3A6455A8E for ; Tue, 31 Mar 2015 02:09:47 +0200 (CEST) Received: by wgbdm7 with SMTP id dm7so1373357wgb.1 for ; Mon, 30 Mar 2015 17:09:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=htY08hhrTTddwKABqLhvnVFfbHsvoAHi2BvXL6aARAM=; b=gaPFcWH3PmOYDqTt+eMsXbfb2SmezC3Z5OO+E20tESelaOj5y1vX7y6LXu/m9dYDQ7 x0ZOgYVJSEVr6fcFMVhPll08JQYS5B+azjJdFvOI6ETLXsLGxqgHPtgsBsneZroL5NUk eAPbp0WKv12Tbm+NUGMQsIyYI/F4Ojn14g2qGDkgWyDo7Dr/JcYGgEIB1OovRJbfALnm HLKrHqkzuHYsJDZS8/L8PX34ZL++FXaXSJbBOtRRxKica9o8jVY3/to6whpx1a4qr4de oIN54Iok8QfNNaNSBbCOT4jgk2BPcOjtRZq6GQJH5/OkFeGKHjiJRTVsQ5ghwuvbSIyP QjLQ== X-Gm-Message-State: ALoCoQmizhwx/nK3xiVMVmlmMUwQ36kW3iJ8wPNUf1lcfNQL433Vtbf4VIAGCYnTy7VcrqMMKzi3 X-Received: by 10.194.60.203 with SMTP id j11mr69893360wjr.5.1427760587077; Mon, 30 Mar 2015 17:09:47 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k1sm17885819wjn.9.2015.03.30.17.09.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 17:09:46 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Tue, 31 Mar 2015 02:09:05 +0200 Message-ID: <1660181.eCDeovWMP5@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A@IRSMSX109.ger.corp.intel.com> References: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd UG 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: Tue, 31 Mar 2015 00:09:47 -0000 > > Added information on testpmd user guide > > for -l, --lcores and --master-lcore options > > > > Signed-off-by: Pablo de Lara > > Acked-by Siobhan Butler There is a small error: doc/guides/testpmd_app_ug/run_app.rst:58: WARNING: Definition list ends without a blank line; unexpected unindent. Applied with small fix, thanks