From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: add parameter to start forwarding TX first Date: Mon, 19 Jun 2017 23:12:53 +0200 Message-ID: <2741486.Oz5ccjHQup@xps> References: <20170609023044.75127-1-pablo.de.lara.guarch@intel.com> <20170615040403.78712-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" To: "De Lara Guarch, Pablo" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7761A968 for ; Mon, 19 Jun 2017 23:12:55 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/06/2017 14:05, De Lara Guarch, Pablo: > > Add parameter to start forwarding sending first > > a burst of packets, which is useful when testing > > a loopback connection. > > > > This was already implemented as an internal command, > > but adding it as a parameter is interesting, as it > > allows the user to test a loopback connection without > > entering in the internal command line. > > > > Signed-off-by: Pablo de Lara > > --- > > --- a/doc/guides/testpmd_app_ug/run_app.rst > > +++ b/doc/guides/testpmd_app_ug/run_app.rst > > @@ -188,6 +188,14 @@ The commandline options are: > > > > Start forwarding on initialization. > > > > +* ``--tx-first`` > > + > > + Start forwarding, after sending a burst of packets first. > > + > > +.. Note:: > > + > > + This flag should be only used in non-interactive mode. I don't really understand the benefit of this option. Why is it better than echo start tx_first | testpmd -i ?