From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7CFD01041; Thu, 17 Jan 2019 14:24:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2019 05:24:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,489,1539673200"; d="scan'208";a="117444641" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga008.fm.intel.com with ESMTP; 17 Jan 2019 05:24:02 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 17 Jan 2019 13:24:01 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.205]) by irsmsx111.ger.corp.intel.com ([169.254.2.160]) with mapi id 14.03.0415.000; Thu, 17 Jan 2019 13:24:01 +0000 From: "Iremonger, Bernard" To: Rami Rosen , "dev@dpdk.org" CC: "stable@dpdk.org" , "Mcnamara, John" Thread-Topic: [PATCH V2] doc: add missing loopback option in testpmd guide Thread-Index: AQHUrllVLcyZ9mR3jkKNQduAKo8SLaWzctgQ Date: Thu, 17 Jan 2019 13:24:01 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D50A11@IRSMSX108.ger.corp.intel.com> References: <1547725166-15070-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1547725166-15070-1-git-send-email-ramirose@gmail.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWRjZDg5NTgtMjAzOS00YTRlLWJiYWMtNDZhNmQyZWY3MTI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ0p3VE9UM1pwVVI2cUdPN2h0MW14Tjg2VXhzVkxXSENKN1ZOaEdhXC9SS3gyVVpXekdSc25EK1wvd2ZPd3R3UDJKIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 V2] doc: add missing loopback option in testpmd guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2019 13:24:05 -0000 > -----Original Message----- > From: Rami Rosen [mailto:ramirose@gmail.com] > Sent: Thursday, January 17, 2019 11:39 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Mcnamara, John ; > Iremonger, Bernard ; Rami Rosen > > Subject: [PATCH V2] doc: add missing loopback option in testpmd guide >=20 > This patch adds a missing topology "loop" mode for port-topology option i= n > testpmd guide. The testpmd "loop" option > (PORT_TOPOLOGY_LOOP) was added to testpmd parameter port-topology back > in 2014, but it seems that it was never added to the testpmd guide. This = patch > adds it in the testpmd guide. >=20 > v2: Change "loopback" to "loop" (following Bernard review) >=20 > Fixes: 3e2006d6186c ("app/testpmd: add loopback topology") > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen Acked-by: Bernard Iremonger