From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AC44A2B91 for ; Sat, 1 Apr 2017 10:23:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491035030; x=1522571030; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=BWIAhqVdsItstogr9/5+RmNyPVp/1FIO/5U1QkAZ86c=; b=Pi3js0qw85wgPNOtYtoaML5yf8cvyEivIR1lbNtsJz6NtD13kJoujAcJ /4O40GkNc4nWUZ62HXWkLv95OqL4Ow==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2017 01:23:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,256,1486454400"; d="scan'208";a="72476906" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 01 Apr 2017 01:23:50 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 1 Apr 2017 01:23:49 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 1 Apr 2017 01:23:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.212]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.42]) with mapi id 14.03.0248.002; Sat, 1 Apr 2017 16:23:47 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 2/2] app/testpmd: change command line of getting profile info Thread-Index: AQHSqr3YVCLkpC0K2UKptUjO3lOK+qGwLM5w Date: Sat, 1 Apr 2017 08:23:46 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5865A8@shsmsx102.ccr.corp.intel.com> References: <1491029789-41143-1-git-send-email-beilei.xing@intel.com> <1491033428-68635-1-git-send-email-beilei.xing@intel.com> <1491033428-68635-3-git-send-email-beilei.xing@intel.com> In-Reply-To: <1491033428-68635-3-git-send-email-beilei.xing@intel.com> 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 v2 2/2] app/testpmd: change command line of getting profile info 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: Sat, 01 Apr 2017 08:23:51 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Saturday, April 1, 2017 3:57 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/2] app/testpmd: change command line of > getting profile info >=20 > This patch changes CLI of getting loaded profile info list from "get ddp = list > (port_id)" to "ddp get list (port_id)" which is more consistent with othe= r CLIs. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu