From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V1 8/8] tests/vf_rss: remove ip fragment packets
Date: Fri, 20 May 2022 13:46:05 +0800 [thread overview]
Message-ID: <20220520054605.1856551-8-songx.jiale@intel.com> (raw)
In-Reply-To: <20220520054605.1856551-1-songx.jiale@intel.com>
modify the script to adapt to the change of dpdk function
According to dpdk commit f8d541da518 ("net/iavf: remove support for IP fragment default RSS").
According to dpdk commit cc46bab5968 ("net/ice: remove support for IP fragment default RSS").
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 --
1 file changed, 2 deletions(-)
--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
prev parent reply other threads:[~2022-05-20 5:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 5:45 [dts] [PATCH V1 1/8] tests/ice_advanced_iavf_rss: " Jiale Song
2022-05-20 5:45 ` [dts] [PATCH V1 2/8] tests/ice_advanced_rss_pppoe: " Jiale Song
2022-05-20 5:46 ` [dts] [PATCH V1 3/8] tests/ice_advanced_rss: " Jiale Song
2022-05-20 5:46 ` [dts] [PATCH V1 4/8] tests/ice_dcf_acl_filter: " Jiale Song
2022-05-20 5:46 ` [dts] [PATCH V1 5/8] tests/ice_switch_filter: create rss rule to switch on ip fragment rss function Jiale Song
2022-05-20 5:46 ` [dts] [PATCH V1 6/8] tests/ice_fdir: remove or replace ip fragment packets Jiale Song
2022-05-25 10:12 ` Tu, Lijuan
2022-05-20 5:46 ` [dts] [PATCH V1 7/8] tests/ice_iavf_fdir: " Jiale Song
2022-05-20 5:46 ` Jiale Song [this message]
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=20220520054605.1856551-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).