From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: add eth peer CLI command Date: Mon, 15 Jan 2018 11:54:59 +0100 Message-ID: <1714195.SKyKqFpbZu@xps> References: <1515918430-32108-1-git-send-email-wisamm@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com, wenzhuo.lu@intel.com, orika@mellanox.com, shahafs@mellanox.com, rasland@mellanox.com To: Wisam Jaddo Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A92BE12001 for ; Mon, 15 Jan 2018 11:55:31 +0100 (CET) In-Reply-To: <1515918430-32108-1-git-send-email-wisamm@mellanox.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" 14/01/2018 09:27, Wisam Jaddo: > This command will simulate the process of setting the > eth-peer from command line. > > It will be useful to preform extra testing. > > usage: > testpmd> set eth-peer . > > Signed-off-by: Wisam Jaddo > Acked-by: Wenzhuo Lu > > --- > changes in v2: > added Ack from Wenzhuo, and sending to ML again > due to the issue of not receiving it from the first time. > --- Applied, thanks