From: Reshma Pattan Date: Thu, 13 Oct 2016 15:09:02 +0000 (+0100) Subject: doc: add pdump limitation note X-Git-Tag: spdx-start~5420 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bf97a83b13d5623cd26b8f8b8720b0aae089272d;p=dpdk.git doc: add pdump limitation note The note i.e. "The dpdk-pdump tool can only be used in conjunction with a primary process which has the packet capture framework initialized already" is added to doc/guides/sample_app_ug/pdump.rst to facilitate easy understanding on the usage of the tool. Suggested-by: Jianfeng Tan Signed-off-by: Reshma Pattan --- diff --git a/doc/guides/sample_app_ug/pdump.rst b/doc/guides/sample_app_ug/pdump.rst index 320c91477e..099e7dc08b 100644 --- a/doc/guides/sample_app_ug/pdump.rst +++ b/doc/guides/sample_app_ug/pdump.rst @@ -37,6 +37,8 @@ The ``dpdk-pdump`` tool is a Data Plane Development Kit (DPDK) tool that runs as a DPDK secondary process and is capable of enabling packet capture on dpdk ports. .. Note:: + * The ``dpdk-pdump`` tool can only be used in conjunction with a primary + application which has the packet capture framework initialized already. * The ``dpdk-pdump`` tool depends on libpcap based PMD which is disabled by default in the build configuration files,