From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6FCB2A04EF; Tue, 2 Jun 2020 09:09:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD6061BF6C; Tue, 2 Jun 2020 09:09:52 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A9C3C1BF46 for ; Tue, 2 Jun 2020 09:09:51 +0200 (CEST) IronPort-SDR: HPdDNa4QRMHcalVSjNfYMCO60BxewSr77V/MOJl02KR91F372hJ9NYatx7cASL/KeY31Ld+STx mOt6g3XzsV2w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2020 00:09:50 -0700 IronPort-SDR: fK1vr+dQUl7mV0LcUjgDnWSfPrEuw9SS2on03vVr0TtskB5bovVgxB90tpFZxIznDS2Wt1RzWA VlwjFn4j3YmQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,463,1583222400"; d="scan'208";a="293476690" Received: from npg_dpdk_nic_yuanpeng_tester62.sh.intel.com ([10.67.119.61]) by fmsmga004.fm.intel.com with ESMTP; 02 Jun 2020 00:09:49 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 2 Jun 2020 14:16:52 +0000 Message-Id: <1591107412-125734-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst 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" remove a case from iavf_fdir_test_plan.rst Signed-off-by: Peng Yuan diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst index 28a1e04..4a07c47 100644 --- a/test_plans/iavf_fdir_test_plan.rst +++ b/test_plans/iavf_fdir_test_plan.rst @@ -3251,47 +3251,6 @@ Subcase 8: PF reset VF and delete the rule 8. send matched packets, check them redirected to expected queue with FDIR matched ID. -Subcase 9: create 2048 rules on VF00 and VF01 and VF10 and VF11 at meantime ---------------------------------------------------------------------------- - -1. start testpmd on vf00:: - - ./testpmd -c 0x3 -n 6 -w 86:01.0 --file-prefix=vf00 -- -i --rxq=4 --txq=4 - - start testpmd on vf01:: - - ./testpmd -c 0xc -n 6 -w 86:01.1 --file-prefix=vf01 -- -i --rxq=4 --txq=4 - - start testpmd on vf10:: - - ./testpmd -c 0x30 -n 6 -w 86:11.0 --file-prefix=vf10 -- -i --rxq=4 --txq=4 - - start testpmd on vf11:: - - ./testpmd -c 0xc0 -n 6 -w 86:11.1 --file-prefix=vf11 -- -i --rxq=4 --txq=4 - -2. create 2048 rules on vf00:: - - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.0 / end actions queue index 1 / mark / end - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.1 / end actions queue index 1 / mark / end - ...... - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.7.255 / end actions queue index 1 / mark / end - - created successfully, check 2048 rules are listed. - create 2048 rules on vf01/vf10/vf11 at meantime:: - - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.0 / end actions queue index 1 / mark / end - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.1 / end actions queue index 1 / mark / end - ...... - flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.7.255 / end actions queue index 1 / mark / end - - all the rules are created successfully. - check the rule list, there listed 2048 rules. - send packet to the four vfs, the packets can be redirected to expected queue with mark ID. - -3. flush all the rules on four VFs at meantime, there is no error reported. - send packet to the four vfs, the packets are distributed by RSS without mark ID. - Test case: PFCP coverage test ============================= Subcase 1: PFCP FDIR vlan strip on HW checksum offload check -- 2.14.3