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: Thu, 06 Jul 2017 01:48:07 +0200 Message-ID: <1886970.iemq2UMSnA@xps> References: <20170609023044.75127-1-pablo.de.lara.guarch@intel.com> <9BB6961774997848B5B42BEC655768F810DA92BE@SHSMSX103.ccr.corp.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 out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B49B22A58 for ; Thu, 6 Jul 2017 01:48:09 +0200 (CEST) In-Reply-To: <9BB6961774997848B5B42BEC655768F810DA92BE@SHSMSX103.ccr.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" > > > 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 > > > --- > > > > > > Changes in v3: > > > > > > -Added tx-first in long parameter list -Reworded informational message > > > when tx-first is enabled > > Acked-by: Jingjing Wu It is said to be useful for beginners, so it is accepted. However we are not going to copy every CLI commands in parameters. Applied, thanks