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 002CA2B91 for ; Sat, 1 Apr 2017 10:23:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491035029; x=1522571029; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=+za+VYqBI5nyeaPNxFso9r+oV/q7xnD8P8W5AMbY1io=; b=EKy/LC42Rfn4nskZq5oliVMdlX7NnnVgi3r9Z2p8TIz45EtiYCuK8PHR 1zmM5UCpFqHsAtFcCfZVTxtA5zmudA==; 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:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,256,1486454400"; d="scan'208";a="72476900" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 01 Apr 2017 01:23:47 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) 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:47 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 1 Apr 2017 01:23:47 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.212]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.253]) with mapi id 14.03.0248.002; Sat, 1 Apr 2017 16:23:45 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/2] app/testpmd: change command line of loading profile Thread-Index: AQHSqr3KGAzT/stXIUGfcJXFMEny6KGwLOcA Date: Sat, 1 Apr 2017 08:23:44 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B58659A@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-2-git-send-email-beilei.xing@intel.com> In-Reply-To: <1491033428-68635-2-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 1/2] app/testpmd: change command line of loading profile 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:49 -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 1/2] app/testpmd: change command line of > loading profile >=20 > This patch changes CLI of loading profile from "add ddp (port_id) > (profile_path)" to "ddp add > (port_id) (profile_path)" which is more consistent with other CLIs. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu