From patchwork Sat Sep 23 16:55:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 29129 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 48CA41AEF5; Sat, 23 Sep 2017 18:55:56 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 102601AEEE for ; Sat, 23 Sep 2017 18:55:53 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2017 09:55:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,430,1500966000"; d="scan'208";a="138666063" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2017 09:55:42 -0700 Received: from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.164]) by imail001.iil.intel.com with ESMTP id v8NGu4IR026617; Sat, 23 Sep 2017 19:56:05 +0300 From: Rami Rosen To: dev@dpdk.org Cc: beilei.xing@intel.com, Rami Rosen Date: Sat, 23 Sep 2017 19:55:19 +0300 Message-Id: <1506185719-32735-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide 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 fixes a trivial typo in testpmd guide. Signed-off-by: Rami Rosen Acked-by: Beilei Xing Acked-by: John McNamara --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 2ed62f5..a8e0c37 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -392,7 +392,7 @@ ddp get info Display information about dynamic device personalization (DDP) profile:: - testpmd> ddp get info (profile_patch) + testpmd> ddp get info (profile_path) show vf stats ~~~~~~~~~~~~~