From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix the comments in source file cmdline Date: Mon, 03 Jul 2017 10:58:31 +0200 Message-ID: <2071370.lsmvJT1Ae0@xps> References: <201706160136.v5G1aKcN084193@mse01.zte.com.cn> <9BB6961774997848B5B42BEC655768F810DA930F@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" To: RongQiang Xie Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 372702B99 for ; Mon, 3 Jul 2017 10:58:33 +0200 (CEST) In-Reply-To: <9BB6961774997848B5B42BEC655768F810DA930F@SHSMSX103.ccr.corp.intel.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" > > Because the comments in function cmd_add_bonding_slave_parsed() and > > cmd_remove_bonding_slave_parsed() is 'Set the primary slave for a bonded > > device',so fix it with 'add the slave for a bonded device' > > and 'remove the slave from a bonded device'. > > > > Signed-off-by: RongQiang Xie > > Acked-by: Jingjing Wu Applied, thanks