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 2274C98; Thu, 26 Jul 2018 22:36:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id ABD0C20FAD; Thu, 26 Jul 2018 16:36:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 16:36:07 -0400 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=9Xnp6atZ2IpCJ/GvYYxeCx+M17 rgMsdX2Ha4W5VCdks=; b=WxNa+9QXasXn9k4yPjSiVaMkFfjT19OLQrTpv2NGb3 48b/MXxElLnFeBfTpOdnxSN6Qyl6MJ4n81/2wI6+IfHihEXqVYRvO+zN5nWMM1xe BxTJK/0IZlsAVGp8zVAaFZrAKrJeSFztyS1bRGsznnRSuGZkbFMG4Kcv8x1i2PEG 0= 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=fm3; bh=9Xnp6a tZ2IpCJ/GvYYxeCx+M17rgMsdX2Ha4W5VCdks=; b=XsY3WVZATms8mzFMHqVKDZ QIWt+EPAva4GjuIpl4FPZie2qDNB8L9dOXW4pMlIeCTWmw4JVrZq+2TV7rdN730/ D1Pc84D8IlhLR0RVUGftDcxgD1YR4iE0EprB2uimNkyxxoU17tbPTnDUBft0Zymq 4gGUPAYyugWwXJVJ9UVT0hzkeomHA42pl1JGbbycipRGv9l4YO8MfgFAeiKHm4sH NjRVaZvDPgxx8Ac5VIHrLdP/4ohn+8W+qLnvxugiDLRCWkUlkreXHHXtoUSIblSw KhI2v4cJ7K1j0I29dY1aMFLjLjuNK2KsR54Xa2Y1R/V0aK7SMq2ASTnQKVURCQSQ == X-ME-Proxy: 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 653B51025D; Thu, 26 Jul 2018 16:36:06 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, stable@dpdk.org Date: Thu, 26 Jul 2018 22:36:01 +0200 Message-ID: <20435993.b1UIlUIqvl@xps> In-Reply-To: <20180725113132.1111-1-shreyansh.jain@nxp.com> References: <20180723112739.24293-1-shreyansh.jain@nxp.com> <20180725113132.1111-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: fix incorrect create bonding command in testpmd 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: Thu, 26 Jul 2018 20:36:08 -0000 25/07/2018 13:31, Shreyansh Jain: > Fixes: ac718398f477 ("doc: testpmd application user guide") > Cc: bernard.iremonger@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Shreyansh Jain > Reviewed-by: Ferruh Yigit > Acked-by: Bernard Iremonger Applied, thanks