From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Freimann Subject: Re: [PATCH v8] app/testpmd: add noisy neighbour forwarding mode Date: Wed, 3 Oct 2018 20:52:01 +0200 Message-ID: <20181003185201.syu2o7ptvqzigqwn@jenstp.localdomain> References: <20181002074419.24164-1-jfreimann@redhat.com> <8CEF83825BEC744B83065625E567D7C260D0B7ED@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Cc: "dev@dpdk.org" , "ailan@redhat.com" , "jan.scheurich@ericsson.com" , "Richardson, Bruce" , "thomas@monjalon.net" , "maxime.coquelin@redhat.com" , "Ananyev, Konstantin" , "Yigit, Ferruh" , "ktraynor@redhat.com" To: "Iremonger, Bernard" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D566D1B183 for ; Wed, 3 Oct 2018 20:52:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C260D0B7ED@IRSMSX107.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 02, 2018 at 11:20:14AM +0000, Iremonger, Bernard wrote: >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 >> > > >> 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. Added in v9. > >> 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). >> >> +Example:: >A line has been deleted after the above line, it should be restored to correct the formatting in the html output Also restored in v9. Thanks for the review! regards, Jens