From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5A8401322C for ; Wed, 10 Jan 2018 07:57:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 22:57:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,338,1511856000"; d="scan'208";a="20395370" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 09 Jan 2018 22:57:42 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 22:57:42 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 22:57:42 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 14:57:40 +0800 From: "Lu, Wenzhuo" To: Wisam Monther , "Wu, Jingjing" , Raslan Darawsheh CC: "dev@dpdk.org" , Ori Kam , Shahaf Shuler Thread-Topic: [PATCH] app/testpmd: add eth peer CLI command Thread-Index: AQHTfX31SSQFPLGBgkCrX2TFTgiGM6Njez7AgAlKM/A= Date: Wed, 10 Jan 2018 06:57:39 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B70D47F@shsmsx102.ccr.corp.intel.com> References: <1514205777-22188-1-git-send-email-wisamm@mellanox.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] app/testpmd: add eth peer CLI command 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: Wed, 10 Jan 2018 06:57:44 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wisam Monther > Sent: Thursday, January 4, 2018 5:06 PM > To: Wu, Jingjing ; Raslan Darawsheh > > Cc: dev@dpdk.org; Ori Kam ; Shahaf Shuler > ; Wisam Monther > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add eth peer CLI command >=20 > +Raslan. >=20 > BRs, > Wisam Jaddo >=20 > -----Original Message----- > From: Wisam Jaddo [mailto:wisamm@mellanox.com] > Sent: Monday, December 25, 2017 2:43 PM > To: jingjing.wu@intel.com > Cc: dev@dpdk.org; Ori Kam; Wisam Monther; Shahaf Shuler > Subject: [PATCH] app/testpmd: add eth peer CLI command >=20 > This command will simulate the process of setting the eth-peer from > command line. >=20 > It will be useful to preform extra testing. >=20 > usage: > testpmd> set eth-peer . >=20 > Signed-off-by: Wisam Jaddo Acked-by: Wenzhuo Lu