From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] doc: fix incorrect create bonding command in testpmd Date: Mon, 23 Jul 2018 21:49:10 +0100 Message-ID: References: <20180723112739.24293-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, stable@dpdk.org To: Shreyansh Jain , dev@dpdk.org Return-path: In-Reply-To: <20180723112739.24293-1-shreyansh.jain@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/23/2018 12:27 PM, Shreyansh Jain wrote: > Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide") > Cc: john.mcnamara@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Shreyansh Jain > --- > Note: Though the git blame suggest e76d7a768c as the last modification > for fixes, this actually existed when testpmd doc was added. You are right, I think fixes should be initial commit: Fixes: ac718398f477 ("doc: testpmd application user guide") Reviewed-by: Ferruh Yigit