[dts] [PATCH] test_plans/pmdpcap: update how to enable PMD

Ferruh Yigit ferruh.yigit at intel.com
Thu Jul 1 10:27:53 CEST 2021


Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 test_plans/pmdpcap_test_plan.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_plans/pmdpcap_test_plan.rst b/test_plans/pmdpcap_test_plan.rst
index d6ab69779c2d..18b85e5e12bc 100644
--- a/test_plans/pmdpcap_test_plan.rst
+++ b/test_plans/pmdpcap_test_plan.rst
@@ -52,9 +52,9 @@ in PCAP devices created by Test PMD.
 It is Test PMD application itself which send and receives traffic from and to
 PCAP files, no traffic generator is involved.
 
-Case config::
-
-   For enable PCAP features, need to set the "CONFIG_RTE_LIBRTE_PMD_PCAP=y" in ./config/common_base and re-build DPDK.
+Pcap PMD has a dependency to `libpcap` and `libpcap-devel` package needs to be
+installed to be able to use pcap PMD.
+When `libpcap-devel` is installed, meson automatically enables building pcap PMD.
 
 Test Case: test_send_packets_with_one_device
 ============================================
-- 
2.31.1



More information about the dts mailing list