From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 87E402C0C for ; Tue, 2 Oct 2018 13:20:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2018 04:20:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,331,1534834800"; d="scan'208";a="78041509" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga008.jf.intel.com with ESMTP; 02 Oct 2018 04:20:16 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX102.ger.corp.intel.com ([169.254.2.67]) with mapi id 14.03.0319.002; Tue, 2 Oct 2018 12:20:15 +0100 From: "Iremonger, Bernard" To: Jens Freimann , "dev@dpdk.org" CC: "ailan@redhat.com" , "jan.scheurich@ericsson.com" , "Richardson, Bruce" , "thomas@monjalon.net" , "maxime.coquelin@redhat.com" , "Ananyev, Konstantin" , "Yigit, Ferruh" , "ktraynor@redhat.com" Thread-Topic: [PATCH v8] app/testpmd: add noisy neighbour forwarding mode Thread-Index: AQHUWiPLv0tfao4uk0av/AdKkHnoYqULzMAg Date: Tue, 2 Oct 2018 11:20:14 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D0B7ED@IRSMSX107.ger.corp.intel.com> References: <20181002074419.24164-1-jfreimann@redhat.com> In-Reply-To: <20181002074419.24164-1-jfreimann@redhat.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzQ4MWQwZjEtYjdiNy00ODU5LWJlNGMtNzBhMjUxYWFmODRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTkIrVDRVVXRzUzFtWjh0MXlocEZWWHVzSU45clpoVXhaelBUT25rNytjQ0RRK2VjaDh4b2ZDWlRIVjhtdEQweSJ9 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 v8] app/testpmd: add noisy neighbour 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, 02 Oct 2018 11:20:20 -0000 Hi Jens, > -----Original Message----- > From: Jens Freimann [mailto:jfreimann@redhat.com] > Sent: Tuesday, October 2, 2018 8:44 AM > To: dev@dpdk.org > Cc: ailan@redhat.com; jan.scheurich@ericsson.com; Richardson, Bruce > ; thomas@monjalon.net; > maxime.coquelin@redhat.com; Ananyev, Konstantin > ; Yigit, Ferruh ; > Iremonger, Bernard ; ktraynor@redhat.com > Subject: [PATCH v8] app/testpmd: add noisy neighbour forwarding mode >=20 > diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index > 9220e1c1b..97e0dfa49 100644 > --- a/app/test-pmd/parameters.c > +++ b/app/test-pmd/parameters.c The usage() function needs to be updated with the noisy information after = line 192. =20 > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > index 3a73000a6..99a005a0c 100644 > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > -Example:: > +* ``noisy``: Noisy neighbour simulation. > + Simulate more realistic behavior of a guest machine engaged in > +receiving > + and sending packets performing Virtual Network Function (VNF). >=20 > +Example:: A line has been deleted after the above line, it should be restored to corr= ect the formatting in the html output > testpmd> set fwd rxonly >=20 > Set rxonly packet forwarding mode > -- > 2.17.1 Regards, Bernard.