From patchwork Thu Sep 22 05:28:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 116617 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 1F46AA0540; Thu, 22 Sep 2022 07:30:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B92740691; Thu, 22 Sep 2022 07:30:41 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 4779E40156 for ; Thu, 22 Sep 2022 07:30:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663824639; x=1695360639; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=puODQMT0zk+02Qbw0EIHtQ/Jj2eXsZCwzoQ7+Py8dZI=; b=SGIj1cICUfWlRjAbPBN6uADYX9vAqxjZHSY1uM920Gh2xMNqibdI8TqA vPPdu3rITn9wjI+imJT0BwzxNbFh7Zfcw6dHXHOBWpyRbU4kpIgLFXFNi 0BVEYQs1JgUfRrZ+uBzFg843qVg+sotiTi2wm+wrDN1ag92Oo7N3mpBNV nwvs6Oc8J19xpbLsVwdQ142qPPCe2Po4LaDcHNadQIC3Z3gzA9foZlDnR GfENsalVRjRB9g4CycHYeL5AtTRKVEYWTv5UREQ+2rN+UaxK/sKJbQLV7 lVu593wBHA7KFwv5bNEUCXc4qOePirO+JOft8pKhpYAw4dvTwqYKhWbE7 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="326520217" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="326520217" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:24 -0700 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="682068794" Received: from unknown (HELO localhost.localdomain) ([10.239.252.63]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:22 -0700 From: hailinx xu To: dts@dpdk.org, qi.fu@intel.com Cc: hailinx xu Subject: [dts][PATCH v3 1/2] test_plans: support ipv6 next proto id Date: Thu, 22 Sep 2022 13:28:38 +0800 Message-Id: <20220922052839.23851-2-hailinx.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220922052839.23851-1-hailinx.xu@intel.com> References: <20220922052839.23851-1-hailinx.xu@intel.com> MIME-Version: 1.0 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 add new test cases for ice support ipv6 next protocol id Signed-off-by: hailinx xu Acked-by: Lijuan Tu --- test_plans/ice_fdir_test_plan.rst | 418 ++++++++++++++++++++++++++---- 1 file changed, 365 insertions(+), 53 deletions(-) diff --git a/test_plans/ice_fdir_test_plan.rst b/test_plans/ice_fdir_test_plan.rst index 1bb11ae1..a3cc1d46 100644 --- a/test_plans/ice_fdir_test_plan.rst +++ b/test_plans/ice_fdir_test_plan.rst @@ -9,63 +9,72 @@ Enable fdir filter for IPv4/IPv6 + TCP/UDP/SCTP (OS default package) Enable fdir filter for UDP tunnel: Vxlan / NVGRE (OS default package) Enable fdir filter for GTP (comm #1 package) Enable fdir filter for L2 Ethertype (comm #1 package) +Enable fdir filter for IPv6 Next Protocol ID(comm #1 package) Pattern and input set --------------------- - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | Packet Type | Pattern | Input Set | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | IPv4/IPv6 + TCP/UDP/SCTP | MAC_IPV4_PAY | [Dest MAC],[Source IP], [Dest IP], [IP protocol], [TTL], [DSCP] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_UDP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TCP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_SCTP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_PAY | [Dest MAC],[Source IP], [Dest IP], [IP protocol], [TTL], [TC] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_UDP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_TCP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_SCTP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | UDP tunnel: VXLAN inner only | MAC_IPV4_TUN_IPV4_PAY | [Inner Source IP], [Inner Dest IP] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_IPV4_UDP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_IPV4_TCP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_IPV4_SCTP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_MAC_IPV4_PAY | [Inner Source IP], [Inner Dest IP] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_MAC_IPV4_UDP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_MAC_IPV4_TCP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_TUN_MAC_IPV4_SCTP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | IPv4/IPv6 + GTP-U | MAC_IPV4_GTPU | [Source IP], [Dest IP], [TEID] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_GTPU_EH | [Source IP], [Dest IP], [TEID], [QFI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_GTPU | [Source IPV6], [Dest IPV6], [TEID] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_GTPU_EH | [Source IPV6], [Dest IPV6], [TEID], [QFI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | L2 Ethertype | L2 Ethertype | [Ethertype] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | ESP | MAC_IPV4_ESP | [Source IP] [Dest IP] [SPI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_ESP | [Source IP] [Dest IP] [SPI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV4_NAT-T-ESP | [Source IP] [Dest IP] [SPI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ - | | MAC_IPV6_NAT-T-ESP | [Source IP] [Dest IP] [SPI] | - +------------------------------+----------------------------+-------------------------------------------------------------------------------+ + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | Packet Type | Pattern | Input Set | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | IPv4/IPv6 + TCP/UDP/SCTP | MAC_IPV4_PAY | [Dest MAC],[Source IP], [Dest IP], [IP protocol], [TTL], [DSCP] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_UDP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TCP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_SCTP | [Dest MAC],[Source IP], [Dest IP], [TTL], [DSCP], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_PAY | [Dest MAC],[Source IP], [Dest IP], [IP protocol], [TTL], [TC] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_UDP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_TCP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_SCTP | [Dest MAC],[Source IP], [Dest IP], [TTL], [TC], [Source Port], [Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | UDP tunnel: VXLAN inner only | MAC_IPV4_TUN_IPV4_PAY | [Inner Source IP], [Inner Dest IP] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_IPV4_UDP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_IPV4_TCP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_IPV4_SCTP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_MAC_IPV4_PAY | [Inner Source IP], [Inner Dest IP] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_MAC_IPV4_UDP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_MAC_IPV4_TCP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_TUN_MAC_IPV4_SCTP | [Inner Source IP], [Inner Dest IP], [Inner Source Port], [Inner Dest Port] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | IPv4/IPv6 + GTP-U | MAC_IPV4_GTPU | [Source IP], [Dest IP], [TEID] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_GTPU_EH | [Source IP], [Dest IP], [TEID], [QFI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_GTPU | [Source IPV6], [Dest IPV6], [TEID] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_GTPU_EH | [Source IPV6], [Dest IPV6], [TEID], [QFI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | L2 Ethertype | L2 Ethertype | [Ethertype] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | ESP | MAC_IPV4_ESP | [Source IP] [Dest IP] [SPI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_ESP | [Source IP] [Dest IP] [SPI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV4_NAT-T-ESP | [Source IP] [Dest IP] [SPI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | MAC_IPV6_NAT-T-ESP | [Source IP] [Dest IP] [SPI] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | IPv6 Next Protocol + TCP/UDP/SCTP| IPV6_NEXT_PROTO | [IPv6ExtHdrtype] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | IPV6_NEXT_PROTO_TCP | [IPv6ExtHdrtype] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | IPV6_NEXT_PROTO_UDP | [IPv6ExtHdrtype] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ + | | IPV6_NEXT_PROTO_SCTP | [IPv6ExtHdrtype] | + +----------------------------------+----------------------------+-------------------------------------------------------------------------------+ .. note:: @@ -173,6 +182,10 @@ Default parameters [Ethertype]: 0x8863 0x8864 0x0806 0x8100 0x88f7 + IPv6 ExtHdrtype:: + + [IPv6ExtHdrtype]: IPv6ExtHdrDestOpt IPv6ExtHdrRouting IPv6ExtHdrHopByHop IPv6ExtHdrSegmentRouting + Send packets ------------ @@ -542,6 +555,86 @@ Send packets sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::9")/UDP(dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1") sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::2")/UDP(dport=4500)/ESP(spi=77)/Raw('x'*480),iface="enp134s0f1") +* IPV6_NEXT_PROTO + + matched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=123)/Raw('x'*40)],iface="ens192f0") + + mismatched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=111)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=123)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/Raw('x'*40)],iface="ens192f0") + +* IPV6_NEXT_PROTO_UDP + + matched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=17)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + + mismatched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/UDP/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=17)/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/UDP()/Raw('x'*40)],iface="ens192f0") + +* IPV6_NEXT_PROTO_TCP + + matched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + + mismatched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=17)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=6)/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/TCP()/Raw('x'*40)],iface="ens192f0") + +* IPV6_NEXT_PROTO_SCTP + + matched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=132)/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=123)/IPv6ExtHdrDestOpt(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + + mismatched packets:: + + sendp([Ether(dst='00:11:22:33:44:55')/IPv6(nh=123)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=132)/SCTP()/Raw('x'*40)],iface="ens192f0") + sendp([Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/SCTP()/Raw('x'*40)],iface="ens192f0") + Test case: flow validation ========================== @@ -4203,3 +4296,222 @@ So there can be created 14848 fdir rules on 1 PF port. there is no rule listed. 6. verify matched packets for rule 0 and rule 15359 received without FDIR matched ID. + + +Test_Case: IPV6_NEXT_PROTO pattern +================================== + +Subcase 1: IPV6_NEXT_PROTO queue index +-------------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions queue index 1 / mark / end + +2. send matched packets, check the packets is distributed to queue 1 with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. verify rules can be listed and destroyed:: + + testpmd> flow list 0 + + check the rule listed. + destroy the rule:: + + testpmd> flow destroy 0 rule 0 + +4. verify matched packet is distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 2: IPV6_NEXT_PROTO rss queues +------------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions rss queues 1 2 end / mark id 1 / end + +2. send matched packets, check the packets is distributed to queue 56-63 with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packet is distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 3: IPV6_NEXT_PROTO passthru +----------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions passthru / mark / end + +2. send matched packets, check the packets are distributed by RSS with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packets are destributed by RSS without FDIR matched ID . + check there is no rule listed. + +Subcase 4: IPV6_NEXT_PROTO drop +------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions drop / end + +2. send matched packets, check the packets are dropped. + send unmatched packets, check the packets are not dropped. + +3. repeat step 3 of subcase 1. + +4. verify matched packet is dropped. + check there is no rule listed. + +Subcase 5: IPV6_NEXT_PROTO mark+rss +----------------------------------- +Note: This combined action is mark with RSS which is without queues specified. + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions mark / rss / end + +2. send matched packets, check the packets are distributed by RSS with FDIR matched ID=0x0 + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packets are distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 6: IPV6_NEXT_PROTO mark +------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions mark / end + +2. repeat the steps of passthru in subcase 3, + get the same result. + + +Test_Case: IPV6_NEXT_PROTO_UDP pattern +====================================== + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions queue index 3 / mark / end + +2. send matched packets, check the packets is distributed to queue 1 with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. verify rules can be listed and destroyed:: + + testpmd> flow list 0 + + check the rule listed. + destroy the rule:: + + testpmd> flow destroy 0 rule 0 + +4. verify matched packet is distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 2: IPV6_NEXT_PROTO_UDP rss queues +----------------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions rss queues 5 6 end / mark id 1 / end + +2. send matched packets, check the packets is distributed to queue 56-63 with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packet is distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 3: IPV6_NEXT_PROTO_UDP passthru +--------------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions passthru / mark / end + +2. send matched packets, check the packets are distributed by RSS with FDIR matched ID=0x0. + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packets are destributed by RSS without FDIR matched ID . + check there is no rule listed. + +Subcase 4: IPV6_NEXT_PROTO_UDP drop +----------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions drop / end + +2. send matched packets, check the packets are dropped. + send unmatched packets, check the packets are not dropped. + +3. repeat step 3 of subcase 1. + +4. verify matched packet is dropped. + check there is no rule listed. + +Subcase 5: IPV6_NEXT_PROTO_UDP mark+rss +--------------------------------------- +Note: This combined action is mark with RSS which is without queues specified. + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions mark / rss / end + +2. send matched packets, check the packets are distributed by RSS with FDIR matched ID=0x0 + send unmatched packets, check the packets are distributed by RSS without FDIR matched ID. + +3. repeat step 3 of subcase 1. + +4. verify matched packets are distributed by RSS without FDIR matched ID. + check there is no rule listed. + +Subcase 6: IPV6_NEXT_PROTO_UDP mark +----------------------------------- + +1. create filter rules:: + + flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions mark / end + +2. repeat the steps of passthru in subcase 3, + get the same result. + + +Test_Case: IPV6_NEXT_PROTO_TCP pattern +====================================== + +1. replace "udp" with "tcp", replace "proto is 17" with "proto is 6" in all the subcases of IPV6_NEXT_PROTO_UDP pattern. +2. Then repeat all the steps in all the subcases of IPV6_NEXT_PROTO_UDP pattern. +3. get the same result. + + +Test_Case: IPV6_NEXT_PROTO_SCTP pattern +======================================= + +1. replace "udp" with "sctp", replace "proto is 17" with "proto is 132" in all the subcases of IPV6_NEXT_PROTO_UDP pattern. +2. Then repeat all the steps in all the subcases of IPV6_NEXT_PROTO_UDP pattern. +3. get the same result. + +exclusive test cases +==================== + +support priority:: + + rule1: flow create 0 priority 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions queue index 1 / mark / end + +same proto value can't be created twice:: + + rule1: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions queue index 1 / mark / end + rule2: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions rss queues 2 3 end / mark / end From patchwork Thu Sep 22 05:28:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 116615 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 D9312A0540; Thu, 22 Sep 2022 07:30:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D509040C35; Thu, 22 Sep 2022 07:30:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1C84740156 for ; Thu, 22 Sep 2022 07:30:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663824628; x=1695360628; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=/Ji4OePFfvrO5B7/lOSydh2ReEeZYUER+E3H5IkdTDg=; b=C67Y/YlcY8foE/882o9RPP1iDM2NcUXUC3LoXEGpES+ke8U3+knvA3q9 rS9DDTXFA5WX+xnFOOJA6EmNiobUU6ArtISzbe0Cv9kYAkaTMHaYEPpBM nDVb3+w2ij7GIj5ZII6bXzzLwGX5XHrmylvGTvf1crTJgQub9O6sRP7JF GhHLHrZpGwBM4K33tJ6BCnKOQISNe1Ubu9czIRmUjIleF9aEHLmqYcYjF /k+lDR8/pminLALqBqla7HMtap/e454mWYTaFLLM3A07OUBb1Q74v8v0v ULt87excYC8PSOE9dEXS6QL7Ho5gV/UyfHwKlFLa8w3v0vVpInuyflqGO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="283251298" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="283251298" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:26 -0700 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="682068810" Received: from unknown (HELO localhost.localdomain) ([10.239.252.63]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 22:30:24 -0700 From: hailinx xu To: dts@dpdk.org, qi.fu@intel.com Cc: hailinx xu Subject: [dts][PATCH v3 2/2] tests/ice_fdir: support ipv6 next proto id Date: Thu, 22 Sep 2022 13:28:39 +0800 Message-Id: <20220922052839.23851-3-hailinx.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220922052839.23851-1-hailinx.xu@intel.com> References: <20220922052839.23851-1-hailinx.xu@intel.com> 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 add new test cases for ice support ipv6 next proto id Signed-off-by: hailinx xu Tested-by: Zhimin Huang --- tests/TestSuite_ice_fdir.py | 336 ++++++++++++++++++++++++++++++++++++ 1 file changed, 336 insertions(+) diff --git a/tests/TestSuite_ice_fdir.py b/tests/TestSuite_ice_fdir.py index 26f32b29..fac65fda 100644 --- a/tests/TestSuite_ice_fdir.py +++ b/tests/TestSuite_ice_fdir.py @@ -377,6 +377,83 @@ MAC_IPV6_NAT_T_ESP = { ], } +# 22.07 new feature +IPV6_NEXT_PROTO = { + "match": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=123)/Raw('x'*40)", + ], + "unmatched": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=111)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=123)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/Raw('x'*40)", + ], +} + +IPV6_NEXT_PROTO_TCP = { + "match": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=6)/TCP()/Raw('x'*40)", + ], + "unmatched": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=17)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=6)/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/TCP()/Raw('x'*40)", + ], +} + +IPV6_NEXT_PROTO_UDP = { + "match": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=17)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=17)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=17)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=17)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=17)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=17)/UDP()/Raw('x'*40)", + ], + "unmatched": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=6)/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/UDP()/Raw('x'*40)", + ], +} + +IPV6_NEXT_PROTO_SCTP = { + "match": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=132)/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt(nh=132)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting(nh=132)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrHopByHop(nh=132)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrSegmentRouting(nh=132)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrDestOpt()/IPv6ExtHdrDestOpt(nh=132)/SCTP()/Raw('x'*40)", + ], + "unmatched": [ + "Ether(dst='00:11:22:33:44:55')/IPv6(nh=6)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/UDP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/TCP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrFragment(nh=6)/SCTP()/Raw('x'*40)", + "Ether(dst='00:11:22:33:44:55')/IPv6()/IPv6ExtHdrRouting()/IPv6ExtHdrRouting(nh=111)/SCTP()/Raw('x'*40)", + ], +} + tv_mac_ipv4_pay_queue_index = { "name": "test_mac_ipv4_pay_queue_index", "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 proto is 255 ttl is 2 tos is 4 / end actions queue index 1 / mark / end", @@ -2682,6 +2759,235 @@ vectors_mac_ipv6_nat_t_esp = [ tv_mac_ipv6_nat_t_esp_mark, ] +# 22.07 new feature +tv_ipv6_next_proto_queue_index = { + "name": "tv_ipv6_next_proto_queue_index", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions queue index 1 / mark / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": 1, "mark_id": 0}, +} + +tv_ipv6_next_proto_rss_queues = { + "name": "tv_ipv6_next_proto_rss_queues", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions rss queues 2 3 end / mark id 1 / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": [2, 3], "mark_id": 1}, +} + +tv_ipv6_next_proto_passthru = { + "name": "tv_ipv6_next_proto_passthru", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions passthru / mark / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "rss": True, "mark_id": 0}, +} + +tv_ipv6_next_proto_drop = { + "name": "tv_ipv6_next_proto_drop", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions drop / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "drop": True}, +} + +tv_ipv6_next_proto_mark_rss = { + "name": "tv_ipv6_next_proto_mark_rss", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions mark / rss / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +tv_ipv6_next_proto_mark = { + "name": "tv_ipv6_next_proto_mark", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 123 / end actions mark / end", + "scapy_str": IPV6_NEXT_PROTO, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +vectors_ipv6_next_proto = [ + tv_ipv6_next_proto_queue_index, + tv_ipv6_next_proto_rss_queues, + tv_ipv6_next_proto_passthru, + tv_ipv6_next_proto_drop, + tv_ipv6_next_proto_mark_rss, + tv_ipv6_next_proto_mark, +] + +tv_ipv6_next_proto_tcp_queue_index = { + "name": "tv_ipv6_next_proto_tcp_queue_index", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions queue index 3 / mark / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": 3, "mark_id": 0}, +} + +tv_ipv6_next_proto_tcp_rss_queues = { + "name": "tv_ipv6_next_proto_tcp_rss_queues", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions rss queues 5 6 end / mark id 1 / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": [5, 6], "mark_id": 1}, +} + +tv_ipv6_next_proto_tcp_passthru = { + "name": "tv_ipv6_next_proto_tcp_passthru", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions passthru / mark / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "rss": True, "mark_id": 0}, +} + +tv_ipv6_next_proto_tcp_drop = { + "name": "tv_ipv6_next_proto_tcp_drop", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions drop / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "drop": True}, +} + +tv_ipv6_next_proto_tcp_mark_rss = { + "name": "tv_ipv6_next_proto_tcp_mark_rss", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions mark / rss / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +tv_ipv6_next_proto_tcp_mark = { + "name": "tv_ipv6_next_proto_tcp_mark", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 6 / tcp / end actions mark / end", + "scapy_str": IPV6_NEXT_PROTO_TCP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +vectors_ipv6_next_proto_tcp = [ + tv_ipv6_next_proto_tcp_queue_index, + tv_ipv6_next_proto_tcp_rss_queues, + tv_ipv6_next_proto_tcp_passthru, + tv_ipv6_next_proto_tcp_drop, + tv_ipv6_next_proto_tcp_mark_rss, + tv_ipv6_next_proto_tcp_mark, +] + +tv_ipv6_next_proto_udp_queue_index = { + "name": "tv_ipv6_next_proto_udp_queue_index", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions queue index 3 / mark / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": 3, "mark_id": 0}, +} + +tv_ipv6_next_proto_udp_rss_queues = { + "name": "tv_ipv6_next_proto_udp_rss_queues", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions rss queues 7 8 end / mark id 1 / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": [7, 8], "mark_id": 1}, +} + +tv_ipv6_next_proto_udp_passthru = { + "name": "tv_ipv6_next_proto_udp_passthru", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions passthru / mark / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "rss": True, "mark_id": 0}, +} + +tv_ipv6_next_proto_udp_drop = { + "name": "tv_ipv6_next_proto_udp_drop", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions drop / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "drop": True}, +} + +tv_ipv6_next_proto_udp_mark_rss = { + "name": "tv_ipv6_next_proto_udp_mark_rss", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions mark / rss / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +tv_ipv6_next_proto_udp_mark = { + "name": "tv_ipv6_next_proto_udp_mark", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 17 / udp / end actions mark / end", + "scapy_str": IPV6_NEXT_PROTO_UDP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +vectors_ipv6_next_proto_udp = [ + tv_ipv6_next_proto_udp_queue_index, + tv_ipv6_next_proto_udp_rss_queues, + tv_ipv6_next_proto_udp_passthru, + tv_ipv6_next_proto_udp_drop, + tv_ipv6_next_proto_udp_mark_rss, + tv_ipv6_next_proto_udp_mark, +] + +tv_ipv6_next_proto_sctp_queue_index = { + "name": "tv_ipv6_next_proto_sctp_queue_index", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions queue index 5 / mark id 3 / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": 5, "mark_id": 3}, +} + +tv_ipv6_next_proto_sctp_rss_queues = { + "name": "tv_ipv6_next_proto_sctp_rss_queues", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions rss queues 1 2 end / mark id 1 / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "queue": [1, 2], "mark_id": 1}, +} + +tv_ipv6_next_proto_sctp_passthru = { + "name": "tv_ipv6_next_proto_sctp_passthru", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions passthru / mark id 4 / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "rss": True, "mark_id": 4}, +} + +tv_ipv6_next_proto_sctp_drop = { + "name": "tv_ipv6_next_proto_sctp_drop", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions drop / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "drop": True}, +} + +tv_ipv6_next_proto_sctp_mark_rss = { + "name": "tv_ipv6_next_proto_sctp_mark_rss", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions mark / rss / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +tv_ipv6_next_proto_sctp_mark = { + "name": "tv_ipv6_next_proto_sctp_mark", + "rule": "flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv6 proto is 132 / sctp / end actions mark / end", + "scapy_str": IPV6_NEXT_PROTO_SCTP, + "check_func": rfc.check_mark, + "check_param": {"port_id": 0, "mark_id": 0, "rss": True}, +} + +vectors_ipv6_next_proto_sctp = [ + tv_ipv6_next_proto_sctp_queue_index, + tv_ipv6_next_proto_sctp_rss_queues, + tv_ipv6_next_proto_sctp_passthru, + tv_ipv6_next_proto_sctp_drop, + tv_ipv6_next_proto_sctp_mark_rss, + tv_ipv6_next_proto_sctp_mark, +] + class TestICEFdir(TestCase): def query_count(self, hits_set, hits, port_id=0, rule_id=0): @@ -4169,6 +4475,36 @@ class TestICEFdir(TestCase): ) self.check_fdir_rule(stats=True) + # 22.07 new feature + @skip_unsupported_pkg(["os default", "wireless"]) + def test_ipv6_next_proto(self): + self._rte_flow_validate(vectors_ipv6_next_proto) + + @skip_unsupported_pkg(["os default", "wireless"]) + def test_ipv6_next_proto_tcp(self): + self._rte_flow_validate(vectors_ipv6_next_proto_tcp) + + @skip_unsupported_pkg(["os default", "wireless"]) + def test_ipv6_next_proto_udp(self): + self._rte_flow_validate(vectors_ipv6_next_proto_udp) + + @skip_unsupported_pkg(["os default", "wireless"]) + def test_ipv6_next_proto_sctp(self): + self._rte_flow_validate(vectors_ipv6_next_proto_sctp) + + @skip_unsupported_pkg(["os default", "wireless"]) + def test_ipv6_next_proto_exclusive(self): + rule = "flow create 0 priority 0 ingress pattern eth / ipv6 proto is 123 / end actions queue index 1 / mark / end" + self.create_fdir_rule(rule, check_stats=True) + self.pmd_output.execute_cmd("flow flush 0") + rule1 = "flow create 0 ingress pattern eth / ipv6 proto is 123 / end actions queue index 1 / mark / end" + rule2 = "flow create 0 ingress pattern eth / ipv6 proto is 123 / end actions rss queues 2 3 end / mark / end" + self.create_fdir_rule(rule1, check_stats=True) + out = self.pmd_output.execute_cmd(rule2) + self.verify( + "Rule already exists!: File exists" in out, "created rule successfully!!!" + ) + def tear_down(self): try: # destroy all flow rule on port 0