From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Chilikin Subject: [PATCH v3 3/3] doc: add new ddp get info command Date: Fri, 16 Jun 2017 10:25:16 +0100 Message-ID: <1497605116-32133-4-git-send-email-andrey.chilikin@intel.com> References: <1497605116-32133-1-git-send-email-andrey.chilikin@intel.com> Cc: beilei.xing@intel.com, jingjing.wu@intel.com, Andrey Chilikin To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CF8102BD1 for ; Fri, 16 Jun 2017 11:25:29 +0200 (CEST) In-Reply-To: <1497605116-32133-1-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch adds description of new command for dynamic device personalization profiles: ddp get info (profile_path) Signed-off-by: Andrey Chilikin --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 0e50c1071..c982cd895 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -380,6 +380,13 @@ For example:: testpmd> read txd 0 0 4 0x00000001 - 0x24C3C440 / 0x000F0000 - 0x2330003C +ddp get info +~~~~~~~~~~~~ + +Display information about dynamic device personalization profile:: + + testpmd> ddp get info (profile_patch) + show vf stats ~~~~~~~~~~~~~ -- 2.13.0