From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0FFB82BBB for ; Thu, 15 Jun 2017 12:09:19 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2017 03:09:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,343,1493708400"; d="scan'208";a="1141519225" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2017 03:09:17 -0700 To: Andrey Chilikin , dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> <1497297626-32014-3-git-send-email-andrey.chilikin@intel.com> From: Ferruh Yigit Message-ID: <84f77caa-419d-ae2a-57d5-cb1982f95e36@intel.com> Date: Thu, 15 Jun 2017 11:09:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1497297626-32014-3-git-send-email-andrey.chilikin@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: enable ddp get info feature 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: Thu, 15 Jun 2017 10:09:20 -0000 On 6/12/2017 9:00 PM, Andrey Chilikin wrote: > This patch demostrates how to get information about dynamic device > personalization profile. > Command 'ddp get info (profile_path)' extracts and prints > information about the given profile. > > Signed-off-by: Andrey Chilikin > --- > app/test-pmd/cmdline.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 131 insertions(+) Hi Andrey, Can you please update testpmd documentation [1] to document new command. Hi Beilei, I just recognized previous ddp testpmd commands are not documented, can you please send a separate patch to document them? Thanks, ferruh [1] doc/guides/testpmd_app_ug/testpmd_funcs.rst