From patchwork Fri Feb 12 14:57:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 10489 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 7EA56AF85; Fri, 12 Feb 2016 15:57:37 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CDEEA95D5 for ; Fri, 12 Feb 2016 15:57:32 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 12 Feb 2016 06:57:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,436,1449561600"; d="scan'208";a="910776747" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2016 06:57:32 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u1CEvUaW010350; Fri, 12 Feb 2016 14:57:31 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u1CEvUxP025995; Fri, 12 Feb 2016 14:57:30 GMT Received: (from reshmapa@localhost) by sivswdev02.ir.intel.com with id u1CEvUwE025991; Fri, 12 Feb 2016 14:57:30 GMT From: Reshma Pattan To: dev@dpdk.org Date: Fri, 12 Feb 2016 14:57:25 +0000 Message-Id: <1455289045-25915-6-git-send-email-reshma.pattan@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1455289045-25915-1-git-send-email-reshma.pattan@intel.com> References: <1455289045-25915-1-git-send-email-reshma.pattan@intel.com> Subject: [dpdk-dev] [PATCH v2 5/5] doc: update doc for tcpdump feature 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" Added tcpdump design changes to proc_info section of sample application user guide. Added tcpdump design changes to env abstraction layer section of programmers guide. Updated Release notes. Signed-off-by: Reshma Pattan Acked-by: John McNamara --- doc/guides/rel_notes/release_16_04.rst | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index 27fc624..7b005bb 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -39,6 +39,9 @@ This section should contain new features added in this release. Sample format: Enabled virtio 1.0 support for virtio pmd driver. +* **Added dpdk packet capturing support for tcpdump.** + +Now users have facility to see packets on dpdk ports using proc_info app and tcpdump. Resolved Issues --------------- @@ -58,11 +61,11 @@ EAL Drivers ~~~~~~~ - +* **PCAP: Added public API support for creation of PCAP device using pcaps and dumpers.** Libraries ~~~~~~~~~ - +* **Enhanced eal library to support dpdk packet capturing support for tcpdump.** Examples ~~~~~~~~ @@ -70,7 +73,7 @@ Examples Other ~~~~~ - +* **Enhanced app/proc_info for dpdk packet capturing support for tcpdump.** Known Issues ------------