From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by dpdk.org (Postfix) with ESMTP id 179BA590B for ; Thu, 13 Oct 2016 18:19:17 +0200 (CEST) Received: by mail-lf0-f44.google.com with SMTP id l131so104658531lfl.2 for ; Thu, 13 Oct 2016 09:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=D0BZSIE3cK4sD7xkDLLP+83XhFykN/Gp/c9rXI4Fuf8=; b=gONaOYeGYVq2CtuRDUu4zlMUZPt+fe/IH96ZL/PQ0KRH4lje8Q+JrqvuOws0L/VcTY r6slq6P2j1jt4CiXF6nPq6ZAOXquLa7pMnl1QcnSNKIv+Fn1PMZ0t0bLnJ0UsXoi5Fh9 E/HweC2jkwtfo20MvPqINML7ABVoTQXoGTsBLO7Ii2TaZXEP56bllwN1v2j+xQ/DrDeW QGkwHqgoxK9rCysFxpUKiDJetn4ocmBdqP3E+kwSUFK1QqiyMu6zoq2EpX1FOGqo7OIP YNuIacPO5KPuHnTJRr+KZxqbXKZGt9yN0wJhlD+alOOdoaytD3nIjurfmx1E4G1eUqwA OcNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=D0BZSIE3cK4sD7xkDLLP+83XhFykN/Gp/c9rXI4Fuf8=; b=OEBWge5TyuYMXAVOBnYGJs3iRXUDnwA0tTFa1qsG6BFcKlHxJ5hYe/senCR69Ipemy ba0C+duY1xkUE9FBM4IEu38c1KhLwruNtWjOCDj6C4qnYFLoxqQuC6CnSGh1XDFOBmKC J7dtK4LiaoLf6+VNF9GRRpiFwwUSrqSZjBMu5DYN5X/tUt5DBwUbtNBgT+4Ym1YWIR16 +WtiogVqPszdzwUHa8E6gbCGjQCHi3yLZPo4RunEutJZHFc4pZHgI6TsnU78wyQ/0qrm 9a2MApCERJLDBB1vIcDIbLeOgnc9eL/axm5JyxuBYX7qU7Lavrh8h6Z7SRjp45TjXFit XoPw== X-Gm-Message-State: AA6/9Rn38Q8xt9l0YwwzyprvQiL6/XbTtyyJxi+YhPUlf5Erxz8tRtf+OAsoPa+KDm3KTXlf X-Received: by 10.25.217.210 with SMTP id s79mr10931881lfi.50.1476375555454; Thu, 13 Oct 2016 09:19:15 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 197sm4070416ljj.3.2016.10.13.09.19.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 09:19:13 -0700 (PDT) From: Thomas Monjalon To: "Kavanagh, Mark B" Cc: dev@dpdk.org, "Mcnamara, John" Date: Thu, 13 Oct 2016 18:19:12 +0200 Message-ID: <1777653.gvyRqQvMf1@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1475750196-14118-1-git-send-email-mark.b.kavanagh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: , X-List-Received-Date: Thu, 13 Oct 2016 16:19:17 -0000 > > - 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 Applied, thanks