From patchwork Fri Jun 16 09:25:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chilikin, Andrey" X-Patchwork-Id: 25407 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 9293858EC; Fri, 16 Jun 2017 11:25:37 +0200 (CEST) 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jun 2017 02:25:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,346,1493708400"; d="scan'208";a="113946326" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga005.jf.intel.com with ESMTP; 16 Jun 2017 02:25:26 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id v5G9PQZi018561; Fri, 16 Jun 2017 10:25:26 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id v5G9PQ1b032332; Fri, 16 Jun 2017 10:25:26 +0100 Received: (from achiliki@localhost) by sivswdev01.ir.intel.com with LOCAL id v5G9PQld032326; Fri, 16 Jun 2017 10:25:26 +0100 From: Andrey Chilikin To: dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com, Andrey Chilikin Date: Fri, 16 Jun 2017 10:25:16 +0100 Message-Id: <1497605116-32133-4-git-send-email-andrey.chilikin@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1497605116-32133-1-git-send-email-andrey.chilikin@intel.com> References: <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> Subject: [dpdk-dev] [PATCH v3 3/3] doc: add new ddp get info command 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: , 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 ~~~~~~~~~~~~~