From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4C52D2BBE for ; Mon, 3 Apr 2017 14:30:17 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 03 Apr 2017 05:30:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84028230" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 05:30:15 -0700 To: Beilei Xing , jingjing.wu@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> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <6c20d824-781b-38e3-5cc7-dc06f315b607@intel.com> Date: Mon, 3 Apr 2017 13:30:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1491033428-68635-2-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Mon, 03 Apr 2017 12:30:17 -0000 On 4/1/2017 8:57 AM, Beilei Xing wrote: > 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. > > Signed-off-by: Beilei Xing Series squashed into relevant commit in next-net, thanks. (Please double check updated commits.)