test_plans/pmdpcap: update how to enable PMD

Message ID 20210701082753.1536327-1-ferruh.yigit@intel.com (mailing list archive)
State Accepted
Headers
Series test_plans/pmdpcap: update how to enable PMD |

Commit Message

Ferruh Yigit July 1, 2021, 8:27 a.m. UTC
  Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 test_plans/pmdpcap_test_plan.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Tu, Lijuan July 1, 2021, 8:46 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Ferruh Yigit
> Sent: 2021年7月1日 16:28
> To: dts@dpdk.org
> Subject: [dts] [PATCH] test_plans/pmdpcap: update how to enable PMD
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied
  

Patch

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