From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D5310DE3 for ; Mon, 19 Jun 2017 02:53:20 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 18 Jun 2017 17:53:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="1184103458" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 18 Jun 2017 17:53:19 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 17:53:19 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 17:53:19 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 08:53:15 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: add parameter to start forwarding sending Thread-Index: AQHS4Qtv0wENnseGSUWnacEvq3tkbqIraoeg Date: Mon, 19 Jun 2017 00:53:15 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DA9238@SHSMSX103.ccr.corp.intel.com> References: <1496007391-182136-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170609023044.75127-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170609023044.75127-1-pablo.de.lara.guarch@intel.com> 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 v2] app/testpmd: add parameter to start forwarding sending 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 00:53:21 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, June 9, 2017 10:31 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] app/testpmd: add parameter to start forwarding sendin= g >=20 > Add parameter to start forwarding sending first a burst of packets, which= is > useful when testing a loopback connection. >=20 > 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 connec= tion > without entering in the internal command line. >=20 > Signed-off-by: Pablo de Lara Acked-by: Jingjing Wu