numam-dpdk/doc/guides
Reshma Pattan caa7028276 app/pdump: add tool for packet capturing
The new pdump tool is added for packet capturing on dpdk.
This tool runs as secondary process by default.
Tool facilitates the command line options like
port, device_id, queue which user should pass on
to the tool to request the packet capture on those devices.

Tool creates the rte ring, mempool and pcap vdev and
calls the enable API of the pdump library with port/device_id,
queue, ring and mempool as arguments to enable the packet
capture on specific devices and gets the packets from the
primary process over the ring. Once the packets are
received, those packets will be send to the pcap vdev.

Tool can be terminated by using ctrl+c(SIGINT) upon which tool
calls the disable API of the pdump library to disable the packet capture
and dequeues the rest of the packets from the ring and sends them on
to the pcap vdev, then after releases all allocated resources.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2016-06-16 23:40:21 +02:00
..
contributing doc: fix code section in versioning guide 2016-06-08 22:38:53 +02:00
cryptodevs aesni_mb: add AES-CTR 2016-06-07 21:46:55 +02:00
faq log: increase default level to info 2016-05-02 15:31:17 +02:00
freebsd_gsg doc: fix typo in FreeBSD guide 2016-06-07 09:55:35 +02:00
linux_gsg config: make libarchive optional 2016-06-14 15:31:26 +02:00
nics qede: add core driver 2016-05-06 15:51:22 +02:00
prog_guide pdump: add new library for packet capture 2016-06-16 23:39:56 +02:00
rel_notes app/pdump: add tool for packet capturing 2016-06-16 23:40:21 +02:00
sample_app_ug app/pdump: add tool for packet capturing 2016-06-16 23:40:21 +02:00
testpmd_app_ug app/testpmd: add tx_first burst number option 2016-06-16 16:25:25 +02:00
xen doc: clean up index files 2015-12-15 13:50:42 +01:00
conf.py doc: fix navigation levels in html sidebar of guides 2016-01-16 09:16:56 +01:00
index.rst doc: fix navigation levels in html sidebar of guides 2016-01-16 09:16:56 +01:00