From patchwork Thu Jul 1 08:27:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 95108 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DFA09A0A0C; Thu, 1 Jul 2021 10:27:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D516D40141; Thu, 1 Jul 2021 10:27:59 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 69C9640040 for ; Thu, 1 Jul 2021 10:27:58 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10031"; a="195784549" X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="195784549" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2021 01:27:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="447800501" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by orsmga007.jf.intel.com with ESMTP; 01 Jul 2021 01:27:55 -0700 From: Ferruh Yigit To: dts@dpdk.org Date: Thu, 1 Jul 2021 09:27:53 +0100 Message-Id: <20210701082753.1536327-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [dts] [PATCH] test_plans/pmdpcap: update how to enable PMD X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Ferruh Yigit --- 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 ============================================