From patchwork Thu Sep 3 09:57:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 76376 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97425A04D9; Thu, 3 Sep 2020 11:59:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C1261C0B2; Thu, 3 Sep 2020 11:59:01 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id AB0CD1C0AE for ; Thu, 3 Sep 2020 11:58:59 +0200 (CEST) IronPort-SDR: 9Jn3gAQixFvuDuanYhcDViK6E3txS6pEsHfkU8xyRHnfjYYTDNt7OFE2vpDf4GdOnvVKhwNrrN eWlNCTRPmYZw== X-IronPort-AV: E=McAfee;i="6000,8403,9732"; a="221762141" X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="221762141" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 02:58:58 -0700 IronPort-SDR: 1Jm2YqNirlI8x8uU/3lPKdnicMIR1LM220h6z3iWBM8IIpjBmxz5AGIfP3RuxEQPtxQgU5aDmN 6Y4bf7jqwVjg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="405434586" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 03 Sep 2020 02:58:55 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Thu, 3 Sep 2020 17:57:41 +0800 Message-Id: <20200903095746.32389-3-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200903095746.32389-1-weix.xie@intel.com> References: <20200903095746.32389-1-weix.xie@intel.com> Subject: [dts] [dts 2/7] test_plans/pmdpcap_test_plan:update test plan to sync with testsuite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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: Xie wei --- test_plans/pmdpcap_test_plan.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_plans/pmdpcap_test_plan.rst b/test_plans/pmdpcap_test_plan.rst index 7b5ecd2..d6ab697 100644 --- a/test_plans/pmdpcap_test_plan.rst +++ b/test_plans/pmdpcap_test_plan.rst @@ -52,6 +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. Test Case: test_send_packets_with_one_device ============================================