From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 35279FFA for ; Mon, 19 Jun 2017 03:12:22 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 18 Jun 2017 18:12:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="100945921" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 18 Jun 2017 18:12:21 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 18:12:21 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 18:12:20 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 09:12:18 +0800 From: "Wu, Jingjing" To: RongQiang Xie CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: fix the comments in source file cmdline Thread-Index: AQHS5kEmgggU6QSJ1EqIst+e0WpJVqIrZZqA Date: Mon, 19 Jun 2017 01:12:17 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DA930F@SHSMSX103.ccr.corp.intel.com> References: <201706160136.v5G1aKcN084193@mse01.zte.com.cn> In-Reply-To: <201706160136.v5G1aKcN084193@mse01.zte.com.cn> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix the comments in source file cmdline 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, 19 Jun 2017 01:12:23 -0000 > -----Original Message----- > From: RongQiang Xie [mailto:xie.rongqiang@zte.com.cn] > Sent: Thursday, June 15, 2017 6:21 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; RongQiang Xie > Subject: [PATCH] app/testpmd: fix the comments in source file cmdline >=20 > 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'. >=20 > Signed-off-by: RongQiang Xie Acked-by: Jingjing Wu Thanks Jingjing