[dpdk-dev,v2,5/5] doc: update doc for tcpdump feature
Commit Message
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
> -----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>
@@ -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
------------