From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7D72B1B436 for ; Tue, 26 Jun 2018 13:12:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2018 04:12:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,274,1526367600"; d="scan'208";a="240712598" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 26 Jun 2018 04:12:56 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by irsmsx110.ger.corp.intel.com ([169.254.15.152]) with mapi id 14.03.0319.002; Tue, 26 Jun 2018 12:12:56 +0100 From: "Iremonger, Bernard" To: Maxime Coquelin , "dev@dpdk.org" CC: "ailan@redhat.com" , "jan.scheurich@ericsson.com" , "vkaplans@redhat.com" , "Richardson, Bruce" , "thomas@monjalon.net" , "Ananyev, Konstantin" , "Yigit, Ferruh" , Jens Freimann Thread-Topic: [PATCH v4 2/2] testpmd: update testpmd doc to include noisy forwarding mode Thread-Index: AQHUCsl6Y3xVofzPO0WRnSc6FwDw/KRyZvKA Date: Tue, 26 Jun 2018 11:12:55 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB8C05@IRSMSX108.ger.corp.intel.com> References: <20180623080840.315-1-maxime.coquelin@redhat.com> <20180623080840.315-3-maxime.coquelin@redhat.com> In-Reply-To: <20180623080840.315-3-maxime.coquelin@redhat.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzE5NjZhNTQtMDk3ZS00MGQxLTkyYzgtNmJjNjEyMDBhOWU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibjlLNWNnNmxVb1dnaHRhVGdPc1JXbFpHMkJPN3dcL29QUFBXbTdGZENON0VOMDNlN3FHZVZOZUk2QTRRN0VKVUIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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-dev] [PATCH v4 2/2] testpmd: update testpmd doc to include noisy forwarding mode 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: Tue, 26 Jun 2018 11:12:59 -0000 Hi Maxime, > -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > Sent: Saturday, June 23, 2018 9:09 AM > To: Iremonger, Bernard ; dev@dpdk.org > Cc: ailan@redhat.com; jan.scheurich@ericsson.com; vkaplans@redhat.com; > Richardson, Bruce ; thomas@monjalon.net; > Ananyev, Konstantin ; Yigit, Ferruh > ; Jens Freimann > Subject: [PATCH v4 2/2] testpmd: update testpmd doc to include noisy > forwarding mode >=20 The patch title should app/testpmd instead of testpmd. > From: Jens Freimann >=20 > Signed-off-by: Jens Freimann > --- This patch could be squashed into the first patch. Regards, Bernard.