[dts] [PATCH V1 8/8] tests/vf_rss: remove ip fragment packets

Jiale Song songx.jiale at intel.com
Fri May 20 07:46:05 CEST 2022


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 at 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



More information about the dts mailing list