test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V2 8/8] tests/vf_rss: remove ip fragment packets
Date: Wed, 25 May 2022 19:19:34 +0800	[thread overview]
Message-ID: <20220525111934.106784-8-songx.jiale@intel.com> (raw)
In-Reply-To: <20220525111934.106784-1-songx.jiale@intel.com>

modify the script to adapt to the change of dpdk function.
remove ip fragment packets, dpdk no longer supports ip fragment default RSS.

According to dpdk commit f8d541da518 ("net/iavf: remove support for IP fragment default RSS").

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_vf_rss.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py
index 65995df1..a5314b13 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -392,12 +392,10 @@ class TestVfRss(TestCase):
         self.vm0_ports_socket = self.vm_dut_0.get_numa_id(vm0dutPorts[0])
         iptypes = {
             "ipv4-other": "ip",
-            "ipv4-frag": "ip",
             "ipv4-udp": "udp",
             "ipv4-tcp": "tcp",
             "ipv4-sctp": "sctp",
             "ipv6-other": "ip",
-            "ipv6-frag": "ip",
             "ipv6-udp": "udp",
             "ipv6-tcp": "tcp",
             "ipv6-sctp": "sctp",
-- 
2.17.1


  parent reply	other threads:[~2022-05-25 11:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 11:19 [dts] [PATCH V2 1/8] tests/ice_advanced_iavf_rss: " Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 2/8] tests/ice_advanced_rss_pppoe: " Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 3/8] tests/ice_advanced_rss: " Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 4/8] tests/ice_dcf_acl_filter: " Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 5/8] tests/ice_switch_filter: create rss rule to switch on ip fragment rss function Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 6/8] tests/ice_fdir: remove or replace ip fragment packets Jiale Song
2022-05-25 11:19 ` [dts] [PATCH V2 7/8] tests/ice_iavf_fdir: " Jiale Song
2022-05-25 11:19 ` Jiale Song [this message]
2022-05-28  9:23   ` [dts] [PATCH V2 8/8] tests/vf_rss: remove " lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220525111934.106784-8-songx.jiale@intel.com \
    --to=songx.jiale@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).