Hi Jens, > -----Original Message----- > From: Jens Freimann [mailto:jfreim...@redhat.com] > Sent: Tuesday, October 2, 2018 8:44 AM > To: dev@dpdk.org > Cc: ai...@redhat.com; jan.scheur...@ericsson.com; Richardson, Bruce > <bruce.richard...@intel.com>; tho...@monjalon.net; > maxime.coque...@redhat.com; Ananyev, Konstantin > <konstantin.anan...@intel.com>; Yigit, Ferruh <ferruh.yi...@intel.com>; > Iremonger, Bernard <bernard.iremon...@intel.com>; ktray...@redhat.com > Subject: [PATCH v8] app/testpmd: add noisy neighbour forwarding mode > <snip>
> 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. > 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 <snip> > -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 > testpmd> set fwd rxonly > > Set rxonly packet forwarding mode > -- > 2.17.1 Regards, Bernard.