From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1D139209A5; Mon, 15 Jan 2018 05:55:31 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 15 Jan 2018 05:55:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ihJXFiOG7XtR7uFJ3/UhwR12Ji u1zUKN5b0W73ZAdy0=; b=OK1x73f44aC1toNUbBmSEE3A9255yQJl/pz0o2ShFA jUExKfFRIaK8puhGIK7Z7Yw7NKPoKXqTLqZt8JjbrZoVo0mpTq5BF+ti3o17p1yR 8juoRg87DvzA8MqrXSWZKa64a2CpJO0PFoBxymytGrp7KUj8FZVIoR6KAhTya7Kt Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ihJXFi OG7XtR7uFJ3/UhwR12Jiu1zUKN5b0W73ZAdy0=; b=NkKuixl6J1C1xqPx8EYwlo e4GHT8GRTSQRvgsQC2zVkwlcGzow20i6yDFixaj8CzxLeH3y3NeUeK5MX1yn1REf rpEIJ0bVkAMH+nlsrHlaUArrU35Z/p6b6fmAJNLv7CB2vsm1ynlsVvDV6+LF8XxW V/SNeVnNtqYI9EDvIID//iypDFyHetfg8xeG+83UW5JkyIvRscz4KVNbJBjTtXvj NCK7Un1Ok2p8WEFKr47SS1ILIB2lvkP9uVtm7Qm6Gwda4vQotuLEZ22rPGmDmbRg wvec/kE7SkooWPu5kdcfBlGaODC4XhvxpNnYoRG6+dWf+05sSU31TEbaQfw7BtCg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BE92124736; Mon, 15 Jan 2018 05:55:30 -0500 (EST) From: Thomas Monjalon To: Wisam Jaddo Cc: dev@dpdk.org, jingjing.wu@intel.com, wenzhuo.lu@intel.com, orika@mellanox.com, shahafs@mellanox.com, rasland@mellanox.com Date: Mon, 15 Jan 2018 11:54:59 +0100 Message-ID: <1714195.SKyKqFpbZu@xps> In-Reply-To: <1515918430-32108-1-git-send-email-wisamm@mellanox.com> References: <1515918430-32108-1-git-send-email-wisamm@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] 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: Mon, 15 Jan 2018 10:55:31 -0000 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