From patchwork Thu Oct 6 10:36:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Kavanagh X-Patchwork-Id: 16404 X-Patchwork-Delegate: thomas@monjalon.net 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 833CA377C; Thu, 6 Oct 2016 12:36:41 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 56EF23238 for ; Thu, 6 Oct 2016 12:36:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 06 Oct 2016 03:36:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.31,453,1473145200"; d="scan'208"; a="1066882608" Received: from silpixa00380299.ir.intel.com ([10.237.222.17]) by fmsmga002.fm.intel.com with ESMTP; 06 Oct 2016 03:36:38 -0700 From: Mark Kavanagh To: dev@dpdk.org Date: Thu, 6 Oct 2016 11:36:36 +0100 Message-Id: <1475750196-14118-1-git-send-email-mark.b.kavanagh@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 1/1] doc: fix errors in pdump doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" - Fix copy/paste error in description of how to capture both rx & tx traffic in a single pcap file - Replace duplicate word with what original author presumably intended, such that description now makes sense Signed-off-by: Mark Kavanagh Acked-by: John McNamara --- doc/guides/sample_app_ug/pdump.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/pdump.rst b/doc/guides/sample_app_ug/pdump.rst index ac0e7c9..320c914 100644 --- a/doc/guides/sample_app_ug/pdump.rst +++ b/doc/guides/sample_app_ug/pdump.rst @@ -119,8 +119,8 @@ Can be either a pcap file name or any Linux iface. * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev`` should both be passed with the different file names or the Linux iface names. - * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev`` - should both be passed with the same file names or the the Linux iface names. + * To receive ingress and egress packets together, ``rx-dev`` and ``tx-dev`` + should both be passed with the same file name or the same Linux iface name. ``ring-size``: Size of the ring. This value is used internally for ring creation. The ring will be used to enqueue the packets from