From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C6EEC100F for ; Mon, 19 Jun 2017 03:05:10 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2017 18:05:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="99225151" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 18 Jun 2017 18:05:07 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 18:05:06 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 09:05:03 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] app/testpmd: add parameter to start forwarding TX first Thread-Index: AQHS5c+nNeCe3DBFyUGhFBTwU9RuO6IrZGcQ Date: Mon, 19 Jun 2017 01:05:03 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DA92BE@SHSMSX103.ccr.corp.intel.com> References: <20170609023044.75127-1-pablo.de.lara.guarch@intel.com> <20170615040403.78712-1-pablo.de.lara.guarch@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: add parameter to start forwarding TX first 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: Mon, 19 Jun 2017 01:05:11 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, June 15, 2017 8:05 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: RE: [PATCH v3] app/testpmd: add parameter to start forwarding TX > first >=20 > Sending to right Jingjing mail address. >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Thursday, June 15, 2017 5:04 AM > > To: jingjing.wu@dpdk.org > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH v3] app/testpmd: add parameter to start forwarding TX > > first > > > > 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