[dpdk-dev,v2,5/5] doc: update doc for tcpdump feature

Message ID 1455289045-25915-6-git-send-email-reshma.pattan@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Pattan, Reshma Feb. 12, 2016, 2:57 p.m. UTC
  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 <reshma.pattan@intel.com>
---
 doc/guides/rel_notes/release_16_04.rst |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
  

Comments

John McNamara Feb. 22, 2016, 10:01 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan
> Sent: Friday, February 12, 2016 2:57 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 5/5] doc: update doc for tcpdump feature
> 
> 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 <reshma.pattan@intel.com>


Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

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
 ------------