From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 77F84A0096 for ; Tue, 7 May 2019 17:37:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5732D34F0; Tue, 7 May 2019 17:37:41 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 05EF534F0; Tue, 7 May 2019 17:37:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2019 08:37:38 -0700 X-ExtLoop1: 1 Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga005.jf.intel.com with ESMTP; 07 May 2019 08:37:37 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 7 May 2019 16:37:36 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by irsmsx112.ger.corp.intel.com ([169.254.1.101]) with mapi id 14.03.0415.000; Tue, 7 May 2019 16:37:36 +0100 From: "Iremonger, Bernard" To: Kevin Traynor , "Mcnamara, John" , "Kovacevic, Marko" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix some formatting errors in testpmd guide Thread-Index: AQHVARcMRXcgxOR/+UGcytCJN+CHmqZf0xYQ Date: Tue, 7 May 2019 15:37:36 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D907A4@IRSMSX108.ger.corp.intel.com> References: <20190502184342.28988-1-ktraynor@redhat.com> In-Reply-To: <20190502184342.28988-1-ktraynor@redhat.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2EwZWY0ZDctMmU2NC00NDg5LWJiYzQtNzU2NmY3MmE5NDE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiemQweVwvQjZmcm1jeFk1NlZQaFpSbWRjSHNPUWl4RE5nSmNUNjR5c2RBSFJ2NXQzdnliNmhrU1hxWCtFTWJkK1AifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix some formatting errors in testpmd guide X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Kevin Traynor > Sent: Thursday, May 2, 2019 7:44 PM > To: Mcnamara, John ; Kovacevic, Marko > ; dev@dpdk.org > Cc: Kevin Traynor ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix some formatting errors in testpmd gu= ide >=20 > Minor formatting error related to code block noticed when reading the doc= . > Fix it and some other errors. >=20 > Fixes: c7217b9dd8ef ("app/testpmd: change log level at run time") > Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region") > Fixes: e38ea44f1714 ("app/testpmd: add configuration for input set") > Fixes: 08e0b3440baf ("app/testpmd: add option to configure UDP tunnel por= t") > Fixes: e977e4199a8d ("app/testpmd: add commands to load/unload BPF filter= s") > Cc: stable@dpdk.org >=20 > Signed-off-by: Kevin Traynor Acked-by: Bernard Iremonger