From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BC5002C8 for ; Tue, 27 Jun 2017 17:15:00 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2017 08:14:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,401,1493708400"; d="scan'208";a="101949172" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 27 Jun 2017 08:14:57 -0700 From: Ferruh Yigit To: Andrey Chilikin , dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com References: <1498565208-14207-1-git-send-email-andrey.chilikin@intel.com> <0ca22360-8b43-4a2b-417c-a70f168f35cb@intel.com> Message-ID: <969a0fa4-18b5-16ec-ff7f-47e9529b1207@intel.com> Date: Tue, 27 Jun 2017 16:14:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <0ca22360-8b43-4a2b-417c-a70f168f35cb@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: update ddp add command parameters 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: Tue, 27 Jun 2017 15:15:01 -0000 On 6/27/2017 4:12 PM, Ferruh Yigit wrote: > On 6/27/2017 1:06 PM, Andrey Chilikin wrote: >> This patch adds optional output file path to 'ddp add' command: >> 'ddp add (port) (profile_path[,output_path])' >> >> Signed-off-by: Andrey Chilikin > > Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.