test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code
@ 2021-02-02  5:33 Zhimin Huang
  2021-02-02  5:47 ` Huang, ZhiminX
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhimin Huang @ 2021-02-02  5:33 UTC (permalink / raw)
  To: dts; +Cc: qi.fu, Zhimin Huang

toeplitz:
delete destroy rule action, only verified destroy rule successed.

symmetric:
modified send pkts type after destroy rule.

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py | 1124 ++++++++-----------------
 1 file changed, 360 insertions(+), 764 deletions(-)

diff --git a/tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py b/tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
index c94a15d..310057e 100755
--- a/tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
@@ -115,18 +115,7 @@ mac_ipv4_gtpu_ipv4_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-tcp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_l3src_only = eval(str(mac_ipv4_gtpu_ipv4_l3dst_only)
@@ -221,18 +210,7 @@ mac_ipv4_gtpu_ipv4_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-tcp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_gtpu = {
@@ -289,18 +267,7 @@ mac_ipv4_gtpu_ipv4_gtpu = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-tcp'],
-                mac_ipv4_gtpu_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_toeplitz = [mac_ipv4_gtpu_ipv4_l3dst_only, mac_ipv4_gtpu_ipv4_l3src_only,
@@ -346,19 +313,19 @@ mac_ipv4_gtpu_ipv4_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.1",dst="192.168.0.2")/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-nonfrag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.3",dst="192.168.0.8",frag=6)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-frag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.10",dst="192.168.0.20")/ICMP()/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-icmp'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.10",dst="192.168.0.20")/UDP()/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-udp'},
         },
     ],
@@ -472,19 +439,19 @@ mac_ipv4_gtpu_eh_dl_ipv4_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-nonfrag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-frag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-icmp'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-udp'},
         },
     ],
@@ -598,12 +565,7 @@ mac_ipv4_gtpu_ipv4_udp_l3dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_l3src = eval(str(mac_ipv4_gtpu_ipv4_udp_l3dst)
@@ -636,12 +598,7 @@ mac_ipv4_gtpu_ipv4_udp_l3src_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_l3src_l4dst = {
@@ -666,12 +623,7 @@ mac_ipv4_gtpu_ipv4_udp_l3src_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_l3dst_l4src = {
@@ -696,12 +648,7 @@ mac_ipv4_gtpu_ipv4_udp_l3dst_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_l3dst_l4dst = {
@@ -726,12 +673,7 @@ mac_ipv4_gtpu_ipv4_udp_l3dst_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_ipv4_udp_l4dst = {
     'sub_casename': 'mac_ipv4_gtpu_ipv4_udp_l4dst',
@@ -752,12 +694,7 @@ mac_ipv4_gtpu_ipv4_udp_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_ipv4_udp_l4src = {
     'sub_casename': 'mac_ipv4_gtpu_ipv4_udp_l4src',
@@ -778,12 +715,7 @@ mac_ipv4_gtpu_ipv4_udp_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_all = {
@@ -816,12 +748,7 @@ mac_ipv4_gtpu_ipv4_udp_all = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_l3 = {
@@ -846,12 +773,7 @@ mac_ipv4_gtpu_ipv4_udp_l3 = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv4_udp_toeplitz = [mac_ipv4_gtpu_ipv4_udp_l3dst, mac_ipv4_gtpu_ipv4_udp_l3src,
@@ -942,18 +864,7 @@ mac_ipv4_gtpu_ipv6_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-tcp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_l3src_only = {
@@ -1022,18 +933,7 @@ mac_ipv4_gtpu_ipv6_l3src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-tcp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_l3src_only = eval(str(mac_ipv4_gtpu_ipv6_l3dst_only)
@@ -1128,18 +1028,7 @@ mac_ipv4_gtpu_ipv6_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-tcp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_gtpu = {
@@ -1196,18 +1085,7 @@ mac_ipv4_gtpu_ipv6_gtpu = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-tcp'],
-                mac_ipv4_gtpu_ipv6_basic['ipv6-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_toeplitz = [mac_ipv4_gtpu_ipv6_l3dst_only, mac_ipv4_gtpu_ipv6_l3src_only,
@@ -1233,12 +1111,7 @@ mac_ipv4_gtpu_ipv6_udp_l3dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_l3src = eval(str(mac_ipv4_gtpu_ipv6_udp_l3dst)
@@ -1270,12 +1143,7 @@ mac_ipv4_gtpu_ipv6_udp_l3src_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_l3src_l4dst = {
@@ -1300,12 +1168,7 @@ mac_ipv4_gtpu_ipv6_udp_l3src_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_l3dst_l4src = {
@@ -1330,12 +1193,7 @@ mac_ipv4_gtpu_ipv6_udp_l3dst_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_l3dst_l4dst = {
@@ -1360,12 +1218,7 @@ mac_ipv4_gtpu_ipv6_udp_l3dst_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_ipv6_udp_l4dst = {
     'sub_casename': 'mac_ipv4_gtpu_ipv6_udp_l4dst',
@@ -1386,12 +1239,7 @@ mac_ipv4_gtpu_ipv6_udp_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_ipv6_udp_l4src = {
     'sub_casename': 'mac_ipv4_gtpu_ipv6_udp_l4src',
@@ -1412,12 +1260,7 @@ mac_ipv4_gtpu_ipv6_udp_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_all = {
@@ -1450,12 +1293,7 @@ mac_ipv4_gtpu_ipv6_udp_all = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_ipv6_udp_toeplitz = [mac_ipv4_gtpu_ipv6_udp_l3dst, mac_ipv4_gtpu_ipv6_udp_l3src,
@@ -1549,18 +1387,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-udp'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-tcp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_l3src_only = eval(str(mac_ipv4_gtpu_eh_dl_ipv4_l3dst_only)
@@ -1655,18 +1482,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-udp'],
-                mac_ipv4_gtpu_eh_dl_ipv4_basic['ipv4-tcp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 
@@ -1759,18 +1575,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag_ul'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3src_only = eval(str(mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst_only)
@@ -1886,18 +1691,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_all = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag_ul'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_gtpu = {
@@ -1966,18 +1760,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_gtpu = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-nonfrag_ul'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-frag'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-icmp'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_basic['ipv4-udp'],
-            ],
-            'action': 'check_no_hash',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_toeplitz = [mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst_only,
@@ -2023,15 +1806,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['dl'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['ul'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_only = eval(str(mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_only)
                                                       .replace('ul_dl_ipv4_udp_l3dst', 'ul_dl_ipv4_udp_l3src')
@@ -2070,15 +1845,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['dl'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['ul'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst = eval(str(mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src)
                                                            .replace('udp_l3src_l4src', 'udp_l3src_l4dst')
@@ -2126,15 +1893,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['dl'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['ul'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only = eval(str(mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only)
@@ -2173,15 +1932,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['dl'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['ul'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3 = {
@@ -2222,15 +1973,7 @@ mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3 = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['dl'],
-                mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_basic['ul'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_toeplitz = [
@@ -2303,12 +2046,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src = eval(str(mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst)
@@ -2341,12 +2079,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4dst = {
@@ -2371,12 +2104,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4src = {
@@ -2401,12 +2129,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4dst = {
@@ -2432,12 +2155,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst = {
     'sub_casename': 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst',
@@ -2458,12 +2176,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src = {
     'sub_casename': 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src',
@@ -2484,12 +2197,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_all = {
@@ -2518,12 +2226,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_l3 = {
@@ -2548,12 +2251,7 @@ mac_ipv4_gtpu_eh_dl_ipv4_udp_l3 = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv4_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv4_udp_toeplitz = [mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst, mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src,
@@ -2654,18 +2352,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-udp'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-tcp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_l3src_only = eval(str(mac_ipv4_gtpu_eh_dl_ipv6_l3dst_only)
@@ -2760,18 +2447,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-nonfrag'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-frag'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-icmp'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-udp'],
-                mac_ipv4_gtpu_eh_dl_ipv6_basic['ipv6-tcp'],
-            ],
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_toeplitz = [mac_ipv4_gtpu_eh_dl_ipv6_l3dst_only, mac_ipv4_gtpu_eh_dl_ipv6_l3src_only,
@@ -2804,12 +2480,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src = eval(str(mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst)
@@ -2841,12 +2512,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4dst = {
@@ -2871,12 +2537,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4src = {
@@ -2901,12 +2562,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4dst = {
@@ -2931,12 +2587,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4dst = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst = {
     'sub_casename': 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst',
@@ -2953,16 +2604,11 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst = {
         },
         {
             'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic.replace('sport=22', 'sport=32')
-                                                       .replace('ABAB', '1212').replace('CDCD', '3434'),
-            'action': 'check_hash_same',
-        },
-    ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_different',
+                                                       .replace('ABAB', '1212').replace('CDCD', '3434'),
+            'action': 'check_hash_same',
         },
-    ]
+    ],
+    'post-test': []
 }
 mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src = {
     'sub_casename': 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src',
@@ -2983,12 +2629,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_all = {
@@ -3017,12 +2658,7 @@ mac_ipv4_gtpu_eh_dl_ipv6_udp_all = {
             'action': 'check_hash_different',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': mac_ipv4_gtpu_eh_dl_ipv6_udp_basic,
-            'action': 'check_no_hash_or_different',
-        },
-    ]
+    'post-test': []
 }
 
 mac_ipv4_gtpu_eh_dl_ipv6_udp_toeplitz = [mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst, mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src,
@@ -3155,19 +2791,19 @@ mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-nonfrag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2",frag=6)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1",frag=6)/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-frag'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)',
             'action': {'check_no_hash_or_different': 'ipv4-icmp'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)',
             'action': {'check_no_hash_or_different', 'ipv4-udp'},
         },
     ],
@@ -3224,11 +2860,27 @@ mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)',
             'action': {'check_no_hash_or_different', 'udp-dl'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-dl'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-dl'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-ul'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-ul'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)',
             'action': {'check_no_hash_or_different', 'udp-ul'},
         },
     ],
@@ -3283,11 +2935,27 @@ mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)',
             'action': {'check_no_hash_or_different', 'udp-dl'},
         },
         {
-            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-dl'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-dl'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-ul'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)',
+            'action': {'check_no_hash_or_different', 'udp-ul'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)',
             'action': {'check_no_hash_or_different', 'udp-ul'},
         },
     ],
@@ -3956,21 +3624,7 @@ mac_ipv4_gtpu_l3src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-reponse'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpu_l3dst_only = {
@@ -4076,21 +3730,7 @@ mac_ipv4_gtpu_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-reponse'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpu_l3_src_only_l3_dst_only = {
@@ -4260,23 +3900,7 @@ mac_ipv4_gtpu_l3_src_only_l3_dst_only = {
         },
     ],
     # not support 20.11
-    'post-test': [
-        {
-            '''
-            'send_packet': [
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-reponse'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_no_hash',
-            '''
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpu_l3src_only = {
@@ -4381,21 +4005,7 @@ mac_ipv6_gtpu_l3src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-reponse'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpu_l3dst_only = {
@@ -4500,21 +4110,7 @@ mac_ipv6_gtpu_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-reponse'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpu_l3_src_only_l3_dst_only = {
@@ -4714,23 +4310,7 @@ mac_ipv6_gtpu_l3_src_only_l3_dst_only = {
         },
     ],
     # not support 20.11
-    'post-test': [
-        {
-            '''
-            'send_packet': [
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-reponse'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_no_hash',
-            '''
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpc_l3src_only = {
@@ -4979,33 +4559,7 @@ mac_ipv4_gtpc_l3src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpc_l3dst_only = {
@@ -5254,33 +4808,7 @@ mac_ipv4_gtpc_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpc_l3_src_only_l3_dst_only = {
@@ -5690,35 +5218,7 @@ mac_ipv4_gtpc_l3_src_only_l3_dst_only = {
         },
     ],
     # not support 20.11
-    'post-test': [
-        {
-            '''
-            'send_packet': [
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_no_hash',
-            '''
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpc_l3src_only = {
@@ -5967,33 +5467,7 @@ mac_ipv6_gtpc_l3src_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpc_l3dst_only = {
@@ -6242,33 +5716,7 @@ mac_ipv6_gtpc_l3dst_only = {
             'action': 'check_hash_same',
         },
     ],
-    'post-test': [
-        {
-            'send_packet': [
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv6_gtpc_l3_src_only_l3_dst_only = {
@@ -6700,35 +6148,7 @@ mac_ipv6_gtpc_l3_src_only_l3_dst_only = {
         },
     ],
     # not support 20.11
-    'post-test': [
-        {
-            '''
-            'send_packet': [
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_no_hash',
-            '''
-        },
-    ],
+    'post-test': [],
 }
 
 mac_ipv4_gtpu_symmetric = {
@@ -6804,17 +6224,44 @@ mac_ipv4_gtpu_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': [
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-reponse'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-eh-pay'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-request'][0],
-                mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
+            'send_packet': mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-pay'][0].replace('src="192.168.1.1", dst="192.168.1.3',
+                                                                               'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpu-pay'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-eh-pay'][0].replace('src="192.168.1.1", dst="192.168.1.3',
+                                                                                  'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpu-eh-pay'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-request'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpu-echo-request'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['ipv4-gtpu-echo-reponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpu-echo-reponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-pay'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpu-pay'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-eh-pay'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpu-eh-pay'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-request'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpu-echo-request'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpu_basic_pkt['vlan-ipv4-gtpu-echo-reponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3', 'src="192.168.1.3", dst="192.168.1.1'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpu-echo-reponse'},
         },
     ],
 }
@@ -6891,17 +6338,36 @@ mac_ipv6_gtpu_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': [
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['ipv6-gtpu-echo-reponse'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-eh-pay'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-request'][0],
-                mac_ipv6_gtpu_basic_pkt['vlan-ipv6-gtpu-echo-reponse'][0],
-            ],
-            'action': 'check_hash_different',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpu-pay'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpu-eh-pay'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpu-echo-request'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpu-echo-reponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpu-pay'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpu-eh-pay'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpu-echo-request'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpu-echo-reponse'},
         },
     ],
 }
@@ -7074,29 +6540,104 @@ mac_ipv4_gtpc_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': [
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoEesponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-PDUNotificationRequest'][0],
-                mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-EchoRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-EchoEesponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-EchoEesponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-CreatePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-CreatePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-CreatePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-UpdatePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-UpdatePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-UpdatePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-DeletePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-DeletePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-DeletePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-PDUNotificationRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-PDUNotificationRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['ipv4-gtpc-SupportedExtensionHeadersNotification'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'ipv4-gtpc-SupportedExtensionHeadersNotification'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-EchoRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-EchoEesponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-EchoEesponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-CreatePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-CreatePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-CreatePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-UpdatePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-DeletePDPContextRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-DeletePDPContextResponse'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-DeletePDPContextResponse'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-PDUNotificationRequest'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-PDUNotificationRequest'},
+        },
+        {
+            'send_packet': mac_ipv4_gtpc_basic_pkt['vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'][0].replace(
+                'src="192.168.1.1", dst="192.168.1.3"', 'src="192.168.1.3", dst="192.168.1.1"'),
+            'action': {'check_no_hash_or_different': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'},
         },
     ],
 }
@@ -7269,29 +6810,84 @@ mac_ipv6_gtpc_symmetric = {
     ],
     'post-test': [
         {
-            'send_packet': [
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-EchoEesponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-CreatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-UpdatePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-DeletePDPContextResponse'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-PDUNotificationRequest'][0],
-                mac_ipv6_gtpc_basic_pkt['vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'][0],
-            ],
-            'action': 'check_hash_different',
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-EchoRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-EchoEesponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-CreatePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-CreatePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-UpdatePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-UpdatePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-DeletePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-DeletePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-PDUNotificationRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()',
+            'action': {'check_no_hash_or_different': 'ipv6-gtpc-SupportedExtensionHeadersNotification'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-EchoRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-EchoEesponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-CreatePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-CreatePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-DeletePDPContextRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-DeletePDPContextResponse'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-PDUNotificationRequest'},
+        },
+        {
+            'send_packet': 'Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()',
+            'action': {'check_no_hash_or_different': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'},
         },
     ],
 }
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code
  2021-02-02  5:33 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code Zhimin Huang
@ 2021-02-02  5:47 ` Huang, ZhiminX
  2021-02-03  6:02 ` Tu, Lijuan
  2021-02-03  6:04 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Huang, ZhiminX @ 2021-02-02  5:47 UTC (permalink / raw)
  To: dts; +Cc: Fu, Qi, Huang, ZhiminX

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

Tested-by: Huang, ZhiminX <zhiminx.huang@intel.com>

Regards,
HuangZhiMin


> -----Original Message-----
> From: Zhimin Huang <zhiminx.huang@intel.com>
> Sent: Tuesday, February 2, 2021 1:33 PM
> To: dts@dpdk.org
> Cc: Fu, Qi <qi.fu@intel.com>; Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified
> destroy rule action and optimized code
> 
> toeplitz:
> delete destroy rule action, only verified destroy rule successed.
> 
> symmetric:
> modified send pkts type after destroy rule.
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
> ---

[-- Attachment #2: TestCVLAdvancedIAVFRSSGTPU.log --]
[-- Type: application/octet-stream, Size: 5672396 bytes --]

29/01/2021 13:25:17                            dts: 
TEST SUITE : TestCVLAdvancedIAVFRSSGTPU
29/01/2021 13:25:17                            dts: NIC :        columbiaville_25g
29/01/2021 13:25:18              dut.10.240.183.67: 
29/01/2021 13:25:18                         tester: 
29/01/2021 13:25:22              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:25:22              dut.10.240.183.67: 0x8086
29/01/2021 13:25:22              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:25:22              dut.10.240.183.67: 0x1889
29/01/2021 13:25:22              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:25:22              dut.10.240.183.67: 0x8086
29/01/2021 13:25:22              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:25:22              dut.10.240.183.67: 0x1889
29/01/2021 13:25:23              dut.10.240.183.67: ip link set enp24s0f0 vf 0 mac 00:11:22:33:44:55
29/01/2021 13:25:23              dut.10.240.183.67: 
29/01/2021 13:25:24              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_114628_20210129132449  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 13:25:25              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_114628_20210129132449/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 13:25:35              dut.10.240.183.67: set fwd rxonly
29/01/2021 13:25:36              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 13:25:36              dut.10.240.183.67: set verbose 1
29/01/2021 13:25:36              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 13:25:36              dut.10.240.183.67: show port info all
29/01/2021 13:25:36              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: rssprocess.tester_ifaces: ['ens5f0', 'ens5f1']
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: rssprocess.test_case: <TestSuite_cvl_advanced_iavf_rss_gtpu.TestCVLAdvancedIAVFRSSGTPU object at 0x7fe3db93fd30>
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Begin
29/01/2021 13:25:36              dut.10.240.183.67: 
29/01/2021 13:25:36                         tester: 
29/01/2021 13:25:36              dut.10.240.183.67: start
29/01/2021 13:25:36              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3dst================
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:25:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:25:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:25:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:25:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:25:36              dut.10.240.183.67: flow list 0
29/01/2021 13:25:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:25:37              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:25:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x262e2a11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x262e2a11', '0x1')]
29/01/2021 13:25:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:25:39              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:25:41              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:25:42              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x262e2a11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x262e2a11', '0x1')]
29/01/2021 13:25:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:25:43              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:25:44              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:25:45              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x262e2a11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x262e2a11', '0x1')]
29/01/2021 13:25:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:25:46              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:25:47              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:25:48              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x262e2a11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x262e2a11', '0x1')]
29/01/2021 13:25:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:25:49              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:25:50              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:25:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x262e2a11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x262e2a11', '0x1')]
29/01/2021 13:25:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:25:53              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x87464c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x87464c32', '0x2')]
29/01/2021 13:25:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:25:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:25:54              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:25:54              dut.10.240.183.67: flow list 0
29/01/2021 13:25:54              dut.10.240.183.67: 
29/01/2021 13:25:54     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3dst failed: string indices must be integers
29/01/2021 13:25:54              dut.10.240.183.67: flow flush 0
29/01/2021 13:25:54              dut.10.240.183.67: 
29/01/2021 13:25:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3src================
29/01/2021 13:25:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:25:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:25:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:25:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:25:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:25:54              dut.10.240.183.67: flow list 0
29/01/2021 13:25:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:25:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:25:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:25:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:25:56              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:25:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:25:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:25:57              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xfa7b18ce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:25:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa7b18ce', '0xe')]
29/01/2021 13:25:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:25:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:25:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:25:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:25:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:25:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:26:00              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:26:01              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xfa7b18ce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa7b18ce', '0xe')]
29/01/2021 13:26:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:03              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:26:04              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xfa7b18ce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa7b18ce', '0xe')]
29/01/2021 13:26:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:26:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:26:06              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:26:07              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfa7b18ce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa7b18ce', '0xe')]
29/01/2021 13:26:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b137eed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b137eed', '0xd')]
29/01/2021 13:26:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:26:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xfa7b18ce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa7b18ce', '0xe')]
29/01/2021 13:26:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:26:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:26:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:26:12              dut.10.240.183.67: flow list 0
29/01/2021 13:26:12              dut.10.240.183.67: 
29/01/2021 13:26:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3src failed: string indices must be integers
29/01/2021 13:26:12              dut.10.240.183.67: flow flush 0
29/01/2021 13:26:12              dut.10.240.183.67: 
29/01/2021 13:26:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_all================
29/01/2021 13:26:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:26:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:26:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:26:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:26:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:26:12              dut.10.240.183.67: flow list 0
29/01/2021 13:26:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:26:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:26:13              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xfa2f084d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa2f084d', '0xd')]
29/01/2021 13:26:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:26:14              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x90c6502f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x90c6502f', '0xf')]
29/01/2021 13:26:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:26:15              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b476e6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b476e6e', '0xe')]
29/01/2021 13:26:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:26:16              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x31ae360c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31ae360c', '0xc')]
29/01/2021 13:26:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:26:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xfa2f084d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa2f084d', '0xd')]
29/01/2021 13:26:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:26:19              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x90c6502f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x90c6502f', '0xf')]
29/01/2021 13:26:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:26:20              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5b476e6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b476e6e', '0xe')]
29/01/2021 13:26:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:26:21              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x31ae360c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31ae360c', '0xc')]
29/01/2021 13:26:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xfa2f084d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa2f084d', '0xd')]
29/01/2021 13:26:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:23              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x90c6502f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x90c6502f', '0xf')]
29/01/2021 13:26:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:26:24              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b476e6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b476e6e', '0xe')]
29/01/2021 13:26:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:26:25              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x31ae360c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31ae360c', '0xc')]
29/01/2021 13:26:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:26:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfa2f084d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa2f084d', '0xd')]
29/01/2021 13:26:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:26:27              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x90c6502f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x90c6502f', '0xf')]
29/01/2021 13:26:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:26:28              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5b476e6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b476e6e', '0xe')]
29/01/2021 13:26:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:26:30              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x31ae360c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31ae360c', '0xc')]
29/01/2021 13:26:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:31              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xfa2f084d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfa2f084d', '0xd')]
29/01/2021 13:26:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:32              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x90c6502f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x90c6502f', '0xf')]
29/01/2021 13:26:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:26:33              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5b476e6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b476e6e', '0xe')]
29/01/2021 13:26:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:26:34              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x31ae360c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31ae360c', '0xc')]
29/01/2021 13:26:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:26:34              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:26:35              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:26:35              dut.10.240.183.67: flow list 0
29/01/2021 13:26:35              dut.10.240.183.67: 
29/01/2021 13:26:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)']
29/01/2021 13:26:36              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:36     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 13:26:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc')]
29/01/2021 13:26:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_all passed
29/01/2021 13:26:36              dut.10.240.183.67: flow flush 0
29/01/2021 13:26:36              dut.10.240.183.67: 
29/01/2021 13:26:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_gtpu================
29/01/2021 13:26:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:26:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:26:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:26:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:26:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:26:36              dut.10.240.183.67: flow list 0
29/01/2021 13:26:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:26:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:26:38              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:26:39              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5fa84d58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa84d58', '0x8')]
29/01/2021 13:26:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:26:40              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:26:41              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:26:42              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5fa84d58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa84d58', '0x8')]
29/01/2021 13:26:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:26:43              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:44              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:26:45              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5fa84d58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa84d58', '0x8')]
29/01/2021 13:26:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:26:46              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:48              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:26:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:26:49              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5fa84d58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:26:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa84d58', '0x8')]
29/01/2021 13:26:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:26:50              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbbd01dba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:26:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbd01dba', '0xa')]
29/01/2021 13:26:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:26:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:26:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:26:51              dut.10.240.183.67: flow list 0
29/01/2021 13:26:51              dut.10.240.183.67: 
29/01/2021 13:26:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:26:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)']
29/01/2021 13:26:52              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1766191c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc'), ('0x1766191c', '0xc')]
29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_gtpu passed
29/01/2021 13:26:52              dut.10.240.183.67: flow flush 0
29/01/2021 13:26:52              dut.10.240.183.67: 
29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_l3dst': 'failed', 'mac_ipv4_gtpu_ipv4_l3src': 'failed', 'mac_ipv4_gtpu_ipv4_all': 'passed', 'mac_ipv4_gtpu_ipv4_gtpu': 'passed'}
29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 50.0
29/01/2021 13:26:52     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Result FAILED: 'some subcases failed'
29/01/2021 13:26:52              dut.10.240.183.67: flow flush 0
29/01/2021 13:26:53              dut.10.240.183.67: 
testpmd> 
29/01/2021 13:26:53              dut.10.240.183.67: clear port stats all
29/01/2021 13:26:54              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 13:26:54              dut.10.240.183.67: stop
29/01/2021 13:26:55              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 13:26:55                            dts: 
TEST SUITE ENDED: TestCVLAdvancedIAVFRSSGTPU
29/01/2021 13:39:00                            dts: 
TEST SUITE : TestCVLAdvancedIAVFRSSGTPU
29/01/2021 13:39:00                            dts: NIC :        columbiaville_25g
29/01/2021 13:39:00              dut.10.240.183.67: 
29/01/2021 13:39:01                         tester: 
29/01/2021 13:39:05              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:39:05              dut.10.240.183.67: 0x8086
29/01/2021 13:39:05              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:39:05              dut.10.240.183.67: 0x1889
29/01/2021 13:39:05              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:39:05              dut.10.240.183.67: 0x8086
29/01/2021 13:39:05              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:39:05              dut.10.240.183.67: 0x1889
29/01/2021 13:39:05              dut.10.240.183.67: ip link set enp24s0f0 vf 0 mac 00:11:22:33:44:55
29/01/2021 13:39:06              dut.10.240.183.67: 
29/01/2021 13:39:07              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_115661_20210129133831  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 13:39:08              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_115661_20210129133831/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 13:39:18              dut.10.240.183.67: set fwd rxonly
29/01/2021 13:39:18              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 13:39:18              dut.10.240.183.67: set verbose 1
29/01/2021 13:39:18              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 13:39:18              dut.10.240.183.67: show port info all
29/01/2021 13:39:19              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: rssprocess.tester_ifaces: ['ens5f0', 'ens5f1']
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: rssprocess.test_case: <TestSuite_cvl_advanced_iavf_rss_gtpu.TestCVLAdvancedIAVFRSSGTPU object at 0x7f8c81a71d30>
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Begin
29/01/2021 13:39:19              dut.10.240.183.67: 
29/01/2021 13:39:19                         tester: 
29/01/2021 13:39:19              dut.10.240.183.67: start
29/01/2021 13:39:19              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3dst================
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:39:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:39:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:39:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:39:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:39:19              dut.10.240.183.67: flow list 0
29/01/2021 13:39:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:20              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:21              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x4dc31195 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc31195', '0x5')]
29/01/2021 13:39:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:39:22              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:39:23              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:39:25              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x4dc31195 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc31195', '0x5')]
29/01/2021 13:39:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:39:26              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:39:27              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:39:28              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x4dc31195 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc31195', '0x5')]
29/01/2021 13:39:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:39:29              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:39:30              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:39:31              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4dc31195 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc31195', '0x5')]
29/01/2021 13:39:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:39:32              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:39:33              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:39:34              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x4dc31195 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc31195', '0x5')]
29/01/2021 13:39:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:39:35              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xff4a661a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff4a661a', '0xa')]
29/01/2021 13:39:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:39:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:39:37              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:39:37              dut.10.240.183.67: flow list 0
29/01/2021 13:39:37              dut.10.240.183.67: 
29/01/2021 13:39:37     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3dst passed
29/01/2021 13:39:37              dut.10.240.183.67: flow flush 0
29/01/2021 13:39:37              dut.10.240.183.67: 
29/01/2021 13:39:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3src================
29/01/2021 13:39:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:39:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:39:37              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:39:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:39:37              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:39:37              dut.10.240.183.67: flow list 0
29/01/2021 13:39:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:39:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:38              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:39:40              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x800f59b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f59b6', '0x6')]
29/01/2021 13:39:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:39:41              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:39:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:39:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x800f59b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f59b6', '0x6')]
29/01/2021 13:39:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:39:45              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:39:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:39:47              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x800f59b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f59b6', '0x6')]
29/01/2021 13:39:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:39:48              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:39:49              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:39:50              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x800f59b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f59b6', '0x6')]
29/01/2021 13:39:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:39:51              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:39:52              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x32862e39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:39:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32862e39', '0x9')]
29/01/2021 13:39:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:39:53              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x800f59b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f59b6', '0x6')]
29/01/2021 13:39:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:39:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:39:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:39:55              dut.10.240.183.67: flow list 0
29/01/2021 13:39:55              dut.10.240.183.67: 
29/01/2021 13:39:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3src passed
29/01/2021 13:39:55              dut.10.240.183.67: flow flush 0
29/01/2021 13:39:55              dut.10.240.183.67: 
29/01/2021 13:39:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_all================
29/01/2021 13:39:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:39:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:39:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:39:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:39:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:39:55              dut.10.240.183.67: flow list 0
29/01/2021 13:39:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:39:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5a9bc960 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:39:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a9bc960', '0x0')]
29/01/2021 13:39:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:39:57              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x98667c6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98667c6a', '0xa')]
29/01/2021 13:39:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:39:58              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xe812beef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe812beef', '0xf')]
29/01/2021 13:39:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:39:59              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x2aef0be5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:39:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:39:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2aef0be5', '0x5')]
29/01/2021 13:39:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:39:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:40:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x5a9bc960 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a9bc960', '0x0')]
29/01/2021 13:40:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:40:01              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x98667c6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98667c6a', '0xa')]
29/01/2021 13:40:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:40:03              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xe812beef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe812beef', '0xf')]
29/01/2021 13:40:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:40:04              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x2aef0be5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2aef0be5', '0x5')]
29/01/2021 13:40:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:40:05              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5a9bc960 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a9bc960', '0x0')]
29/01/2021 13:40:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:40:06              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x98667c6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98667c6a', '0xa')]
29/01/2021 13:40:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:40:07              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xe812beef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe812beef', '0xf')]
29/01/2021 13:40:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:40:08              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x2aef0be5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2aef0be5', '0x5')]
29/01/2021 13:40:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:40:09              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5a9bc960 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a9bc960', '0x0')]
29/01/2021 13:40:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:40:10              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x98667c6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98667c6a', '0xa')]
29/01/2021 13:40:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:40:11              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe812beef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe812beef', '0xf')]
29/01/2021 13:40:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:40:12              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2aef0be5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2aef0be5', '0x5')]
29/01/2021 13:40:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:40:14              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x5a9bc960 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a9bc960', '0x0')]
29/01/2021 13:40:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:40:15              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x98667c6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98667c6a', '0xa')]
29/01/2021 13:40:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:40:16              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xe812beef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe812beef', '0xf')]
29/01/2021 13:40:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:40:17              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x2aef0be5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2aef0be5', '0x5')]
29/01/2021 13:40:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:40:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:40:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:40:18              dut.10.240.183.67: flow list 0
29/01/2021 13:40:18              dut.10.240.183.67: 
29/01/2021 13:40:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)']
29/01/2021 13:40:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd')]
29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_all passed
29/01/2021 13:40:19              dut.10.240.183.67: flow flush 0
29/01/2021 13:40:19              dut.10.240.183.67: 
29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_gtpu================
29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:40:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:40:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:40:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:40:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:40:19              dut.10.240.183.67: flow list 0
29/01/2021 13:40:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:40:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:40:22              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xf4e4bc8e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf4e4bc8e', '0xe')]
29/01/2021 13:40:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:40:23              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:40:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:40:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:40:25              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xf4e4bc8e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf4e4bc8e', '0xe')]
29/01/2021 13:40:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:40:26              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:40:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:40:27              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:40:28              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf4e4bc8e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf4e4bc8e', '0xe')]
29/01/2021 13:40:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:40:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:40:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:40:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:40:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:40:31              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf4e4bc8e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:40:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf4e4bc8e', '0xe')]
29/01/2021 13:40:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:40:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x79a86fd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:40:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79a86fd9', '0x9')]
29/01/2021 13:40:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:40:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:40:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:40:34              dut.10.240.183.67: flow list 0
29/01/2021 13:40:34              dut.10.240.183.67: 
29/01/2021 13:40:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:40:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)']
29/01/2021 13:40:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x67604aad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd'), ('0x67604aad', '0xd')]
29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_gtpu passed
29/01/2021 13:40:35              dut.10.240.183.67: flow flush 0
29/01/2021 13:40:35              dut.10.240.183.67: 
29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_l3dst': 'passed', 'mac_ipv4_gtpu_ipv4_l3src': 'passed', 'mac_ipv4_gtpu_ipv4_all': 'passed', 'mac_ipv4_gtpu_ipv4_gtpu': 'passed'}
29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 13:40:35     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Result PASSED:
29/01/2021 13:40:35              dut.10.240.183.67: flow flush 0
29/01/2021 13:40:36              dut.10.240.183.67: 
testpmd> 
29/01/2021 13:40:36              dut.10.240.183.67: clear port stats all
29/01/2021 13:40:37              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 13:40:37              dut.10.240.183.67: stop
29/01/2021 13:40:37              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 18             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 13:40:37                            dts: 
TEST SUITE ENDED: TestCVLAdvancedIAVFRSSGTPU
29/01/2021 13:42:40                            dts: 
TEST SUITE : TestCVLAdvancedIAVFRSSGTPU
29/01/2021 13:42:40                            dts: NIC :        columbiaville_25g
29/01/2021 13:42:40              dut.10.240.183.67: 
29/01/2021 13:42:40                         tester: 
29/01/2021 13:42:45              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:42:45              dut.10.240.183.67: 0x8086
29/01/2021 13:42:45              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:42:45              dut.10.240.183.67: 0x1889
29/01/2021 13:42:45              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 13:42:45              dut.10.240.183.67: 0x8086
29/01/2021 13:42:45              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 13:42:45              dut.10.240.183.67: 0x1889
29/01/2021 13:42:45              dut.10.240.183.67: ip link set enp24s0f0 vf 0 mac 00:11:22:33:44:55
29/01/2021 13:42:45              dut.10.240.183.67: 
29/01/2021 13:42:47              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_116048_20210129134211  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 13:42:48              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_116048_20210129134211/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 13:42:58              dut.10.240.183.67: set fwd rxonly
29/01/2021 13:42:58              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 13:42:58              dut.10.240.183.67: set verbose 1
29/01/2021 13:42:58              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 13:42:58              dut.10.240.183.67: show port info all
29/01/2021 13:42:58              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 13:42:58     TestCVLAdvancedIAVFRSSGTPU: rssprocess.tester_ifaces: ['ens5f0', 'ens5f1']
29/01/2021 13:42:58     TestCVLAdvancedIAVFRSSGTPU: rssprocess.test_case: <TestSuite_cvl_advanced_iavf_rss_gtpu.TestCVLAdvancedIAVFRSSGTPU object at 0x7ffacd327d30>
29/01/2021 13:42:58     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Begin
29/01/2021 13:42:58              dut.10.240.183.67: 
29/01/2021 13:42:58                         tester: 
29/01/2021 13:42:58              dut.10.240.183.67: start
29/01/2021 13:42:58              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 13:42:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3dst================
29/01/2021 13:42:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:42:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:42:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:42:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 13:42:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:42:59              dut.10.240.183.67: flow list 0
29/01/2021 13:42:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:44:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:44:13              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:44:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 13:44:14              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x389ccaaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:44:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x389ccaaf', '0xf')]
29/01/2021 13:44:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 13:44:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:44:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:44:16              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:44:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 13:44:18              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x389ccaaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:44:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x389ccaaf', '0xf')]
29/01/2021 13:44:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 13:44:19              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:44:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:44:20              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:44:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 13:44:21              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x389ccaaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:44:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x389ccaaf', '0xf')]
29/01/2021 13:44:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 13:44:22              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:44:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:44:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:44:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 13:44:24              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x389ccaaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:44:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x389ccaaf', '0xf')]
29/01/2021 13:44:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 13:44:25              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:44:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:44:26              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 13:44:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 13:44:27              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x389ccaaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 13:44:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x389ccaaf', '0xf')]
29/01/2021 13:44:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 13:44:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 13:44:29              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x97b73fa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 13:44:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 13:44:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97b73fa5', '0x5')]
29/01/2021 13:44:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 13:44:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 13:44:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 13:44:30              dut.10.240.183.67: flow list 0
29/01/2021 13:44:30              dut.10.240.183.67: 
29/01/2021 13:45:56     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3dst failed: 
29/01/2021 13:45:56              dut.10.240.183.67: flow flush 0
29/01/2021 13:45:56              dut.10.240.183.67: 
29/01/2021 13:45:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3src================
29/01/2021 13:45:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:45:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:45:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:45:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 13:45:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:45:56              dut.10.240.183.67: flow list 0
29/01/2021 13:45:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:45:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3src failed: 
29/01/2021 13:45:57              dut.10.240.183.67: flow flush 0
29/01/2021 13:45:57              dut.10.240.183.67: 
29/01/2021 13:45:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_all================
29/01/2021 13:45:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:45:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:45:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:45:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 13:45:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:45:57              dut.10.240.183.67: flow list 0
29/01/2021 13:45:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_all failed: 
29/01/2021 13:45:58              dut.10.240.183.67: flow flush 0
29/01/2021 13:45:58              dut.10.240.183.67: 
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_gtpu================
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 13:45:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:45:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 13:45:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 13:45:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 13:45:58              dut.10.240.183.67: flow list 0
29/01/2021 13:45:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_gtpu failed: 
29/01/2021 13:45:58              dut.10.240.183.67: flow flush 0
29/01/2021 13:45:58              dut.10.240.183.67: 
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_l3dst': 'failed', 'mac_ipv4_gtpu_ipv4_l3src': 'failed', 'mac_ipv4_gtpu_ipv4_all': 'failed', 'mac_ipv4_gtpu_ipv4_gtpu': 'failed'}
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 0.0
29/01/2021 13:45:58     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Result FAILED: 'some subcases failed'
29/01/2021 13:45:58              dut.10.240.183.67: flow flush 0
29/01/2021 13:46:00              dut.10.240.183.67: 
testpmd> 
29/01/2021 13:46:00              dut.10.240.183.67: clear port stats all
29/01/2021 13:46:01              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 13:46:01              dut.10.240.183.67: stop
29/01/2021 13:46:01              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 13:46:01                            dts: 
TEST SUITE ENDED: TestCVLAdvancedIAVFRSSGTPU
29/01/2021 15:50:41                            dts: 
TEST SUITE : TestCVLAdvancedIAVFRSSGTPU
29/01/2021 15:50:41                            dts: NIC :        columbiaville_25g
29/01/2021 15:50:41              dut.10.240.183.67: 
29/01/2021 15:50:41                         tester: 
29/01/2021 15:50:46              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 15:50:46              dut.10.240.183.67: 0x8086
29/01/2021 15:50:46              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 15:50:46              dut.10.240.183.67: 0x1889
29/01/2021 15:50:46              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/vendor
29/01/2021 15:50:46              dut.10.240.183.67: 0x8086
29/01/2021 15:50:46              dut.10.240.183.67: cat /sys/bus/pci/devices/0000\:18\:01.0/device
29/01/2021 15:50:46              dut.10.240.183.67: 0x1889
29/01/2021 15:50:46              dut.10.240.183.67: ip link set enp24s0f0 vf 0 mac 00:11:22:33:44:55
29/01/2021 15:50:46              dut.10.240.183.67: 
29/01/2021 15:50:48              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:50:49              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:50:59              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:50:59              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:50:59              dut.10.240.183.67: set verbose 1
29/01/2021 15:50:59              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:50:59              dut.10.240.183.67: show port info all
29/01/2021 15:50:59              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:50:59     TestCVLAdvancedIAVFRSSGTPU: rssprocess.tester_ifaces: ['ens5f0', 'ens5f1']
29/01/2021 15:50:59     TestCVLAdvancedIAVFRSSGTPU: rssprocess.test_case: <TestSuite_cvl_advanced_iavf_rss_gtpu.TestCVLAdvancedIAVFRSSGTPU object at 0x7f464f1f3ac8>
29/01/2021 15:50:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_inner_l4_protocal_hash Begin
29/01/2021 15:50:59              dut.10.240.183.67: 
29/01/2021 15:50:59                         tester: 
29/01/2021 15:50:59              dut.10.240.183.67: start
29/01/2021 15:50:59              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:50:59              dut.10.240.183.67: quit
29/01/2021 15:51:01              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:51:01              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:51:02              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:51:12              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:51:12              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:51:12              dut.10.240.183.67: set verbose 1
29/01/2021 15:51:12              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:51:12              dut.10.240.183.67: show port info all
29/01/2021 15:51:12              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:51:12              dut.10.240.183.67: start
29/01/2021 15:51:12              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:51:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_tcp================
29/01/2021 15:51:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:51:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 15:51:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 15:51:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 15:51:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:51:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 15:51:13              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:51:13              dut.10.240.183.67: flow list 0
29/01/2021 15:51:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
1	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 15:51:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:14              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xabcc6e6f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 15:51:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xabcc6e6f', '0xf')]
29/01/2021 15:51:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xeee23519 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:51:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeee23519', '0x9')]
29/01/2021 15:51:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:51:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:51:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:51:16              dut.10.240.183.67: flow destroy 0 rule 1
29/01/2021 15:51:17              dut.10.240.183.67: 
Flow rule #1 destroyed
testpmd> 
29/01/2021 15:51:17              dut.10.240.183.67: flow list 0
29/01/2021 15:51:17              dut.10.240.183.67: 
29/01/2021 15:51:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:18              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd6b577f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:18     TestCVLAdvancedIAVFRSSGTPU: action: save_or_no_hash

29/01/2021 15:51:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6b577f7', '0x7')]
29/01/2021 15:51:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:19              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd6b577f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same_or_no_hash

29/01/2021 15:51:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_tcp passed
29/01/2021 15:51:19              dut.10.240.183.67: flow flush 0
29/01/2021 15:51:19              dut.10.240.183.67: 
29/01/2021 15:51:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_tcp================
29/01/2021 15:51:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:51:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 15:51:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:20              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 15:51:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 15:51:20              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:51:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 15:51:20              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:51:20              dut.10.240.183.67: flow list 0
29/01/2021 15:51:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
1	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 15:51:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:21              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xabcc6e6f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 15:51:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xabcc6e6f', '0xf')]
29/01/2021 15:51:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xeee23519 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:51:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeee23519', '0x9')]
29/01/2021 15:51:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:51:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:51:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:51:23              dut.10.240.183.67: flow destroy 0 rule 1
29/01/2021 15:51:24              dut.10.240.183.67: 
Flow rule #1 destroyed
testpmd> 
29/01/2021 15:51:24              dut.10.240.183.67: flow list 0
29/01/2021 15:51:24              dut.10.240.183.67: 
29/01/2021 15:51:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:26              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1e8b2cc1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:26     TestCVLAdvancedIAVFRSSGTPU: action: save_or_no_hash

29/01/2021 15:51:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1e8b2cc1', '0x1')]
29/01/2021 15:51:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:27              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1e8b2cc1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same_or_no_hash

29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_tcp passed
29/01/2021 15:51:27              dut.10.240.183.67: flow flush 0
29/01/2021 15:51:27              dut.10.240.183.67: 
29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: inner_l4_mac_ipv4_gtpu_eh_ipv6_udp_tcp================
29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:51:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 15:51:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 15:51:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 15:51:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:51:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 15:51:27              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:51:27              dut.10.240.183.67: flow list 0
29/01/2021 15:51:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
1	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfc3eef0d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 15:51:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfc3eef0d', '0xd')]
29/01/2021 15:51:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:29              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x37bc156 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:51:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x37bc156', '0x6')]
29/01/2021 15:51:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:51:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:51:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:51:30              dut.10.240.183.67: flow destroy 0 rule 1
29/01/2021 15:51:32              dut.10.240.183.67: 
Flow rule #1 destroyed
testpmd> 
29/01/2021 15:51:32              dut.10.240.183.67: flow list 0
29/01/2021 15:51:32              dut.10.240.183.67: 
29/01/2021 15:51:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd6b577f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:33     TestCVLAdvancedIAVFRSSGTPU: action: save_or_no_hash

29/01/2021 15:51:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6b577f7', '0x7')]
29/01/2021 15:51:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:34              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd6b577f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same_or_no_hash

29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: sub_case inner_l4_mac_ipv4_gtpu_eh_ipv6_udp_tcp passed
29/01/2021 15:51:34              dut.10.240.183.67: flow flush 0
29/01/2021 15:51:34              dut.10.240.183.67: 
29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: inner_l4_mac_ipv6_gtpu_eh_ipv6_udp_tcp================
29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:51:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 15:51:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 15:51:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:51:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 15:51:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:51:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 15:51:34              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:51:34              dut.10.240.183.67: flow list 0
29/01/2021 15:51:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
1	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xfc3eef0d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 15:51:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfc3eef0d', '0xd')]
29/01/2021 15:51:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x37bc156 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:51:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x37bc156', '0x6')]
29/01/2021 15:51:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:51:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:51:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:51:38              dut.10.240.183.67: flow destroy 0 rule 1
29/01/2021 15:51:39              dut.10.240.183.67: 
Flow rule #1 destroyed
testpmd> 
29/01/2021 15:51:39              dut.10.240.183.67: flow list 0
29/01/2021 15:51:39              dut.10.240.183.67: 
29/01/2021 15:51:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1e8b2cc1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:40     TestCVLAdvancedIAVFRSSGTPU: action: save_or_no_hash

29/01/2021 15:51:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1e8b2cc1', '0x1')]
29/01/2021 15:51:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 15:51:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1e8b2cc1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same_or_no_hash

29/01/2021 15:51:41     TestCVLAdvancedIAVFRSSGTPU: sub_case inner_l4_mac_ipv6_gtpu_eh_ipv6_udp_tcp passed
29/01/2021 15:51:41              dut.10.240.183.67: flow flush 0
29/01/2021 15:51:41              dut.10.240.183.67: 
29/01/2021 15:51:41     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_udp_tcp': 'passed', 'mac_ipv6_gtpu_ipv4_udp_tcp': 'passed', 'inner_l4_mac_ipv4_gtpu_eh_ipv6_udp_tcp': 'passed', 'inner_l4_mac_ipv6_gtpu_eh_ipv6_udp_tcp': 'passed'}
29/01/2021 15:51:41     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 15:51:41     TestCVLAdvancedIAVFRSSGTPU: Test Case test_inner_l4_protocal_hash Result PASSED:
29/01/2021 15:51:41              dut.10.240.183.67: flow flush 0
29/01/2021 15:51:42              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:51:42              dut.10.240.183.67: clear port stats all
29/01/2021 15:51:43              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:51:43              dut.10.240.183.67: stop
29/01/2021 15:51:44              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:51:44     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_and_ipv4_gtpu_eh_ipv4_udp Begin
29/01/2021 15:51:44              dut.10.240.183.67: 
29/01/2021 15:51:44                         tester: 
29/01/2021 15:51:44              dut.10.240.183.67: start
29/01/2021 15:51:44              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:51:44              dut.10.240.183.67: quit
29/01/2021 15:51:45              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:51:45              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:51:46              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:51:56              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:51:57              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:51:57              dut.10.240.183.67: set verbose 1
29/01/2021 15:51:57              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:51:57              dut.10.240.183.67: show port info all
29/01/2021 15:51:57              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:51:57              dut.10.240.183.67: start
29/01/2021 15:51:57              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:51:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 15:51:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:51:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:57     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.10.2")/UDP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:51:58              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7ab703fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x6479a5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7ab703fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ab703fe', '0xe'), ('0x6479a5d', '0xd'), ('0x7ab703fe', '0xe')]
29/01/2021 15:51:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:51:58              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:51:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:51:59              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2a971678 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x692d18a9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2a971678 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:51:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2a971678', '0x8'), ('0x692d18a9', '0x9'), ('0x2a971678', '0x8')]
29/01/2021 15:51:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:51:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.10.2")/UDP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:52:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7ab703fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x6479a5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7ab703fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ab703fe', '0xe'), ('0x6479a5d', '0xd'), ('0x7ab703fe', '0xe')]
29/01/2021 15:52:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_and_ipv4_gtpu_eh_ipv4_udp Result PASSED:
29/01/2021 15:52:00              dut.10.240.183.67: flow flush 0
29/01/2021 15:52:01              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:52:01              dut.10.240.183.67: clear port stats all
29/01/2021 15:52:03              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:52:03              dut.10.240.183.67: stop
29/01/2021 15:52:03              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:52:03     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_with_without_ul_dl Begin
29/01/2021 15:52:03              dut.10.240.183.67: 
29/01/2021 15:52:03                         tester: 
29/01/2021 15:52:03              dut.10.240.183.67: start
29/01/2021 15:52:03              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:03              dut.10.240.183.67: quit
29/01/2021 15:52:04              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:52:04              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:52:06              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:52:16              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:52:16              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:52:16              dut.10.240.183.67: set verbose 1
29/01/2021 15:52:16              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:52:16              dut.10.240.183.67: show port info all
29/01/2021 15:52:16              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:52:16              dut.10.240.183.67: start
29/01/2021 15:52:16              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:52:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:52:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 15:52:17              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2e98e6c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc737641f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2e98e6c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2e98e6c3', '0x3'), ('0xc737641f', '0xf'), ('0x2e98e6c3', '0x3')]
29/01/2021 15:52:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:52:17              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:52:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:52:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xbb61c96b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x52ce4bb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xbb61c96b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb61c96b', '0xb'), ('0x52ce4bb7', '0x7'), ('0xbb61c96b', '0xb')]
29/01/2021 15:52:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:52:19              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xbb61c96b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x52ce4bb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xbb61c96b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb61c96b', '0xb'), ('0x52ce4bb7', '0x7'), ('0xbb61c96b', '0xb')]
29/01/2021 15:52:19     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_with_without_ul_dl Result PASSED:
29/01/2021 15:52:19              dut.10.240.183.67: flow flush 0
29/01/2021 15:52:20              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
testpmd> 
29/01/2021 15:52:20              dut.10.240.183.67: clear port stats all
29/01/2021 15:52:22              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:52:22              dut.10.240.183.67: stop
29/01/2021 15:52:22              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:52:22     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_without_with_ul_dl Begin
29/01/2021 15:52:22              dut.10.240.183.67: 
29/01/2021 15:52:22                         tester: 
29/01/2021 15:52:22              dut.10.240.183.67: start
29/01/2021 15:52:22              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:22              dut.10.240.183.67: quit
29/01/2021 15:52:23              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
Port 0 is closed
Done

Bye...
29/01/2021 15:52:23              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:52:25              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:52:35              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:52:35              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:52:35              dut.10.240.183.67: set verbose 1
29/01/2021 15:52:35              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:52:35              dut.10.240.183.67: show port info all
29/01/2021 15:52:35              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:52:35              dut.10.240.183.67: start
29/01/2021 15:52:35              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:52:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:52:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:52:36              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf7347d6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce80368', '0x8'), ('0xf7347d6d', '0xd'), ('0xce80368', '0x8')]
29/01/2021 15:52:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:52:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf7347d6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce80368', '0x8'), ('0xf7347d6d', '0xd'), ('0xce80368', '0x8')]
29/01/2021 15:52:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:52:37              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:52:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 15:52:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x23bff0a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xd8638ea1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x23bff0a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x23bff0a4', '0x4'), ('0xd8638ea1', '0x1'), ('0x23bff0a4', '0x4')]
29/01/2021 15:52:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:52:40              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf7347d6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xce80368 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce80368', '0x8'), ('0xf7347d6d', '0xd'), ('0xce80368', '0x8')]
29/01/2021 15:52:40     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv4_without_with_ul_dl Result PASSED:
29/01/2021 15:52:40              dut.10.240.183.67: flow flush 0
29/01/2021 15:52:41              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:52:41              dut.10.240.183.67: clear port stats all
29/01/2021 15:52:42              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:52:42              dut.10.240.183.67: stop
29/01/2021 15:52:42              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:52:42     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv6_and_ipv4_gtpu_eh_ipv6_udp_without_ul_dl Begin
29/01/2021 15:52:42              dut.10.240.183.67: 
29/01/2021 15:52:42                         tester: 
29/01/2021 15:52:42              dut.10.240.183.67: start
29/01/2021 15:52:42              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:42              dut.10.240.183.67: quit
29/01/2021 15:52:44              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:52:44              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:52:45              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:52:55              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:52:55              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:52:55              dut.10.240.183.67: set verbose 1
29/01/2021 15:52:55              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:52:55              dut.10.240.183.67: show port info all
29/01/2021 15:52:55              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:52:55              dut.10.240.183.67: start
29/01/2021 15:52:55              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:52:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 15:52:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:52:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/UDP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/UDP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:52:56              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc423983e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc1b11fe7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc423983e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc423983e', '0xe'), ('0xc1b11fe7', '0x7'), ('0xc423983e', '0xe')]
29/01/2021 15:52:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:52:57              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:52:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:57     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:1111")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)']
29/01/2021 15:52:58              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x251caf7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd4fef0d6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x251caf7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x251caf7e', '0xe'), ('0xd4fef0d6', '0x6'), ('0x251caf7e', '0xe')]
29/01/2021 15:52:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:52:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/UDP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/UDP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:52:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x251caf7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x251caf7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd4fef0d6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:52:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x251caf7e', '0xe'), ('0x251caf7e', '0xe'), ('0xd4fef0d6', '0x6')]
29/01/2021 15:52:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_eh_ipv6_and_ipv4_gtpu_eh_ipv6_udp_without_ul_dl Result PASSED:
29/01/2021 15:52:59              dut.10.240.183.67: flow flush 0
29/01/2021 15:53:00              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
testpmd> 
29/01/2021 15:53:00              dut.10.240.183.67: clear port stats all
29/01/2021 15:53:01              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:53:01              dut.10.240.183.67: stop
29/01/2021 15:53:01              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:53:01     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_ipv4_ipv4_gtpu_eh_ipv4 Begin
29/01/2021 15:53:01              dut.10.240.183.67: 
29/01/2021 15:53:01                         tester: 
29/01/2021 15:53:01              dut.10.240.183.67: start
29/01/2021 15:53:01              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:01              dut.10.240.183.67: quit
29/01/2021 15:53:03              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
Port 0 is closed
Done

Bye...
29/01/2021 15:53:03              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:53:04              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:53:14              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:53:14              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:53:14              dut.10.240.183.67: set verbose 1
29/01/2021 15:53:14              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:53:14              dut.10.240.183.67: show port info all
29/01/2021 15:53:14              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:53:14              dut.10.240.183.67: start
29/01/2021 15:53:14              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:53:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:53:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 15:53:16              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbcc07bc4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xfccfa209 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xbcc07bc4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcc07bc4', '0x4'), ('0xfccfa209', '0x9'), ('0xbcc07bc4', '0x4')]
29/01/2021 15:53:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:53:16              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:53:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:53:17              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xa9e297c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9ed4e0a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xa9e297c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9e297c7', '0x7'), ('0xe9ed4e0a', '0xa'), ('0xa9e297c7', '0x7')]
29/01/2021 15:53:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)']
29/01/2021 15:53:18              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xa9e297c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9ed4e0a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xa9e297c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9e297c7', '0x7'), ('0xe9ed4e0a', '0xa'), ('0xa9e297c7', '0x7')]
29/01/2021 15:53:18     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv4_gtpu_ipv4_ipv4_gtpu_eh_ipv4 Result PASSED:
29/01/2021 15:53:18              dut.10.240.183.67: flow flush 0
29/01/2021 15:53:19              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:53:19              dut.10.240.183.67: clear port stats all
29/01/2021 15:53:20              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:53:20              dut.10.240.183.67: stop
29/01/2021 15:53:20              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:53:20     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv6_gtpu_eh_ipv6_and_ipv6_gtpu_eh_ipv6_tcp Begin
29/01/2021 15:53:20              dut.10.240.183.67: 
29/01/2021 15:53:21                         tester: 
29/01/2021 15:53:21              dut.10.240.183.67: start
29/01/2021 15:53:21              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:21              dut.10.240.183.67: quit
29/01/2021 15:53:22              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:53:22              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:53:23              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:53:33              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:53:33              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:53:33              dut.10.240.183.67: set verbose 1
29/01/2021 15:53:33              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:53:33              dut.10.240.183.67: show port info all
29/01/2021 15:53:33              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:53:33              dut.10.240.183.67: start
29/01/2021 15:53:34              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 15:53:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:53:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:53:35              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x7bb0654 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x56599842 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x7bb0654 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7bb0654', '0x4'), ('0x56599842', '0x2'), ('0x7bb0654', '0x4')]
29/01/2021 15:53:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:53:35              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:53:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:1111")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)']
29/01/2021 15:53:36              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x5bf39127 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x335298d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x5bf39127 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5bf39127', '0x7'), ('0x335298d0', '0x0'), ('0x5bf39127', '0x7')]
29/01/2021 15:53:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)']
29/01/2021 15:53:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5bf39127 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5bf39127 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5bf39127 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5bf39127', '0x7'), ('0x5bf39127', '0x7'), ('0x5bf39127', '0x7')]
29/01/2021 15:53:37     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv6_gtpu_eh_ipv6_and_ipv6_gtpu_eh_ipv6_tcp Result PASSED:
29/01/2021 15:53:37              dut.10.240.183.67: flow flush 0
29/01/2021 15:53:38              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
testpmd> 
29/01/2021 15:53:38              dut.10.240.183.67: clear port stats all
29/01/2021 15:53:39              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:53:39              dut.10.240.183.67: stop
29/01/2021 15:53:40              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:53:40     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv6_gtpu_ipv4_and_ipv6_gtpu_ipv4_tcp Begin
29/01/2021 15:53:40              dut.10.240.183.67: 
29/01/2021 15:53:40                         tester: 
29/01/2021 15:53:40              dut.10.240.183.67: start
29/01/2021 15:53:40              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:40              dut.10.240.183.67: quit
29/01/2021 15:53:41              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
Port 0 is closed
Done

Bye...
29/01/2021 15:53:41              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:53:42              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:53:53              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:53:53              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:53:53              dut.10.240.183.67: set verbose 1
29/01/2021 15:53:53              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:53:53              dut.10.240.183.67: show port info all
29/01/2021 15:53:53              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:53:53              dut.10.240.183.67: start
29/01/2021 15:53:53              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 15:53:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:53:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=13)/("X"*480)']
29/01/2021 15:53:54              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe43ae833 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3cf38101 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe43ae833 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe43ae833', '0x3'), ('0x3cf38101', '0x1'), ('0xe43ae833', '0x3')]
29/01/2021 15:53:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 15:53:54              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 15:53:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:1111")/("X"*480)']
29/01/2021 15:53:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdd73e9eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc9ab7c50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdd73e9eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd73e9eb', '0xb'), ('0xc9ab7c50', '0x0'), ('0xdd73e9eb', '0xb')]
29/01/2021 15:53:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=13)/("X"*480)']
29/01/2021 15:53:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd73e9eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd73e9eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc9ab7c50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:53:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd73e9eb', '0xb'), ('0xdd73e9eb', '0xb'), ('0xc9ab7c50', '0x0')]
29/01/2021 15:53:56     TestCVLAdvancedIAVFRSSGTPU: Test Case test_ipv6_gtpu_ipv4_and_ipv6_gtpu_ipv4_tcp Result PASSED:
29/01/2021 15:53:56              dut.10.240.183.67: flow flush 0
29/01/2021 15:53:57              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:53:57              dut.10.240.183.67: clear port stats all
29/01/2021 15:53:59              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:53:59              dut.10.240.183.67: stop
29/01/2021 15:53:59              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:53:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpc Begin
29/01/2021 15:53:59              dut.10.240.183.67: 
29/01/2021 15:53:59                         tester: 
29/01/2021 15:53:59              dut.10.240.183.67: start
29/01/2021 15:53:59              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:53:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpc_l3src_only================
29/01/2021 15:53:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:53:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:53:59              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:53:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:53:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:53:59              dut.10.240.183.67: flow list 0
29/01/2021 15:53:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPC => RSS
29/01/2021 15:53:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:53:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:54:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 15:54:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:54:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:54:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:54:04              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoEesponse'}

29/01/2021 15:54:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:54:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:54:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:54:07              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:07     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:54:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:07     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:54:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:54:09              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:54:10              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:54:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:54:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:54:12              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:54:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:13     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:54:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:54:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:54:16              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:54:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:17     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:54:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:54:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:54:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:54:20              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:54:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:54:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:54:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:54:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:23     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:54:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:23     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:54:24              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:54:25              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:54:27              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:54:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:54:28              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x27)/GTPPDUNotificationRequest()
29/01/2021 15:54:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:29     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:54:30              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:30     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:54:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:30     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:54:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:54:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:54:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:33     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoRequest'}

29/01/2021 15:54:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:54:34              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:54:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:54:36              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoEesponse'}

29/01/2021 15:54:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:54:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:54:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:54:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:40     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:54:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:54:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:54:42              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:54:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:54:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:54:44              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:54:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:45     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:54:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:54:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:54:47              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:54:49              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:54:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:54:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:50     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:54:51              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:54:52              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:54:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:54:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:54:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:54:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:54:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:54:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:56     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:54:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:54:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:54:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:54:58              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:54:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:54:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:54:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:54:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:54:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:54:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:55:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:55:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:55:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:55:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:55:03              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:55:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:55:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:55:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x1444d4b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1444d4b4', '0x4')]
29/01/2021 15:55:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:55:05              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x46d6b410 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46d6b410', '0x0')]
29/01/2021 15:55:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:55:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:55:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:55:06              dut.10.240.183.67: flow list 0
29/01/2021 15:55:06              dut.10.240.183.67: 
29/01/2021 15:55:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpc_l3src_only passed
29/01/2021 15:55:06              dut.10.240.183.67: flow flush 0
29/01/2021 15:55:06              dut.10.240.183.67: 
29/01/2021 15:55:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpc_l3dst_only================
29/01/2021 15:55:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:55:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end 
29/01/2021 15:55:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:55:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end 
29/01/2021 15:55:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:55:06              dut.10.240.183.67: flow list 0
29/01/2021 15:55:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPC => RSS
29/01/2021 15:55:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:55:08              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:08     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 15:55:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:55:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:55:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:55:11              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:11     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoEesponse'}

29/01/2021 15:55:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:55:12              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:55:13              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:55:14              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:55:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:55:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:55:16              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:55:17              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:17     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:55:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:55:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:55:20              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:55:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:55:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:55:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:55:23              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:23     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:55:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:24     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:55:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:24     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:55:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:55:26              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:55:27              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:55:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:55:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:55:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:29     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:55:31              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:55:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:55:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:55:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:55:34              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:55:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:55:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:55:36              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:55:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:55:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:55:38              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:55:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:55:40              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:40     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoRequest'}

29/01/2021 15:55:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:55:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:55:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:55:44              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:44     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoEesponse'}

29/01/2021 15:55:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:55:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:55:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:55:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:47     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:55:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:55:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:55:49              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:55:50              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:55:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:50     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:55:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:55:52              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:55:54              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:55:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:55:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:55:56              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:56     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:55:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:57     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:55:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:57     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:55:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:55:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:55:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:55:59              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:55:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:55:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:55:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:55:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:56:00              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:56:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:56:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:56:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:56:02              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:56:03              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:56:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:56:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:56:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:56:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:56:07              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:07     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:56:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:07     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:56:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:56:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.3", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:56:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:56:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:56:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:56:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xb16015fd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16015fd', '0xd')]
29/01/2021 15:56:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:56:12              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xe3f27559 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe3f27559', '0x9')]
29/01/2021 15:56:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:56:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:56:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:56:13              dut.10.240.183.67: flow list 0
29/01/2021 15:56:13              dut.10.240.183.67: 
29/01/2021 15:56:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpc_l3dst_only passed
29/01/2021 15:56:13              dut.10.240.183.67: flow flush 0
29/01/2021 15:56:13              dut.10.240.183.67: 
29/01/2021 15:56:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpc_l3_src_only_l3_dst_only================
29/01/2021 15:56:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:56:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 end key_len 0 queues end / end 
29/01/2021 15:56:14              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:56:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss types ipv4 end key_len 0 queues end / end 
29/01/2021 15:56:14              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:56:14              dut.10.240.183.67: flow list 0
29/01/2021 15:56:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPC => RSS
29/01/2021 15:56:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:56:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 15:56:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:56:16              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:56:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:56:18              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:56:19              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:56:20              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoEesponse'}

29/01/2021 15:56:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:56:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:56:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:56:24              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:56:25              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:56:26              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:56:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:56:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:56:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:56:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:56:30              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:30     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:56:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:56:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:56:32              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:56:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:56:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:56:36              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:56:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:56:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:56:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:56:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:56:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:56:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:56:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:42     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:56:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:56:43              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:56:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:56:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:56:47              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:56:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:56:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:56:49              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:56:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:56:51              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:56:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:56:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:56:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:56:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:56:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:56:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:56:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:56:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:56:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:56:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:56:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:56:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:57     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:56:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:56:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:56:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:56:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:56:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:57:00              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:57:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:57:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:57:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:57:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:57:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:57:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:57:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:57:07              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:57:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:57:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoRequest'}

29/01/2021 15:57:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:57:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:57:12              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:57:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:57:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:57:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoEesponse'}

29/01/2021 15:57:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:57:16              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:57:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:57:18              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:57:19              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:57:20              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:57:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:57:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:57:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:57:24              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:57:25              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:57:26              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:57:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:57:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:57:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:57:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:57:30              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:30     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:57:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:57:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:57:33              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:57:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:57:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:57:36              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:57:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:57:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:57:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:57:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:57:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:57:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:57:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:42     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:57:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:57:44              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:57:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:57:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:57:47              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:57:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:57:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:57:49              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:57:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:57:51              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:57:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:57:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:57:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:57:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:57:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:57:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:57:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:57:57              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:57:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:57:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:57:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:57:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:57:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:57:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:57:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:57:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:57:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:58:00              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x699b49b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:58:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x699b49b4', '0x4')]
29/01/2021 15:58:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:58:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xaf9cecf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:58:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9cecf0', '0x0')]
29/01/2021 15:58:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:58:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x3b092910 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:58:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b092910', '0x0')]
29/01/2021 15:58:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:58:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xfd0e8c54 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd0e8c54', '0x4')]
29/01/2021 15:58:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:58:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:58:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:58:04              dut.10.240.183.67: flow list 0
29/01/2021 15:58:04              dut.10.240.183.67: 
29/01/2021 15:58:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpc_l3_src_only_l3_dst_only passed
29/01/2021 15:58:04              dut.10.240.183.67: flow flush 0
29/01/2021 15:58:05              dut.10.240.183.67: 
29/01/2021 15:58:05     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpc_l3src_only': 'passed', 'mac_ipv4_gtpc_l3dst_only': 'passed', 'mac_ipv4_gtpc_l3_src_only_l3_dst_only': 'passed'}
29/01/2021 15:58:05     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 15:58:05     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpc Result PASSED:
29/01/2021 15:58:05              dut.10.240.183.67: flow flush 0
29/01/2021 15:58:06              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:58:06              dut.10.240.183.67: clear port stats all
29/01/2021 15:58:07              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:58:07              dut.10.240.183.67: stop
29/01/2021 15:58:07              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 80             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 80             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:58:07     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpc_symmetric Begin
29/01/2021 15:58:07              dut.10.240.183.67: 
29/01/2021 15:58:07                         tester: 
29/01/2021 15:58:07              dut.10.240.183.67: start
29/01/2021 15:58:07              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:58:07              dut.10.240.183.67: quit
29/01/2021 15:58:09              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 15:58:09              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 15:58:10              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 15:58:20              dut.10.240.183.67: set fwd rxonly
29/01/2021 15:58:20              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 15:58:20              dut.10.240.183.67: set verbose 1
29/01/2021 15:58:20              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 15:58:20              dut.10.240.183.67: show port info all
29/01/2021 15:58:20              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 15:58:20              dut.10.240.183.67: start
29/01/2021 15:58:20              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:58:20     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpc_symmetric================
29/01/2021 15:58:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:58:20              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 15:58:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:58:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpc / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 15:58:20              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:58:20              dut.10.240.183.67: flow list 0
29/01/2021 15:58:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPC => RSS
29/01/2021 15:58:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:58:21              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 15:58:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:58:22              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:58:24              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:24     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoEesponse'}

29/01/2021 15:58:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:58:25              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:58:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:58:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:58:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:58:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:28     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:58:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:58:29              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:29     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:58:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:30     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:58:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:58:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:58:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:58:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:58:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:58:35              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:35     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:58:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:58:36              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:58:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:58:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:58:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()']
29/01/2021 15:58:39              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:58:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()
29/01/2021 15:58:40              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:58:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:41     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:58:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:58:42              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:58:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoRequest'}

29/01/2021 15:58:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:58:44              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 15:58:45              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:45     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-EchoEesponse'}

29/01/2021 15:58:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:58:47              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 15:58:48              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:58:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:58:49              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 15:58:50              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:58:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:58:51              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 15:58:52              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:52     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:58:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:58:53              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 15:58:54              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:58:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:58:55              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 15:58:56              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:58:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:58:58              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:58:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 15:58:59              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:58:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:58:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:58:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:58:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:59:00              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:59:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 15:59:01              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:01     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:59:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:59:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:59:02              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:59:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 15:59:03              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:59:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:59:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:59:04              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0xb40dc917 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb40dc917', '0x7')]
29/01/2021 15:59:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:59:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:59:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:59:05              dut.10.240.183.67: flow list 0
29/01/2021 15:59:05              dut.10.240.183.67: 
29/01/2021 15:59:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:59:06              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:06     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-EchoRequest'}

29/01/2021 15:59:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:59:08              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:08     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-EchoEesponse'}

29/01/2021 15:59:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:59:09              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=89 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:09     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:59:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:59:10              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:10     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:59:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:59:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=126 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:11     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:59:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:59:12              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:12     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:59:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:59:13              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:13     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:59:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:59:14              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:14     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:59:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=27)/GTPPDUNotificationRequest()
29/01/2021 15:59:15              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=83 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:15     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:59:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:59:16              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =28817, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:16     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:59:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:59:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:17     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-EchoRequest'}

29/01/2021 15:59:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 15:59:18              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:18     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-EchoEesponse'}

29/01/2021 15:59:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 15:59:20              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=93 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:20     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-CreatePDPContextRequest'}

29/01/2021 15:59:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 15:59:21              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:21     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-CreatePDPContextResponse'}

29/01/2021 15:59:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 15:59:22              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=130 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:22     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-UpdatePDPContextRequest'}

29/01/2021 15:59:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 15:59:23              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:23     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-UpdatePDPContextResponse'}

29/01/2021 15:59:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 15:59:24              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:24     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-DeletePDPContextRequest'}

29/01/2021 15:59:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 15:59:25              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:25     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-DeletePDPContextResponse'}

29/01/2021 15:59:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 15:59:26              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=87 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:26     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-PDUNotificationRequest'}

29/01/2021 15:59:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 15:59:27              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=63 - nb_segs=1 - RSS hash=0x84897f5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84897f5e', '0xe')]
29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpc_symmetric passed
29/01/2021 15:59:27              dut.10.240.183.67: flow flush 0
29/01/2021 15:59:27              dut.10.240.183.67: 
29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpc_symmetric': 'passed'}
29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 15:59:27     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpc_symmetric Result PASSED:
29/01/2021 15:59:27              dut.10.240.183.67: flow flush 0
29/01/2021 15:59:28              dut.10.240.183.67: 
testpmd> 
29/01/2021 15:59:28              dut.10.240.183.67: clear port stats all
29/01/2021 15:59:30              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 15:59:30              dut.10.240.183.67: stop
29/01/2021 15:59:30              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 15:59:30     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu Begin
29/01/2021 15:59:30              dut.10.240.183.67: 
29/01/2021 15:59:30                         tester: 
29/01/2021 15:59:30              dut.10.240.183.67: start
29/01/2021 15:59:30              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 15:59:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_l3src_only================
29/01/2021 15:59:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:59:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:59:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:59:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 15:59:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:59:30              dut.10.240.183.67: flow list 0
29/01/2021 15:59:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU => RSS
29/01/2021 15:59:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:30     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 15:59:31              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-pay'}

29/01/2021 15:59:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 15:59:32              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/Raw("x"*96)
29/01/2021 15:59:33              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 15:59:35              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:35     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-eh-pay'}

29/01/2021 15:59:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 15:59:36              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 15:59:37              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:59:38              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:38     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-request'}

29/01/2021 15:59:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:59:39              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:59:40              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 15:59:41              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:41     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-reponse'}

29/01/2021 15:59:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 15:59:42              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 15:59:43              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 15:59:44              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:44     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-pay'}

29/01/2021 15:59:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 15:59:46              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/Raw("x"*96)
29/01/2021 15:59:47              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 15:59:48              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-eh-pay'}

29/01/2021 15:59:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 15:59:49              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 15:59:50              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:50     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:59:51              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:51     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-request'}

29/01/2021 15:59:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 15:59:52              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 15:59:53              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 15:59:54              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-reponse'}

29/01/2021 15:59:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 15:59:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x6c59493e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 15:59:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c59493e', '0xe')]
29/01/2021 15:59:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.1", dst="192.168.1.5")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 15:59:57              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x82f684ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 15:59:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f684ef', '0xf')]
29/01/2021 15:59:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 15:59:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 15:59:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 15:59:58              dut.10.240.183.67: flow list 0
29/01/2021 15:59:58              dut.10.240.183.67: 
29/01/2021 15:59:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_l3src_only passed
29/01/2021 15:59:58              dut.10.240.183.67: flow flush 0
29/01/2021 15:59:58              dut.10.240.183.67: 
29/01/2021 15:59:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_l3dst_only================
29/01/2021 15:59:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 15:59:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:59:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 15:59:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 15:59:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 15:59:58              dut.10.240.183.67: flow list 0
29/01/2021 15:59:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU => RSS
29/01/2021 15:59:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 15:59:59              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 15:59:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-pay'}

29/01/2021 15:59:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 15:59:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 15:59:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:00              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:01     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:02     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:00:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:00:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:05     TestCVLAdvancedIAVFRSSGTPU: action: {'check_hash_same': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:00:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:06              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:06     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-request'}

29/01/2021 16:00:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:00:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-reponse'}

29/01/2021 16:00:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:10              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=27,dport=2152)/GTP_U_Header(teid=0x12345685,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:00:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:12              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:12     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-pay'}

29/01/2021 16:00:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:13              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-eh-pay'}

29/01/2021 16:00:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:17              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:00:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-request'}

29/01/2021 16:00:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:20              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:00:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:22     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-reponse'}

29/01/2021 16:00:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:23              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xb106d29c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb106d29c', '0xc')]
29/01/2021 16:00:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:00:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x5fa91f4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fa91f4d', '0xd')]
29/01/2021 16:00:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:00:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:00:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:00:25              dut.10.240.183.67: flow list 0
29/01/2021 16:00:25              dut.10.240.183.67: 
29/01/2021 16:00:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_l3dst_only passed
29/01/2021 16:00:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:00:26              dut.10.240.183.67: 
29/01/2021 16:00:26     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_l3_src_only_l3_dst_only================
29/01/2021 16:00:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:00:26              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:00:26              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:00:26              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:00:26              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:00:26              dut.10.240.183.67: flow list 0
29/01/2021 16:00:26              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU => RSS
29/01/2021 16:00:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-pay'}

29/01/2021 16:00:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:28     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:29              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:30              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:32              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:00:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:34              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:00:36              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:36     TestCVLAdvancedIAVFRSSGTPU: action: {'check_hash_different': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:00:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345691,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:00:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:38     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-request'}

29/01/2021 16:00:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:00:40              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:00:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345691,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:00:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:43              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-reponse'}

29/01/2021 16:00:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:00:45              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:00:46              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:00:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:49              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:49     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-pay'}

29/01/2021 16:00:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:50     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:00:51              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:52              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:00:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-eh-pay'}

29/01/2021 16:00:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:00:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:00:56              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:00:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:00:57              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:00:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:00:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:00:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:00:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:00:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:00:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:00:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:01:00              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-request'}

29/01/2021 16:01:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:01:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:01:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:01:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:01     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:01:02              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:01:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:01:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:01:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=21,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:01:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:01:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:01:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:05     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-reponse'}

29/01/2021 16:01:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:01:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:01:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe9c0d30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9c0d30', '0x0')]
29/01/2021 16:01:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:01:07              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xea17f765 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea17f765', '0x5')]
29/01/2021 16:01:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.5", dst="192.168.1.7")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:01:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0xe033c0e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe033c0e1', '0x1')]
29/01/2021 16:01:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:01:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x4b83ab4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b83ab4', '0x4')]
29/01/2021 16:01:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:01:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:01:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:01:11              dut.10.240.183.67: flow list 0
29/01/2021 16:01:11              dut.10.240.183.67: 
29/01/2021 16:01:11     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_l3_src_only_l3_dst_only passed
29/01/2021 16:01:11              dut.10.240.183.67: flow flush 0
29/01/2021 16:01:11              dut.10.240.183.67: 
29/01/2021 16:01:11     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_l3src_only': 'passed', 'mac_ipv4_gtpu_l3dst_only': 'passed', 'mac_ipv4_gtpu_l3_src_only_l3_dst_only': 'passed'}
29/01/2021 16:01:11     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:01:11     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu Result PASSED:
29/01/2021 16:01:11              dut.10.240.183.67: flow flush 0
29/01/2021 16:01:12              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:01:12              dut.10.240.183.67: clear port stats all
29/01/2021 16:01:13              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:01:13              dut.10.240.183.67: stop
29/01/2021 16:01:13              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:01:13     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4 Begin
29/01/2021 16:01:13              dut.10.240.183.67: 
29/01/2021 16:01:13                         tester: 
29/01/2021 16:01:13              dut.10.240.183.67: start
29/01/2021 16:01:13              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:01:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_l3dst================
29/01/2021 16:01:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:01:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:01:14              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:01:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:01:14              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:01:14              dut.10.240.183.67: flow list 0
29/01/2021 16:01:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:01:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:16              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:01:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:01:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:19              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:01:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:01:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:01:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:01:22              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:01:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:01:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:01:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:01:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:01:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:01:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:01:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:01:29              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:01:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:01:30              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:01:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:01:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:01:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:01:31              dut.10.240.183.67: flow list 0
29/01/2021 16:01:31              dut.10.240.183.67: 
29/01/2021 16:01:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_l3dst passed
29/01/2021 16:01:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:01:31              dut.10.240.183.67: 
29/01/2021 16:01:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_l3src================
29/01/2021 16:01:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:01:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:01:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:01:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:01:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:01:32              dut.10.240.183.67: flow list 0
29/01/2021 16:01:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:01:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:33              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:34              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:01:35              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:01:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:01:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:01:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:01:39              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:01:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:01:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:01:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:01:43              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:01:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:01:45              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:01:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:01:46              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:01:47              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:01:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:01:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:01:48              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:01:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:01:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:01:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:01:49              dut.10.240.183.67: flow list 0
29/01/2021 16:01:49              dut.10.240.183.67: 
29/01/2021 16:01:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_l3src passed
29/01/2021 16:01:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:01:49              dut.10.240.183.67: 
29/01/2021 16:01:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_all================
29/01/2021 16:01:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:01:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:01:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:01:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:01:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:01:50              dut.10.240.183.67: flow list 0
29/01/2021 16:01:50              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:01:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:51              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:01:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:01:52              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:01:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:01:53              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:01:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:01:54              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:01:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:55              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:01:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:01:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:01:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:01:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:01:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:01:58              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:01:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:01:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:01:59              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:01:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:01:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:01:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:01:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:02:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:02:02              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:02:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:02:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:02:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:04              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:02:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:05              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:02:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:02:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:02:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:02:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:02:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:08              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:02:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:09              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:02:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:02:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:02:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:02:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:02:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:02:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:02:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:02:13              dut.10.240.183.67: flow list 0
29/01/2021 16:02:13              dut.10.240.183.67: 
29/01/2021 16:02:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_all passed
29/01/2021 16:02:13              dut.10.240.183.67: flow flush 0
29/01/2021 16:02:13              dut.10.240.183.67: 
29/01/2021 16:02:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_l3dst================
29/01/2021 16:02:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:02:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:02:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:02:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:02:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:02:13              dut.10.240.183.67: flow list 0
29/01/2021 16:02:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:02:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:15              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:02:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:02:16              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:19              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:02:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:02:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:22              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:02:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:02:23              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:25              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:02:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:02:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x55633007 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55633007', '0x7')]
29/01/2021 16:02:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:02:30              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x673c6fbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x673c6fbd', '0xd')]
29/01/2021 16:02:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:02:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:02:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:02:31              dut.10.240.183.67: flow list 0
29/01/2021 16:02:31              dut.10.240.183.67: 
29/01/2021 16:02:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_l3dst passed
29/01/2021 16:02:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:02:31              dut.10.240.183.67: 
29/01/2021 16:02:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_l3src================
29/01/2021 16:02:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:02:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:02:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:02:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:02:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:02:31              dut.10.240.183.67: flow list 0
29/01/2021 16:02:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:02:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:33              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:02:34              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:02:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:02:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:02:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:39              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:02:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:02:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:42              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:02:43              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:02:44              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:02:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:02:46              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x17cc085d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:02:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17cc085d', '0xd')]
29/01/2021 16:02:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:02:48              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x259357e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x259357e7', '0x7')]
29/01/2021 16:02:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:02:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:02:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:02:49              dut.10.240.183.67: flow list 0
29/01/2021 16:02:49              dut.10.240.183.67: 
29/01/2021 16:02:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_l3src passed
29/01/2021 16:02:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:02:49              dut.10.240.183.67: 
29/01/2021 16:02:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_all================
29/01/2021 16:02:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:02:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:02:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:02:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:02:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:02:49              dut.10.240.183.67: flow list 0
29/01/2021 16:02:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:02:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:50              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:02:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:02:51              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:02:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:02:52              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:02:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:02:53              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:02:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:55              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:02:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:02:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:02:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:02:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:02:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:02:58              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:02:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:02:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:02:59              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:02:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:02:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:02:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:02:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:03:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:03:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:03:01              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:03:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:03:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:03:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:03:03              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:03:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:03:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:03:04              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:03:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:03:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:03:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:03:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:03:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:03:08              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x56bede73 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:03:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56bede73', '0x3')]
29/01/2021 16:03:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:03:09              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xe9899a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9899a5b', '0xb')]
29/01/2021 16:03:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:03:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x64e181c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64e181c9', '0x9')]
29/01/2021 16:03:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:03:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbd6c5e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:03:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbd6c5e1', '0x1')]
29/01/2021 16:03:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:03:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:03:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:03:12              dut.10.240.183.67: flow list 0
29/01/2021 16:03:12              dut.10.240.183.67: 
29/01/2021 16:03:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_all passed
29/01/2021 16:03:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:03:12              dut.10.240.183.67: 
29/01/2021 16:03:12     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_all': 'passed'}
29/01/2021 16:03:12     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:03:12     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4 Result PASSED:
29/01/2021 16:03:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:03:13              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:03:13              dut.10.240.183.67: clear port stats all
29/01/2021 16:03:15              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:03:15              dut.10.240.183.67: stop
29/01/2021 16:03:15              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:03:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_symmetric Begin
29/01/2021 16:03:15              dut.10.240.183.67: 
29/01/2021 16:03:15                         tester: 
29/01/2021 16:03:15              dut.10.240.183.67: start
29/01/2021 16:03:15              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:03:15              dut.10.240.183.67: quit
29/01/2021 16:03:16              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:03:16              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:03:18              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:03:28              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:03:28              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:03:28              dut.10.240.183.67: set verbose 1
29/01/2021 16:03:28              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:03:28              dut.10.240.183.67: show port info all
29/01/2021 16:03:28              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:03:28              dut.10.240.183.67: start
29/01/2021 16:03:28              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:03:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_symmetric================
29/01/2021 16:03:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:03:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:03:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:03:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:03:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:03:28              dut.10.240.183.67: flow list 0
29/01/2021 16:03:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:03:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:03:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:29     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:03:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:03:30              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:03:31              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:03:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:03:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:03:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:03:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:03:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:03:36              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:03:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:03:37              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:03:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:03:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:03:38              dut.10.240.183.67: flow list 0
29/01/2021 16:03:38              dut.10.240.183.67: 
29/01/2021 16:03:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:03:39              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:39     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:03:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:03:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:40     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:03:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:03:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:41     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:03:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:03:43              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_symmetric passed
29/01/2021 16:03:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:03:43              dut.10.240.183.67: 
29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_symmetric================
29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:03:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:03:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:03:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:03:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:03:43              dut.10.240.183.67: flow list 0
29/01/2021 16:03:43              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:03:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:44     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:03:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:03:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:03:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:03:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:03:47              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:03:48              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:03:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:03:49              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:03:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:03:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:03:52              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc659b3e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:03:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc659b3e0', '0x0')]
29/01/2021 16:03:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:03:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:03:53              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:03:53              dut.10.240.183.67: flow list 0
29/01/2021 16:03:53              dut.10.240.183.67: 
29/01/2021 16:03:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:03:54              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:54     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:03:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:03:55              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:55     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:03:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:03:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:56     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:03:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:03:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:03:57              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x968e5e81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x968e5e81', '0x1')]
29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_symmetric passed
29/01/2021 16:03:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:03:57              dut.10.240.183.67: 
29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_symmetric': 'passed'}
29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:03:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_symmetric Result PASSED:
29/01/2021 16:03:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:03:58              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:03:58              dut.10.240.183.67: clear port stats all
29/01/2021 16:04:00              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:04:00              dut.10.240.183.67: stop
29/01/2021 16:04:00              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:04:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp Begin
29/01/2021 16:04:00              dut.10.240.183.67: 
29/01/2021 16:04:00                         tester: 
29/01/2021 16:04:00              dut.10.240.183.67: start
29/01/2021 16:04:00              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:04:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst================
29/01/2021 16:04:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:04:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:04:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:00              dut.10.240.183.67: flow list 0
29/01/2021 16:04:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x488a797b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x488a797b', '0xb')]
29/01/2021 16:04:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xf6870aed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6870aed', '0xd')]
29/01/2021 16:04:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:03              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x488a797b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x488a797b', '0xb')]
29/01/2021 16:04:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:05              dut.10.240.183.67: flow list 0
29/01/2021 16:04:05              dut.10.240.183.67: 
29/01/2021 16:04:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst passed
29/01/2021 16:04:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:05              dut.10.240.183.67: 
29/01/2021 16:04:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src================
29/01/2021 16:04:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:04:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:04:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:05              dut.10.240.183.67: flow list 0
29/01/2021 16:04:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:06              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x434024c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x434024c3', '0x3')]
29/01/2021 16:04:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:07              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x434024c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x434024c3', '0x3')]
29/01/2021 16:04:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:08              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xfd4d5755 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd4d5755', '0x5')]
29/01/2021 16:04:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:09              dut.10.240.183.67: flow list 0
29/01/2021 16:04:09              dut.10.240.183.67: 
29/01/2021 16:04:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src passed
29/01/2021 16:04:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:10              dut.10.240.183.67: 
29/01/2021 16:04:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4src================
29/01/2021 16:04:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:10              dut.10.240.183.67: flow list 0
29/01/2021 16:04:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5f3b286d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f3b286d', '0xd')]
29/01/2021 16:04:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:12              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xe1365bfb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe1365bfb', '0xb')]
29/01/2021 16:04:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:04:13              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x42ec2fc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42ec2fc9', '0x9')]
29/01/2021 16:04:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5f3b286d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f3b286d', '0xd')]
29/01/2021 16:04:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:15              dut.10.240.183.67: flow list 0
29/01/2021 16:04:15              dut.10.240.183.67: 
29/01/2021 16:04:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:04:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:15              dut.10.240.183.67: 
29/01/2021 16:04:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:04:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:16              dut.10.240.183.67: flow list 0
29/01/2021 16:04:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc9ebf85e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc9ebf85e', '0xe')]
29/01/2021 16:04:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:18              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x77e68bc8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77e68bc8', '0x8')]
29/01/2021 16:04:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:19              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x42ec2fc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42ec2fc9', '0x9')]
29/01/2021 16:04:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:04:20              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc9ebf85e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc9ebf85e', '0xe')]
29/01/2021 16:04:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:21              dut.10.240.183.67: flow list 0
29/01/2021 16:04:21              dut.10.240.183.67: 
29/01/2021 16:04:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:04:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:21              dut.10.240.183.67: 
29/01/2021 16:04:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4src================
29/01/2021 16:04:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:21              dut.10.240.183.67: flow list 0
29/01/2021 16:04:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x54f175d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54f175d5', '0x5')]
29/01/2021 16:04:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:24              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xeafc0643 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeafc0643', '0x3')]
29/01/2021 16:04:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:04:25              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x49267271 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49267271', '0x1')]
29/01/2021 16:04:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:26              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x54f175d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54f175d5', '0x5')]
29/01/2021 16:04:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:27              dut.10.240.183.67: flow list 0
29/01/2021 16:04:27              dut.10.240.183.67: 
29/01/2021 16:04:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4src passed
29/01/2021 16:04:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:27              dut.10.240.183.67: 
29/01/2021 16:04:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4dst================
29/01/2021 16:04:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:27              dut.10.240.183.67: flow list 0
29/01/2021 16:04:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:28              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc221a5e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc221a5e6', '0x6')]
29/01/2021 16:04:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:30              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7c2cd670 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c2cd670', '0x0')]
29/01/2021 16:04:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:31              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x49267271 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49267271', '0x1')]
29/01/2021 16:04:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:04:32              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc221a5e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc221a5e6', '0x6')]
29/01/2021 16:04:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:33              dut.10.240.183.67: flow list 0
29/01/2021 16:04:33              dut.10.240.183.67: 
29/01/2021 16:04:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:04:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:33              dut.10.240.183.67: 
29/01/2021 16:04:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4src================
29/01/2021 16:04:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:04:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:33              dut.10.240.183.67: flow list 0
29/01/2021 16:04:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6f03a8c2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f03a8c2', '0x2')]
29/01/2021 16:04:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:04:35              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xbb4d3d9b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb4d3d9b', '0xb')]
29/01/2021 16:04:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:04:37              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6f03a8c2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f03a8c2', '0x2')]
29/01/2021 16:04:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:38              dut.10.240.183.67: flow list 0
29/01/2021 16:04:38              dut.10.240.183.67: 
29/01/2021 16:04:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4src passed
29/01/2021 16:04:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:38              dut.10.240.183.67: 
29/01/2021 16:04:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4dst================
29/01/2021 16:04:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:04:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:38              dut.10.240.183.67: flow list 0
29/01/2021 16:04:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:39              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dbda5b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dbda5b1', '0x1')]
29/01/2021 16:04:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:40              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa9f330e8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9f330e8', '0x8')]
29/01/2021 16:04:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:04:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dbda5b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dbda5b1', '0x1')]
29/01/2021 16:04:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:43              dut.10.240.183.67: flow list 0
29/01/2021 16:04:43              dut.10.240.183.67: 
29/01/2021 16:04:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4dst passed
29/01/2021 16:04:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:43              dut.10.240.183.67: 
29/01/2021 16:04:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_all================
29/01/2021 16:04:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:04:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:04:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:43              dut.10.240.183.67: flow list 0
29/01/2021 16:04:43              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:44              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x9f38e11b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f38e11b', '0xb')]
29/01/2021 16:04:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:04:45              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x51616aa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51616aa5', '0x5')]
29/01/2021 16:04:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:04:46              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x1486ab98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1486ab98', '0x8')]
29/01/2021 16:04:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:47              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4fe8d263 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fe8d263', '0x3')]
29/01/2021 16:04:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x2135928d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2135928d', '0xd')]
29/01/2021 16:04:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:50              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:50              dut.10.240.183.67: flow list 0
29/01/2021 16:04:50              dut.10.240.183.67: 
29/01/2021 16:04:50     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_all passed
29/01/2021 16:04:50              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:50              dut.10.240.183.67: 
29/01/2021 16:04:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3================
29/01/2021 16:04:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:04:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:04:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:50              dut.10.240.183.67: flow list 0
29/01/2021 16:04:50              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:51              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb51b1720 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb51b1720', '0x0')]
29/01/2021 16:04:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:52              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x65cb2458 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x65cb2458', '0x8')]
29/01/2021 16:04:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:53              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb1664b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1664b6', '0x6')]
29/01/2021 16:04:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 16:04:54              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb51b1720 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb51b1720', '0x0')]
29/01/2021 16:04:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:04:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:04:55              dut.10.240.183.67: flow list 0
29/01/2021 16:04:55              dut.10.240.183.67: 
29/01/2021 16:04:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3 passed
29/01/2021 16:04:55              dut.10.240.183.67: flow flush 0
29/01/2021 16:04:56              dut.10.240.183.67: 
29/01/2021 16:04:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst================
29/01/2021 16:04:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:04:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:04:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:04:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:04:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:04:56              dut.10.240.183.67: flow list 0
29/01/2021 16:04:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:04:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x488a797b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:04:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x488a797b', '0xb')]
29/01/2021 16:04:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xf6870aed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:04:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6870aed', '0xd')]
29/01/2021 16:04:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:04:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:04:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x488a797b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:04:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:04:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x488a797b', '0xb')]
29/01/2021 16:04:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:04:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:00              dut.10.240.183.67: flow list 0
29/01/2021 16:05:00              dut.10.240.183.67: 
29/01/2021 16:05:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst passed
29/01/2021 16:05:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:00              dut.10.240.183.67: 
29/01/2021 16:05:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src================
29/01/2021 16:05:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:05:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:05:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:00              dut.10.240.183.67: flow list 0
29/01/2021 16:05:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:02              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x434024c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x434024c3', '0x3')]
29/01/2021 16:05:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:03              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x434024c3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x434024c3', '0x3')]
29/01/2021 16:05:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:04              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xfd4d5755 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd4d5755', '0x5')]
29/01/2021 16:05:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:05              dut.10.240.183.67: flow list 0
29/01/2021 16:05:05              dut.10.240.183.67: 
29/01/2021 16:05:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src passed
29/01/2021 16:05:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:05              dut.10.240.183.67: 
29/01/2021 16:05:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4src================
29/01/2021 16:05:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:05              dut.10.240.183.67: flow list 0
29/01/2021 16:05:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:06              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5f3b286d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f3b286d', '0xd')]
29/01/2021 16:05:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:08              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xe1365bfb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe1365bfb', '0xb')]
29/01/2021 16:05:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:05:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x42ec2fc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42ec2fc9', '0x9')]
29/01/2021 16:05:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5f3b286d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f3b286d', '0xd')]
29/01/2021 16:05:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:11              dut.10.240.183.67: flow list 0
29/01/2021 16:05:11              dut.10.240.183.67: 
29/01/2021 16:05:11     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:05:11              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:11              dut.10.240.183.67: 
29/01/2021 16:05:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:05:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:11              dut.10.240.183.67: flow list 0
29/01/2021 16:05:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:12              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc9ebf85e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc9ebf85e', '0xe')]
29/01/2021 16:05:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:13              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x77e68bc8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77e68bc8', '0x8')]
29/01/2021 16:05:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x42ec2fc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42ec2fc9', '0x9')]
29/01/2021 16:05:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:05:16              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc9ebf85e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc9ebf85e', '0xe')]
29/01/2021 16:05:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:16              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:17              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:17              dut.10.240.183.67: flow list 0
29/01/2021 16:05:17              dut.10.240.183.67: 
29/01/2021 16:05:17     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:05:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:17              dut.10.240.183.67: 
29/01/2021 16:05:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4src================
29/01/2021 16:05:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:17              dut.10.240.183.67: flow list 0
29/01/2021 16:05:17              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:18              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x54f175d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54f175d5', '0x5')]
29/01/2021 16:05:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:19              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xeafc0643 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeafc0643', '0x3')]
29/01/2021 16:05:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:05:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x49267271 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49267271', '0x1')]
29/01/2021 16:05:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:22              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x54f175d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54f175d5', '0x5')]
29/01/2021 16:05:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:23              dut.10.240.183.67: flow list 0
29/01/2021 16:05:23              dut.10.240.183.67: 
29/01/2021 16:05:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4src passed
29/01/2021 16:05:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:23              dut.10.240.183.67: 
29/01/2021 16:05:23     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4dst================
29/01/2021 16:05:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:23              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:23              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:23              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:23              dut.10.240.183.67: flow list 0
29/01/2021 16:05:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:24              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc221a5e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc221a5e6', '0x6')]
29/01/2021 16:05:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:25              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7c2cd670 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c2cd670', '0x0')]
29/01/2021 16:05:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:26              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x49267271 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49267271', '0x1')]
29/01/2021 16:05:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:05:27              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc221a5e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc221a5e6', '0x6')]
29/01/2021 16:05:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:29              dut.10.240.183.67: flow list 0
29/01/2021 16:05:29              dut.10.240.183.67: 
29/01/2021 16:05:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:05:29              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:29              dut.10.240.183.67: 
29/01/2021 16:05:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4src================
29/01/2021 16:05:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:29              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:29              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:05:29              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:29              dut.10.240.183.67: flow list 0
29/01/2021 16:05:29              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:30              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6f03a8c2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f03a8c2', '0x2')]
29/01/2021 16:05:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:05:31              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xbb4d3d9b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb4d3d9b', '0xb')]
29/01/2021 16:05:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:05:32              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6f03a8c2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f03a8c2', '0x2')]
29/01/2021 16:05:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:33              dut.10.240.183.67: flow list 0
29/01/2021 16:05:33              dut.10.240.183.67: 
29/01/2021 16:05:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4src passed
29/01/2021 16:05:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:34              dut.10.240.183.67: 
29/01/2021 16:05:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4dst================
29/01/2021 16:05:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:05:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:34              dut.10.240.183.67: flow list 0
29/01/2021 16:05:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:35              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dbda5b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dbda5b1', '0x1')]
29/01/2021 16:05:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:36              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa9f330e8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9f330e8', '0x8')]
29/01/2021 16:05:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:05:37              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dbda5b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dbda5b1', '0x1')]
29/01/2021 16:05:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:38              dut.10.240.183.67: flow list 0
29/01/2021 16:05:38              dut.10.240.183.67: 
29/01/2021 16:05:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4dst passed
29/01/2021 16:05:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:38              dut.10.240.183.67: 
29/01/2021 16:05:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_all================
29/01/2021 16:05:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:05:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:05:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:38              dut.10.240.183.67: flow list 0
29/01/2021 16:05:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:40              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x9f38e11b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f38e11b', '0xb')]
29/01/2021 16:05:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:05:41              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x51616aa5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51616aa5', '0x5')]
29/01/2021 16:05:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:05:42              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x1486ab98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1486ab98', '0x8')]
29/01/2021 16:05:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:43              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4fe8d263 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fe8d263', '0x3')]
29/01/2021 16:05:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x2135928d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2135928d', '0xd')]
29/01/2021 16:05:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:45              dut.10.240.183.67: flow list 0
29/01/2021 16:05:45              dut.10.240.183.67: 
29/01/2021 16:05:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_all passed
29/01/2021 16:05:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:45              dut.10.240.183.67: 
29/01/2021 16:05:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3================
29/01/2021 16:05:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:05:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:05:45              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:05:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:05:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:05:45              dut.10.240.183.67: flow list 0
29/01/2021 16:05:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:05:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:47              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb51b1720 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:05:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb51b1720', '0x0')]
29/01/2021 16:05:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x65cb2458 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x65cb2458', '0x8')]
29/01/2021 16:05:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:05:49              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb1664b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:05:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1664b6', '0x6')]
29/01/2021 16:05:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:05:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 16:05:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb51b1720 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:05:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:05:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb51b1720', '0x0')]
29/01/2021 16:05:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:05:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:05:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:05:51              dut.10.240.183.67: flow list 0
29/01/2021 16:05:51              dut.10.240.183.67: 
29/01/2021 16:05:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3 passed
29/01/2021 16:05:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:51              dut.10.240.183.67: 
29/01/2021 16:05:51     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_all': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_tcp_l3': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_l3': 'passed'}
29/01/2021 16:05:51     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:05:51     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp Result PASSED:
29/01/2021 16:05:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:05:52              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:05:52              dut.10.240.183.67: clear port stats all
29/01/2021 16:05:54              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:05:54              dut.10.240.183.67: stop
29/01/2021 16:05:54              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:05:54     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_symmetric Begin
29/01/2021 16:05:54              dut.10.240.183.67: 
29/01/2021 16:05:54                         tester: 
29/01/2021 16:05:54              dut.10.240.183.67: start
29/01/2021 16:05:54              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:05:54              dut.10.240.183.67: quit
29/01/2021 16:05:55              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:05:55              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:05:57              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:06:07              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:06:07              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:06:07              dut.10.240.183.67: set verbose 1
29/01/2021 16:06:07              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:06:07              dut.10.240.183.67: show port info all
29/01/2021 16:06:07              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:06:07              dut.10.240.183.67: start
29/01/2021 16:06:07              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:06:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_tcp_symmetric================
29/01/2021 16:06:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:06:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:06:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:07              dut.10.240.183.67: flow list 0
29/01/2021 16:06:07              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:10              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:13              dut.10.240.183.67: flow list 0
29/01/2021 16:06:13              dut.10.240.183.67: 
29/01/2021 16:06:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:14     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:15     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:16              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_tcp_symmetric passed
29/01/2021 16:06:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:16              dut.10.240.183.67: 
29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_tcp_symmetric================
29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:06:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:06:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:16              dut.10.240.183.67: flow list 0
29/01/2021 16:06:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:17              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:20              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40c444f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40c444f4', '0x4')]
29/01/2021 16:06:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:22              dut.10.240.183.67: flow list 0
29/01/2021 16:06:22              dut.10.240.183.67: 
29/01/2021 16:06:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:23              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:23     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:24              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:24     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:06:25              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb16a7cb4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb16a7cb4', '0x4')]
29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_tcp_symmetric passed
29/01/2021 16:06:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:25              dut.10.240.183.67: 
29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_tcp_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_tcp_symmetric': 'passed'}
29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:06:25     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_symmetric Result PASSED:
29/01/2021 16:06:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:26              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:06:26              dut.10.240.183.67: clear port stats all
29/01/2021 16:06:28              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:06:28              dut.10.240.183.67: stop
29/01/2021 16:06:28              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:06:28     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl Begin
29/01/2021 16:06:28              dut.10.240.183.67: 
29/01/2021 16:06:28                         tester: 
29/01/2021 16:06:28              dut.10.240.183.67: start
29/01/2021 16:06:28              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:06:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src================
29/01/2021 16:06:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:06:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:06:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:28              dut.10.240.183.67: flow list 0
29/01/2021 16:06:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:29              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x171a9a38 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x171a9a38', '0x8')]
29/01/2021 16:06:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:30              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x171a9a38 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x171a9a38', '0x8')]
29/01/2021 16:06:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x2144ed97 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2144ed97', '0x7')]
29/01/2021 16:06:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x2144ed97 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2144ed97', '0x7')]
29/01/2021 16:06:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:06:34              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x171a9a38 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x171a9a38', '0x8')]
29/01/2021 16:06:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:06:35              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x171a9a38 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x171a9a38', '0x8')]
29/01/2021 16:06:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:36              dut.10.240.183.67: flow list 0
29/01/2021 16:06:36              dut.10.240.183.67: 
29/01/2021 16:06:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src passed
29/01/2021 16:06:36              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:36              dut.10.240.183.67: 
29/01/2021 16:06:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst================
29/01/2021 16:06:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:06:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:06:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:36              dut.10.240.183.67: flow list 0
29/01/2021 16:06:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6656e297 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6656e297', '0x7')]
29/01/2021 16:06:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6656e297 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6656e297', '0x7')]
29/01/2021 16:06:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:40              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x50089538 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x50089538', '0x8')]
29/01/2021 16:06:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:41              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x50089538 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x50089538', '0x8')]
29/01/2021 16:06:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:06:42              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6656e297 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6656e297', '0x7')]
29/01/2021 16:06:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:06:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6656e297 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6656e297', '0x7')]
29/01/2021 16:06:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:44              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:44              dut.10.240.183.67: flow list 0
29/01/2021 16:06:44              dut.10.240.183.67: 
29/01/2021 16:06:44     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst passed
29/01/2021 16:06:44              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:44              dut.10.240.183.67: 
29/01/2021 16:06:44     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst================
29/01/2021 16:06:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:44              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:06:44              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:06:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:44              dut.10.240.183.67: flow list 0
29/01/2021 16:06:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:45              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xfe8b0492 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfe8b0492', '0x2')]
29/01/2021 16:06:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:06:47              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7df9b664 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7df9b664', '0x4')]
29/01/2021 16:06:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc8d5733d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8d5733d', '0xd')]
29/01/2021 16:06:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:06:49              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xfe8b0492 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfe8b0492', '0x2')]
29/01/2021 16:06:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:06:50              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xfe8b0492 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfe8b0492', '0x2')]
29/01/2021 16:06:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:51              dut.10.240.183.67: flow list 0
29/01/2021 16:06:51              dut.10.240.183.67: 
29/01/2021 16:06:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:06:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:51              dut.10.240.183.67: 
29/01/2021 16:06:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src================
29/01/2021 16:06:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:06:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:06:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:51              dut.10.240.183.67: flow list 0
29/01/2021 16:06:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:52              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x20f27407 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20f27407', '0x7')]
29/01/2021 16:06:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:06:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdb2f4ad6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb2f4ad6', '0x6')]
29/01/2021 16:06:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:55              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x16ac03a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:06:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ac03a8', '0x8')]
29/01/2021 16:06:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:06:56              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x20f27407 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20f27407', '0x7')]
29/01/2021 16:06:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:06:57              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x20f27407 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:06:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20f27407', '0x7')]
29/01/2021 16:06:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:06:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:06:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:06:58              dut.10.240.183.67: flow list 0
29/01/2021 16:06:58              dut.10.240.183.67: 
29/01/2021 16:06:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:06:58              dut.10.240.183.67: flow flush 0
29/01/2021 16:06:58              dut.10.240.183.67: 
29/01/2021 16:06:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src================
29/01/2021 16:06:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:06:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:06:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:06:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:06:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:06:58              dut.10.240.183.67: flow list 0
29/01/2021 16:06:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:06:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:06:59              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x51be0ca8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:06:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:06:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51be0ca8', '0x8')]
29/01/2021 16:06:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:06:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:01              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xaa633279 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa633279', '0x9')]
29/01/2021 16:07:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:02              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x67e07b07 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67e07b07', '0x7')]
29/01/2021 16:07:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:07:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x51be0ca8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51be0ca8', '0x8')]
29/01/2021 16:07:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:07:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x51be0ca8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51be0ca8', '0x8')]
29/01/2021 16:07:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:05              dut.10.240.183.67: flow list 0
29/01/2021 16:07:05              dut.10.240.183.67: 
29/01/2021 16:07:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src passed
29/01/2021 16:07:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:05              dut.10.240.183.67: 
29/01/2021 16:07:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:07:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:07:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:07:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:05              dut.10.240.183.67: flow list 0
29/01/2021 16:07:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:06              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x8fc77c3d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:07:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8fc77c3d', '0xd')]
29/01/2021 16:07:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:07:08              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xcb5cecb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb5cecb', '0xb')]
29/01/2021 16:07:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:09              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb9990b92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9990b92', '0x2')]
29/01/2021 16:07:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x8fc77c3d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8fc77c3d', '0xd')]
29/01/2021 16:07:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x8fc77c3d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8fc77c3d', '0xd')]
29/01/2021 16:07:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:12              dut.10.240.183.67: flow list 0
29/01/2021 16:07:12              dut.10.240.183.67: 
29/01/2021 16:07:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:07:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:12              dut.10.240.183.67: 
29/01/2021 16:07:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only================
29/01/2021 16:07:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:07:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:07:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:12              dut.10.240.183.67: flow list 0
29/01/2021 16:07:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:13              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xee0261d7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:07:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xee0261d7', '0x7')]
29/01/2021 16:07:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa5060e65 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5060e65', '0x5')]
29/01/2021 16:07:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:07:16              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xee0261d7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xee0261d7', '0x7')]
29/01/2021 16:07:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:07:17              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xee0261d7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xee0261d7', '0x7')]
29/01/2021 16:07:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:18              dut.10.240.183.67: flow list 0
29/01/2021 16:07:18              dut.10.240.183.67: 
29/01/2021 16:07:18     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only passed
29/01/2021 16:07:18              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:18              dut.10.240.183.67: 
29/01/2021 16:07:18     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only================
29/01/2021 16:07:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:18              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:07:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:07:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:18              dut.10.240.183.67: flow list 0
29/01/2021 16:07:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40343fa0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:07:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40343fa0', '0x0')]
29/01/2021 16:07:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:07:20              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x721d215e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x721d215e', '0xe')]
29/01/2021 16:07:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40343fa0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40343fa0', '0x0')]
29/01/2021 16:07:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x40343fa0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40343fa0', '0x0')]
29/01/2021 16:07:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:24              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:24              dut.10.240.183.67: flow list 0
29/01/2021 16:07:24              dut.10.240.183.67: 
29/01/2021 16:07:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only passed
29/01/2021 16:07:24              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:24              dut.10.240.183.67: 
29/01/2021 16:07:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp================
29/01/2021 16:07:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:07:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:07:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:24              dut.10.240.183.67: flow list 0
29/01/2021 16:07:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x505a9f76 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:07:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x505a9f76', '0x6')]
29/01/2021 16:07:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:07:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x98d8e69d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98d8e69d', '0xd')]
29/01/2021 16:07:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:07:27              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x29b1ee01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x29b1ee01', '0x1')]
29/01/2021 16:07:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6552a522 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6552a522', '0x2')]
29/01/2021 16:07:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6604e8d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6604e8d9', '0x9')]
29/01/2021 16:07:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x505a9f76 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x505a9f76', '0x6')]
29/01/2021 16:07:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:32              dut.10.240.183.67: flow list 0
29/01/2021 16:07:32              dut.10.240.183.67: 
29/01/2021 16:07:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp passed
29/01/2021 16:07:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:32              dut.10.240.183.67: 
29/01/2021 16:07:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3================
29/01/2021 16:07:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:07:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:07:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:32              dut.10.240.183.67: flow list 0
29/01/2021 16:07:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:33              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dd04f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:07:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dd04f45', '0x5')]
29/01/2021 16:07:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:34              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dd04f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dd04f45', '0x5')]
29/01/2021 16:07:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:35              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x48d87511 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48d87511', '0x1')]
29/01/2021 16:07:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:37              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4b8e38ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b8e38ea', '0xa')]
29/01/2021 16:07:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x48d87511 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48d87511', '0x1')]
29/01/2021 16:07:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:39              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4b8e38ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:07:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4b8e38ea', '0xa')]
29/01/2021 16:07:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:07:40              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dd04f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dd04f45', '0x5')]
29/01/2021 16:07:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:07:41              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7dd04f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:07:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7dd04f45', '0x5')]
29/01/2021 16:07:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:07:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:07:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:07:42              dut.10.240.183.67: flow list 0
29/01/2021 16:07:42              dut.10.240.183.67: 
29/01/2021 16:07:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3 passed
29/01/2021 16:07:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:42              dut.10.240.183.67: 
29/01/2021 16:07:42     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_tcp_l3': 'passed'}
29/01/2021 16:07:42     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:07:42     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl Result PASSED:
29/01/2021 16:07:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:07:43              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:07:43              dut.10.240.183.67: clear port stats all
29/01/2021 16:07:45              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:07:45              dut.10.240.183.67: stop
29/01/2021 16:07:45              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 13             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:07:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric Begin
29/01/2021 16:07:45              dut.10.240.183.67: 
29/01/2021 16:07:45                         tester: 
29/01/2021 16:07:45              dut.10.240.183.67: start
29/01/2021 16:07:45              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:07:45              dut.10.240.183.67: quit
29/01/2021 16:07:46              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:07:46              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:07:48              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:07:58              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:07:58              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:07:58              dut.10.240.183.67: set verbose 1
29/01/2021 16:07:58              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:07:58              dut.10.240.183.67: show port info all
29/01/2021 16:07:58              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:07:58              dut.10.240.183.67: start
29/01/2021 16:07:58              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:07:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric================
29/01/2021 16:07:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:07:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:07:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:07:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:07:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:07:58              dut.10.240.183.67: flow list 0
29/01/2021 16:07:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:07:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:07:59              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:07:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:07:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:07:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:07:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:00              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:08:01              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:08:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:08:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:05              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:08:06              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdbf1a3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbf1a3ac', '0xc')]
29/01/2021 16:08:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:08              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:08              dut.10.240.183.67: flow list 0
29/01/2021 16:08:08              dut.10.240.183.67: 
29/01/2021 16:08:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:09              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:09     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:09     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:08:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:08:10              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:10     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:10     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:08:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:11     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:11     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:08:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:13              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:13     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:13     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:08:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:08:14              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:14     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:14     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:08:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:08:15              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xc5597dde - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5597dde', '0xe')]
29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric passed
29/01/2021 16:08:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:15              dut.10.240.183.67: 
29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:08:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:08:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:16              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:08:16              dut.10.240.183.67: clear port stats all
29/01/2021 16:08:17              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:08:17              dut.10.240.183.67: stop
29/01/2021 16:08:17              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:08:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp Begin
29/01/2021 16:08:17              dut.10.240.183.67: 
29/01/2021 16:08:17                         tester: 
29/01/2021 16:08:17              dut.10.240.183.67: start
29/01/2021 16:08:17              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:08:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst================
29/01/2021 16:08:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:08:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:08:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:18              dut.10.240.183.67: flow list 0
29/01/2021 16:08:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:19              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x539e7064 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x539e7064', '0x4')]
29/01/2021 16:08:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5d2b4e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5d2b4e1', '0x1')]
29/01/2021 16:08:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x539e7064 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x539e7064', '0x4')]
29/01/2021 16:08:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:22              dut.10.240.183.67: flow list 0
29/01/2021 16:08:22              dut.10.240.183.67: 
29/01/2021 16:08:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst passed
29/01/2021 16:08:22              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:22              dut.10.240.183.67: 
29/01/2021 16:08:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src================
29/01/2021 16:08:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:08:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:08:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:22              dut.10.240.183.67: flow list 0
29/01/2021 16:08:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:24              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3938b79b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3938b79b', '0xb')]
29/01/2021 16:08:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:25              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3938b79b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3938b79b', '0xb')]
29/01/2021 16:08:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:26              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x6f74731e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f74731e', '0xe')]
29/01/2021 16:08:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:27              dut.10.240.183.67: flow list 0
29/01/2021 16:08:27              dut.10.240.183.67: 
29/01/2021 16:08:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src passed
29/01/2021 16:08:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:27              dut.10.240.183.67: 
29/01/2021 16:08:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4src================
29/01/2021 16:08:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:27              dut.10.240.183.67: flow list 0
29/01/2021 16:08:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:28              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7834b06f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7834b06f', '0xf')]
29/01/2021 16:08:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:29              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2e7874ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2e7874ea', '0xa')]
29/01/2021 16:08:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:08:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf2e10d47 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2e10d47', '0x7')]
29/01/2021 16:08:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:08:32              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7834b06f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7834b06f', '0xf')]
29/01/2021 16:08:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:33              dut.10.240.183.67: flow list 0
29/01/2021 16:08:33              dut.10.240.183.67: 
29/01/2021 16:08:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4src passed
29/01/2021 16:08:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:33              dut.10.240.183.67: 
29/01/2021 16:08:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4dst================
29/01/2021 16:08:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:33              dut.10.240.183.67: flow list 0
29/01/2021 16:08:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfd6163d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd6163d1', '0x1')]
29/01/2021 16:08:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:35              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xab2da754 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab2da754', '0x4')]
29/01/2021 16:08:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:08:36              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf2e10d47 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2e10d47', '0x7')]
29/01/2021 16:08:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:08:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfd6163d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd6163d1', '0x1')]
29/01/2021 16:08:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:39              dut.10.240.183.67: flow list 0
29/01/2021 16:08:39              dut.10.240.183.67: 
29/01/2021 16:08:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:08:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:39              dut.10.240.183.67: 
29/01/2021 16:08:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4src================
29/01/2021 16:08:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:39              dut.10.240.183.67: flow list 0
29/01/2021 16:08:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x12927790 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12927790', '0x0')]
29/01/2021 16:08:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:41              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x44deb315 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44deb315', '0x5')]
29/01/2021 16:08:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:08:42              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9847cab8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9847cab8', '0x8')]
29/01/2021 16:08:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:08:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x12927790 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12927790', '0x0')]
29/01/2021 16:08:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:45              dut.10.240.183.67: flow list 0
29/01/2021 16:08:45              dut.10.240.183.67: 
29/01/2021 16:08:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4src passed
29/01/2021 16:08:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:45              dut.10.240.183.67: 
29/01/2021 16:08:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4dst================
29/01/2021 16:08:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:45              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:45              dut.10.240.183.67: flow list 0
29/01/2021 16:08:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:46              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97c7a42e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97c7a42e', '0xe')]
29/01/2021 16:08:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:47              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc18b60ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc18b60ab', '0xb')]
29/01/2021 16:08:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:08:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9847cab8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9847cab8', '0x8')]
29/01/2021 16:08:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:08:49              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97c7a42e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97c7a42e', '0xe')]
29/01/2021 16:08:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:51              dut.10.240.183.67: flow list 0
29/01/2021 16:08:51              dut.10.240.183.67: 
29/01/2021 16:08:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4dst passed
29/01/2021 16:08:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:51              dut.10.240.183.67: 
29/01/2021 16:08:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src================
29/01/2021 16:08:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:08:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:51              dut.10.240.183.67: flow list 0
29/01/2021 16:08:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:52              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2ea1903c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ea1903c', '0xc')]
29/01/2021 16:08:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:08:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1b50f3c5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1b50f3c5', '0x5')]
29/01/2021 16:08:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:08:54              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2ea1903c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ea1903c', '0xc')]
29/01/2021 16:08:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:08:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:08:55              dut.10.240.183.67: flow list 0
29/01/2021 16:08:55              dut.10.240.183.67: 
29/01/2021 16:08:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src passed
29/01/2021 16:08:55              dut.10.240.183.67: flow flush 0
29/01/2021 16:08:55              dut.10.240.183.67: 
29/01/2021 16:08:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst================
29/01/2021 16:08:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:08:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:08:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:08:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:08:56              dut.10.240.183.67: flow list 0
29/01/2021 16:08:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:08:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:08:57              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc1f7dcf8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:08:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1f7dcf8', '0x8')]
29/01/2021 16:08:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:08:58              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf406bf01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:08:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf406bf01', '0x1')]
29/01/2021 16:08:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:08:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:08:59              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc1f7dcf8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:08:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:08:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1f7dcf8', '0x8')]
29/01/2021 16:08:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:08:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:00              dut.10.240.183.67: flow list 0
29/01/2021 16:09:00              dut.10.240.183.67: 
29/01/2021 16:09:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst passed
29/01/2021 16:09:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:00              dut.10.240.183.67: 
29/01/2021 16:09:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_all================
29/01/2021 16:09:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:09:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:09:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:00              dut.10.240.183.67: flow list 0
29/01/2021 16:09:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:02              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x48829aa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48829aa9', '0x9')]
29/01/2021 16:09:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8e95d374 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e95d374', '0x4')]
29/01/2021 16:09:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x15f87b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15f87b6', '0x6')]
29/01/2021 16:09:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:05              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1d51247b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1d51247b', '0xb')]
29/01/2021 16:09:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:06              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1ece5e2c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ece5e2c', '0xc')]
29/01/2021 16:09:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:07              dut.10.240.183.67: flow list 0
29/01/2021 16:09:07              dut.10.240.183.67: 
29/01/2021 16:09:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_all passed
29/01/2021 16:09:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:07              dut.10.240.183.67: 
29/01/2021 16:09:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_l3================
29/01/2021 16:09:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:09:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:09:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:07              dut.10.240.183.67: flow list 0
29/01/2021 16:09:07              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7d97c551 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7d97c551', '0x1')]
29/01/2021 16:09:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:10              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x28447b83 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x28447b83', '0x3')]
29/01/2021 16:09:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2bdb01d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2bdb01d4', '0x4')]
29/01/2021 16:09:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 16:09:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7d97c551 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7d97c551', '0x1')]
29/01/2021 16:09:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:13              dut.10.240.183.67: flow list 0
29/01/2021 16:09:13              dut.10.240.183.67: 
29/01/2021 16:09:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_l3 passed
29/01/2021 16:09:13              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:13              dut.10.240.183.67: 
29/01/2021 16:09:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst================
29/01/2021 16:09:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:09:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:09:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:13              dut.10.240.183.67: flow list 0
29/01/2021 16:09:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x539e7064 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x539e7064', '0x4')]
29/01/2021 16:09:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5d2b4e1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5d2b4e1', '0x1')]
29/01/2021 16:09:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:17              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x539e7064 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x539e7064', '0x4')]
29/01/2021 16:09:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:18              dut.10.240.183.67: flow list 0
29/01/2021 16:09:18              dut.10.240.183.67: 
29/01/2021 16:09:18     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst passed
29/01/2021 16:09:18              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:18              dut.10.240.183.67: 
29/01/2021 16:09:18     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src================
29/01/2021 16:09:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:18              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:09:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:09:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:18              dut.10.240.183.67: flow list 0
29/01/2021 16:09:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:19              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3938b79b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3938b79b', '0xb')]
29/01/2021 16:09:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3938b79b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3938b79b', '0xb')]
29/01/2021 16:09:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:21              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x6f74731e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f74731e', '0xe')]
29/01/2021 16:09:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:23              dut.10.240.183.67: flow list 0
29/01/2021 16:09:23              dut.10.240.183.67: 
29/01/2021 16:09:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src passed
29/01/2021 16:09:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:23              dut.10.240.183.67: 
29/01/2021 16:09:23     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4src================
29/01/2021 16:09:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:23              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:23              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:23              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:23              dut.10.240.183.67: flow list 0
29/01/2021 16:09:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:24              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7834b06f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7834b06f', '0xf')]
29/01/2021 16:09:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:25              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2e7874ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2e7874ea', '0xa')]
29/01/2021 16:09:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:09:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf2e10d47 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2e10d47', '0x7')]
29/01/2021 16:09:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:27              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7834b06f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7834b06f', '0xf')]
29/01/2021 16:09:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:28              dut.10.240.183.67: flow list 0
29/01/2021 16:09:29              dut.10.240.183.67: 
29/01/2021 16:09:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4src passed
29/01/2021 16:09:29              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:29              dut.10.240.183.67: 
29/01/2021 16:09:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4dst================
29/01/2021 16:09:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:29              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:29              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:29              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:29              dut.10.240.183.67: flow list 0
29/01/2021 16:09:29              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:30              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfd6163d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd6163d1', '0x1')]
29/01/2021 16:09:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xab2da754 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab2da754', '0x4')]
29/01/2021 16:09:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf2e10d47 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2e10d47', '0x7')]
29/01/2021 16:09:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:33              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfd6163d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd6163d1', '0x1')]
29/01/2021 16:09:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:34              dut.10.240.183.67: flow list 0
29/01/2021 16:09:34              dut.10.240.183.67: 
29/01/2021 16:09:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:09:34              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:34              dut.10.240.183.67: 
29/01/2021 16:09:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4src================
29/01/2021 16:09:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:35              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:35              dut.10.240.183.67: flow list 0
29/01/2021 16:09:35              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:36              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x12927790 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12927790', '0x0')]
29/01/2021 16:09:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:37              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x44deb315 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44deb315', '0x5')]
29/01/2021 16:09:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:09:38              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9847cab8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9847cab8', '0x8')]
29/01/2021 16:09:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x12927790 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12927790', '0x0')]
29/01/2021 16:09:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:39              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:40              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:40              dut.10.240.183.67: flow list 0
29/01/2021 16:09:40              dut.10.240.183.67: 
29/01/2021 16:09:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4src passed
29/01/2021 16:09:40              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:40              dut.10.240.183.67: 
29/01/2021 16:09:40     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4dst================
29/01/2021 16:09:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:40              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:41              dut.10.240.183.67: flow list 0
29/01/2021 16:09:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:42              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97c7a42e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97c7a42e', '0xe')]
29/01/2021 16:09:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:43              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc18b60ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc18b60ab', '0xb')]
29/01/2021 16:09:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:44              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9847cab8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9847cab8', '0x8')]
29/01/2021 16:09:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:45              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97c7a42e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97c7a42e', '0xe')]
29/01/2021 16:09:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:46              dut.10.240.183.67: flow list 0
29/01/2021 16:09:46              dut.10.240.183.67: 
29/01/2021 16:09:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4dst passed
29/01/2021 16:09:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:46              dut.10.240.183.67: 
29/01/2021 16:09:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l4src================
29/01/2021 16:09:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:09:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:46              dut.10.240.183.67: flow list 0
29/01/2021 16:09:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:48              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2ea1903c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ea1903c', '0xc')]
29/01/2021 16:09:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:49              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1b50f3c5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1b50f3c5', '0x5')]
29/01/2021 16:09:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:09:50              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2ea1903c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ea1903c', '0xc')]
29/01/2021 16:09:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:51              dut.10.240.183.67: flow list 0
29/01/2021 16:09:51              dut.10.240.183.67: 
29/01/2021 16:09:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l4src passed
29/01/2021 16:09:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:51              dut.10.240.183.67: 
29/01/2021 16:09:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l4dst================
29/01/2021 16:09:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:09:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:51              dut.10.240.183.67: flow list 0
29/01/2021 16:09:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:52              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc1f7dcf8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1f7dcf8', '0x8')]
29/01/2021 16:09:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:53              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf406bf01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf406bf01', '0x1')]
29/01/2021 16:09:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:55              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc1f7dcf8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:09:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1f7dcf8', '0x8')]
29/01/2021 16:09:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:09:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:09:56              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:09:56              dut.10.240.183.67: flow list 0
29/01/2021 16:09:56              dut.10.240.183.67: 
29/01/2021 16:09:56     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l4dst passed
29/01/2021 16:09:56              dut.10.240.183.67: flow flush 0
29/01/2021 16:09:56              dut.10.240.183.67: 
29/01/2021 16:09:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_all================
29/01/2021 16:09:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:09:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:09:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:09:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:09:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:09:56              dut.10.240.183.67: flow list 0
29/01/2021 16:09:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:09:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:09:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x48829aa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:09:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48829aa9', '0x9')]
29/01/2021 16:09:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:09:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8e95d374 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e95d374', '0x4')]
29/01/2021 16:09:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:09:59              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x15f87b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:09:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:09:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15f87b6', '0x6')]
29/01/2021 16:09:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:09:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:10:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1d51247b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1d51247b', '0xb')]
29/01/2021 16:10:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:10:02              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1ece5e2c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ece5e2c', '0xc')]
29/01/2021 16:10:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:10:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:10:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:10:03              dut.10.240.183.67: flow list 0
29/01/2021 16:10:03              dut.10.240.183.67: 
29/01/2021 16:10:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_all passed
29/01/2021 16:10:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:03              dut.10.240.183.67: 
29/01/2021 16:10:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_l3================
29/01/2021 16:10:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:10:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:10:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:10:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:10:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:10:03              dut.10.240.183.67: flow list 0
29/01/2021 16:10:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:10:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:10:04              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7d97c551 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:10:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7d97c551', '0x1')]
29/01/2021 16:10:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:10:05              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x28447b83 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x28447b83', '0x3')]
29/01/2021 16:10:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:10:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2bdb01d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2bdb01d4', '0x4')]
29/01/2021 16:10:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 16:10:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7d97c551 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7d97c551', '0x1')]
29/01/2021 16:10:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:10:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:10:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:10:09              dut.10.240.183.67: flow list 0
29/01/2021 16:10:09              dut.10.240.183.67: 
29/01/2021 16:10:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_l3 passed
29/01/2021 16:10:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:09              dut.10.240.183.67: 
29/01/2021 16:10:09     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_all': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv4_udp_l3': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_l3': 'passed'}
29/01/2021 16:10:09     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:10:09     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp Result PASSED:
29/01/2021 16:10:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:10              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:10:10              dut.10.240.183.67: clear port stats all
29/01/2021 16:10:11              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:10:11              dut.10.240.183.67: stop
29/01/2021 16:10:11              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 12             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:10:11     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_symmetric Begin
29/01/2021 16:10:11              dut.10.240.183.67: 
29/01/2021 16:10:11                         tester: 
29/01/2021 16:10:11              dut.10.240.183.67: start
29/01/2021 16:10:11              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:10:11              dut.10.240.183.67: quit
29/01/2021 16:10:13              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:10:13              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:10:14              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:10:24              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:10:24              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:10:24              dut.10.240.183.67: set verbose 1
29/01/2021 16:10:24              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:10:24              dut.10.240.183.67: show port info all
29/01/2021 16:10:24              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:10:24              dut.10.240.183.67: start
29/01/2021 16:10:24              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:10:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv4_udp_symmetric================
29/01/2021 16:10:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:10:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:10:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:10:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:10:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:10:25              dut.10.240.183.67: flow list 0
29/01/2021 16:10:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:10:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:26              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:10:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:27              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:28              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:29              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:10:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:10:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:10:30              dut.10.240.183.67: flow list 0
29/01/2021 16:10:30              dut.10.240.183.67: 
29/01/2021 16:10:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:31     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:32              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:32     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:34              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv4_udp_symmetric passed
29/01/2021 16:10:34              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:34              dut.10.240.183.67: 
29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv4_udp_symmetric================
29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:10:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:10:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:10:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:10:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:10:34              dut.10.240.183.67: flow list 0
29/01/2021 16:10:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:35              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:10:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:36              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:38              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf640c348 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf640c348', '0x8')]
29/01/2021 16:10:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:10:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:10:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:10:39              dut.10.240.183.67: flow list 0
29/01/2021 16:10:39              dut.10.240.183.67: 
29/01/2021 16:10:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:40              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:40     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:42     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:10:43              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x870ae924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x870ae924', '0x4')]
29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv4_udp_symmetric passed
29/01/2021 16:10:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:43              dut.10.240.183.67: 
29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv4_udp_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv4_udp_symmetric': 'passed'}
29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:10:43     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_symmetric Result PASSED:
29/01/2021 16:10:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:44              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:10:44              dut.10.240.183.67: clear port stats all
29/01/2021 16:10:45              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:10:45              dut.10.240.183.67: stop
29/01/2021 16:10:45              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:10:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl Begin
29/01/2021 16:10:45              dut.10.240.183.67: 
29/01/2021 16:10:45                         tester: 
29/01/2021 16:10:45              dut.10.240.183.67: start
29/01/2021 16:10:45              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:10:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src================
29/01/2021 16:10:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:10:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:10:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:10:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:10:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:10:46              dut.10.240.183.67: flow list 0
29/01/2021 16:10:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:10:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:47              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x21bd7688 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:10:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21bd7688', '0x8')]
29/01/2021 16:10:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x21bd7688 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21bd7688', '0x8')]
29/01/2021 16:10:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:49              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8cd09331 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8cd09331', '0x1')]
29/01/2021 16:10:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:50              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8cd09331 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8cd09331', '0x1')]
29/01/2021 16:10:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:10:51              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x21bd7688 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21bd7688', '0x8')]
29/01/2021 16:10:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:10:52              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x21bd7688 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21bd7688', '0x8')]
29/01/2021 16:10:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:10:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:10:53              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:10:53              dut.10.240.183.67: flow list 0
29/01/2021 16:10:53              dut.10.240.183.67: 
29/01/2021 16:10:53     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src passed
29/01/2021 16:10:53              dut.10.240.183.67: flow flush 0
29/01/2021 16:10:54              dut.10.240.183.67: 
29/01/2021 16:10:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst================
29/01/2021 16:10:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:10:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:10:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:10:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:10:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:10:54              dut.10.240.183.67: flow list 0
29/01/2021 16:10:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:10:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfaaa1370 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:10:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfaaa1370', '0x0')]
29/01/2021 16:10:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfaaa1370 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfaaa1370', '0x0')]
29/01/2021 16:10:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x57c7f6c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x57c7f6c9', '0x9')]
29/01/2021 16:10:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:10:58              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x57c7f6c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:10:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x57c7f6c9', '0x9')]
29/01/2021 16:10:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:10:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfaaa1370 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:10:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:10:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfaaa1370', '0x0')]
29/01/2021 16:10:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:10:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:11:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfaaa1370 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfaaa1370', '0x0')]
29/01/2021 16:11:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:02              dut.10.240.183.67: flow list 0
29/01/2021 16:11:02              dut.10.240.183.67: 
29/01/2021 16:11:02     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst passed
29/01/2021 16:11:02              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:02              dut.10.240.183.67: 
29/01/2021 16:11:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst================
29/01/2021 16:11:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:02              dut.10.240.183.67: flow list 0
29/01/2021 16:11:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x71847794 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71847794', '0x4')]
29/01/2021 16:11:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:11:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd0dff65c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0dff65c', '0xc')]
29/01/2021 16:11:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdce9922d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce9922d', '0xd')]
29/01/2021 16:11:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x71847794 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71847794', '0x4')]
29/01/2021 16:11:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x71847794 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71847794', '0x4')]
29/01/2021 16:11:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:08              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:08              dut.10.240.183.67: flow list 0
29/01/2021 16:11:09              dut.10.240.183.67: 
29/01/2021 16:11:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst passed
29/01/2021 16:11:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:09              dut.10.240.183.67: 
29/01/2021 16:11:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src================
29/01/2021 16:11:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:09              dut.10.240.183.67: flow list 0
29/01/2021 16:11:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:10              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x13c313de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x13c313de', '0xe')]
29/01/2021 16:11:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd760937d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd760937d', '0xd')]
29/01/2021 16:11:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:12              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xbeaef667 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbeaef667', '0x7')]
29/01/2021 16:11:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:13              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x13c313de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x13c313de', '0xe')]
29/01/2021 16:11:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:14              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x13c313de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x13c313de', '0xe')]
29/01/2021 16:11:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:15              dut.10.240.183.67: flow list 0
29/01/2021 16:11:16              dut.10.240.183.67: 
29/01/2021 16:11:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src passed
29/01/2021 16:11:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:16              dut.10.240.183.67: 
29/01/2021 16:11:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src================
29/01/2021 16:11:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:16              dut.10.240.183.67: flow list 0
29/01/2021 16:11:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:17              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8d47626 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8d47626', '0x6')]
29/01/2021 16:11:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:18              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc77f685 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc77f685', '0x5')]
29/01/2021 16:11:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:19              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x65b9939f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x65b9939f', '0xf')]
29/01/2021 16:11:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8d47626 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8d47626', '0x6')]
29/01/2021 16:11:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:21              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8d47626 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8d47626', '0x6')]
29/01/2021 16:11:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:22              dut.10.240.183.67: flow list 0
29/01/2021 16:11:23              dut.10.240.183.67: 
29/01/2021 16:11:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src passed
29/01/2021 16:11:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:23              dut.10.240.183.67: 
29/01/2021 16:11:23     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst================
29/01/2021 16:11:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:23              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:23              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:23              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:23              dut.10.240.183.67: flow list 0
29/01/2021 16:11:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:24              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaa93126c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa93126c', '0xc')]
29/01/2021 16:11:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:11:25              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xbc893a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbc893a4', '0x4')]
29/01/2021 16:11:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:26              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x7fef7d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7fef7d5', '0x5')]
29/01/2021 16:11:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:27              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaa93126c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa93126c', '0xc')]
29/01/2021 16:11:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:28              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaa93126c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa93126c', '0xc')]
29/01/2021 16:11:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:29              dut.10.240.183.67: flow list 0
29/01/2021 16:11:30              dut.10.240.183.67: 
29/01/2021 16:11:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:11:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:30              dut.10.240.183.67: 
29/01/2021 16:11:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only================
29/01/2021 16:11:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:11:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:30              dut.10.240.183.67: flow list 0
29/01/2021 16:11:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:31              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xbe063a92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbe063a92', '0x2')]
29/01/2021 16:11:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:32              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x94246aa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x94246aa8', '0x8')]
29/01/2021 16:11:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xbe063a92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbe063a92', '0x2')]
29/01/2021 16:11:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xbe063a92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbe063a92', '0x2')]
29/01/2021 16:11:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:34              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:35              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:35              dut.10.240.183.67: flow list 0
29/01/2021 16:11:35              dut.10.240.183.67: 
29/01/2021 16:11:35     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only passed
29/01/2021 16:11:35              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:35              dut.10.240.183.67: 
29/01/2021 16:11:35     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only================
29/01/2021 16:11:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:35              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:11:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:36              dut.10.240.183.67: flow list 0
29/01/2021 16:11:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8ab5777 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8ab5777', '0x7')]
29/01/2021 16:11:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:11:38              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2f72dc5a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f72dc5a', '0xa')]
29/01/2021 16:11:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:39              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8ab5777 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8ab5777', '0x7')]
29/01/2021 16:11:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:40              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8ab5777 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8ab5777', '0x7')]
29/01/2021 16:11:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:41              dut.10.240.183.67: flow list 0
29/01/2021 16:11:41              dut.10.240.183.67: 
29/01/2021 16:11:41     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only passed
29/01/2021 16:11:41              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:41              dut.10.240.183.67: 
29/01/2021 16:11:41     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp================
29/01/2021 16:11:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:41              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:11:41              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:11:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:42              dut.10.240.183.67: flow list 0
29/01/2021 16:11:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb5676167 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb5676167', '0x7')]
29/01/2021 16:11:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:11:44              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc8523948 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8523948', '0x8')]
29/01/2021 16:11:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:11:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xed485fcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xed485fcd', '0xd')]
29/01/2021 16:11:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:46              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe566d395 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe566d395', '0x5')]
29/01/2021 16:11:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:47              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x180a84de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x180a84de', '0xe')]
29/01/2021 16:11:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:48              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb5676167 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb5676167', '0x7')]
29/01/2021 16:11:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:11:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:11:49              dut.10.240.183.67: flow list 0
29/01/2021 16:11:49              dut.10.240.183.67: 
29/01/2021 16:11:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp passed
29/01/2021 16:11:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:11:49              dut.10.240.183.67: 
29/01/2021 16:11:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3================
29/01/2021 16:11:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:11:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:11:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:11:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:11:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:11:50              dut.10.240.183.67: flow list 0
29/01/2021 16:11:50              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:11:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1dc0335d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:11:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1dc0335d', '0xd')]
29/01/2021 16:11:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:52              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1dc0335d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1dc0335d', '0xd')]
29/01/2021 16:11:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:53              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4dc181af - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc181af', '0xf')]
29/01/2021 16:11:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb0add6e4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0add6e4', '0x4')]
29/01/2021 16:11:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:55              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4dc181af - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dc181af', '0xf')]
29/01/2021 16:11:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:11:56              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb0add6e4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:11:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0add6e4', '0x4')]
29/01/2021 16:11:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:11:57              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1dc0335d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1dc0335d', '0xd')]
29/01/2021 16:11:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:11:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:11:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x1dc0335d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:11:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:11:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1dc0335d', '0xd')]
29/01/2021 16:11:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:11:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:12:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:12:00              dut.10.240.183.67: flow list 0
29/01/2021 16:12:00              dut.10.240.183.67: 
29/01/2021 16:12:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3 passed
29/01/2021 16:12:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:12:00              dut.10.240.183.67: 
29/01/2021 16:12:00     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_udp_l3': 'passed'}
29/01/2021 16:12:00     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:12:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl Result PASSED:
29/01/2021 16:12:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:12:01              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:12:01              dut.10.240.183.67: clear port stats all
29/01/2021 16:12:02              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:12:02              dut.10.240.183.67: stop
29/01/2021 16:12:02              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:12:02     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric Begin
29/01/2021 16:12:02              dut.10.240.183.67: 
29/01/2021 16:12:02                         tester: 
29/01/2021 16:12:02              dut.10.240.183.67: start
29/01/2021 16:12:02              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:12:02              dut.10.240.183.67: quit
29/01/2021 16:12:04              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:12:04              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:12:05              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:12:15              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:12:15              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:12:15              dut.10.240.183.67: set verbose 1
29/01/2021 16:12:15              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:12:15              dut.10.240.183.67: show port info all
29/01/2021 16:12:15              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:12:15              dut.10.240.183.67: start
29/01/2021 16:12:15              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:12:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric================
29/01/2021 16:12:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:12:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:12:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:12:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:12:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:12:16              dut.10.240.183.67: flow list 0
29/01/2021 16:12:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:12:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:17              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:17     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:12:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:18              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:19              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:20              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:21              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:12:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:22              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:23              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:24              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4af7cfac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4af7cfac', '0xc')]
29/01/2021 16:12:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:12:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:12:26              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:12:26              dut.10.240.183.67: flow list 0
29/01/2021 16:12:26              dut.10.240.183.67: 
29/01/2021 16:12:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:27     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:27     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:12:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:28     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:28     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:12:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:29              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:29     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:29     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:12:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:30     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:30     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:12:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:12:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:31     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:31     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:12:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:12:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76cb9ff7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76cb9ff7', '0x7')]
29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric passed
29/01/2021 16:12:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:12:32              dut.10.240.183.67: 
29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:12:32     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_udp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:12:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:12:33              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:12:33              dut.10.240.183.67: clear port stats all
29/01/2021 16:12:35              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:12:35              dut.10.240.183.67: stop
29/01/2021 16:12:35              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:12:35     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_without_ul_dl Begin
29/01/2021 16:12:35              dut.10.240.183.67: 
29/01/2021 16:12:35                         tester: 
29/01/2021 16:12:35              dut.10.240.183.67: start
29/01/2021 16:12:35              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:12:35     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst================
29/01/2021 16:12:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:12:35              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:12:35              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:12:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:12:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:12:35              dut.10.240.183.67: flow list 0
29/01/2021 16:12:35              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:12:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:36              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:37              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdce948ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce948ea', '0xa')]
29/01/2021 16:12:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:12:39              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:40              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:41              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdce948ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce948ea', '0xa')]
29/01/2021 16:12:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:12:42              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:12:43              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:12:44              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xdce948ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce948ea', '0xa')]
29/01/2021 16:12:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:12:45              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:12:46              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:12:47              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdce948ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce948ea', '0xa')]
29/01/2021 16:12:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:12:48              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:12:50              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:12:51              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xdce948ea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdce948ea', '0xa')]
29/01/2021 16:12:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:12:52              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x80dafa5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80dafa5c', '0xc')]
29/01/2021 16:12:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:12:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:12:53              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:12:53              dut.10.240.183.67: flow list 0
29/01/2021 16:12:53              dut.10.240.183.67: 
29/01/2021 16:12:53     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst passed
29/01/2021 16:12:53              dut.10.240.183.67: flow flush 0
29/01/2021 16:12:53              dut.10.240.183.67: 
29/01/2021 16:12:53     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3src================
29/01/2021 16:12:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:12:53              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:12:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:12:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:12:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:12:53              dut.10.240.183.67: flow list 0
29/01/2021 16:12:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:12:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:12:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:12:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf682a5fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf682a5fe', '0xe')]
29/01/2021 16:12:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:56              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:12:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:12:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:12:58              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:12:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:12:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:12:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf682a5fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:12:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:12:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf682a5fe', '0xe')]
29/01/2021 16:12:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:12:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:00              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:13:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:13:02              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xf682a5fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf682a5fe', '0xe')]
29/01/2021 16:13:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:13:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:13:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:13:05              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf682a5fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf682a5fe', '0xe')]
29/01/2021 16:13:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:13:06              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:13:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:13:09              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf682a5fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf682a5fe', '0xe')]
29/01/2021 16:13:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:13:10              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaab11748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaab11748', '0x8')]
29/01/2021 16:13:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:13:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:13:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:13:11              dut.10.240.183.67: flow list 0
29/01/2021 16:13:11              dut.10.240.183.67: 
29/01/2021 16:13:11     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3src passed
29/01/2021 16:13:11              dut.10.240.183.67: flow flush 0
29/01/2021 16:13:11              dut.10.240.183.67: 
29/01/2021 16:13:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv4_all================
29/01/2021 16:13:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:13:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:13:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:13:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:13:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:13:11              dut.10.240.183.67: flow list 0
29/01/2021 16:13:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:13:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:12              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:13              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x11d0d2b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d0d2b6', '0x6')]
29/01/2021 16:13:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:13:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x554f1ded - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x554f1ded', '0xd')]
29/01/2021 16:13:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:13:16              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x4de36000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4de36000', '0x0')]
29/01/2021 16:13:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:17              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:19              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x11d0d2b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d0d2b6', '0x6')]
29/01/2021 16:13:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:13:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x554f1ded - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x554f1ded', '0xd')]
29/01/2021 16:13:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:13:21              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x4de36000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4de36000', '0x0')]
29/01/2021 16:13:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:22              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:13:23              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:13:24              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x11d0d2b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d0d2b6', '0x6')]
29/01/2021 16:13:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:13:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x554f1ded - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x554f1ded', '0xd')]
29/01/2021 16:13:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:13:27              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x4de36000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4de36000', '0x0')]
29/01/2021 16:13:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:13:28              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:13:29              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:13:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x11d0d2b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d0d2b6', '0x6')]
29/01/2021 16:13:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:13:31              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x554f1ded - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x554f1ded', '0xd')]
29/01/2021 16:13:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:13:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4de36000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4de36000', '0x0')]
29/01/2021 16:13:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:13:33              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:13:34              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:13:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:13:35              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x11d0d2b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d0d2b6', '0x6')]
29/01/2021 16:13:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:13:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x554f1ded - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x554f1ded', '0xd')]
29/01/2021 16:13:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:13:38              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4de36000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:13:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4de36000', '0x0')]
29/01/2021 16:13:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:13:39              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x97caf5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x97caf5b', '0xb')]
29/01/2021 16:13:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:13:39              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:13:40              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:13:40              dut.10.240.183.67: flow list 0
29/01/2021 16:13:40              dut.10.240.183.67: 
29/01/2021 16:13:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv4_all passed
29/01/2021 16:13:40              dut.10.240.183.67: flow flush 0
29/01/2021 16:13:40              dut.10.240.183.67: 
29/01/2021 16:13:40     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv4_all': 'passed'}
29/01/2021 16:13:40     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:13:40     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_without_ul_dl Result PASSED:
29/01/2021 16:13:40              dut.10.240.183.67: flow flush 0
29/01/2021 16:13:41              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:13:41              dut.10.240.183.67: clear port stats all
29/01/2021 16:13:42              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:13:42              dut.10.240.183.67: stop
29/01/2021 16:13:42              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:13:42     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric Begin
29/01/2021 16:13:42              dut.10.240.183.67: 
29/01/2021 16:13:43                         tester: 
29/01/2021 16:13:43              dut.10.240.183.67: start
29/01/2021 16:13:43              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:13:43              dut.10.240.183.67: quit
29/01/2021 16:13:44              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:13:44              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:13:45              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:13:55              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:13:55              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:13:55              dut.10.240.183.67: set verbose 1
29/01/2021 16:13:55              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:13:55              dut.10.240.183.67: show port info all
29/01/2021 16:13:55              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:13:55              dut.10.240.183.67: start
29/01/2021 16:13:56              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:13:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric================
29/01/2021 16:13:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:13:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:13:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:13:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:13:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:13:56              dut.10.240.183.67: flow list 0
29/01/2021 16:13:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:13:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:13:57              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:57     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:13:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:13:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:13:58              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:13:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:13:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:13:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:13:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:13:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:13:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:13:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1",frag=6)/("X"*480)
29/01/2021 16:14:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:14:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:14:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:01     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:14:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:14:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:14:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:14:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:14:03              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:14:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:14:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:14:05              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x86b21010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86b21010', '0x0')]
29/01/2021 16:14:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:14:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:14:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:14:06              dut.10.240.183.67: flow list 0
29/01/2021 16:14:06              dut.10.240.183.67: 
29/01/2021 16:14:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:14:07              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe872d353 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:07     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:14:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe872d353', '0x3')]
29/01/2021 16:14:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1",frag=6)/("X"*480)
29/01/2021 16:14:08              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe872d353 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:08     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:14:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe872d353', '0x3')]
29/01/2021 16:14:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:14:09              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe872d353 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:09     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:14:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe872d353', '0x3')]
29/01/2021 16:14:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:14:10              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe872d353 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe872d353', '0x3')]
29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: action: ipv4-udp

29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric passed
29/01/2021 16:14:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:14:10              dut.10.240.183.67: 
29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:14:10     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv4_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:14:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:14:11              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:14:11              dut.10.240.183.67: clear port stats all
29/01/2021 16:14:13              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:14:13              dut.10.240.183.67: stop
29/01/2021 16:14:13              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:14:13     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6 Begin
29/01/2021 16:14:13              dut.10.240.183.67: 
29/01/2021 16:14:13                         tester: 
29/01/2021 16:14:13              dut.10.240.183.67: start
29/01/2021 16:14:13              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:14:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_l3dst================
29/01/2021 16:14:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:14:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:14:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:14:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:14:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:14:13              dut.10.240.183.67: flow list 0
29/01/2021 16:14:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:14:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:14              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:14:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:18              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:19              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:14:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:20              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:21              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:14:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:23              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:24              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:14:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:26              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:27              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:14:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:30              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:14:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:14:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:14:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:14:31              dut.10.240.183.67: flow list 0
29/01/2021 16:14:31              dut.10.240.183.67: 
29/01/2021 16:14:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_l3dst passed
29/01/2021 16:14:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:14:31              dut.10.240.183.67: 
29/01/2021 16:14:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_l3src================
29/01/2021 16:14:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:14:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:14:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:14:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:14:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:14:31              dut.10.240.183.67: flow list 0
29/01/2021 16:14:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:14:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:14:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:36              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:14:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:40              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:14:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:14:44              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:14:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:45              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:14:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:14:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:14:48              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:14:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:14:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:14:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:14:49              dut.10.240.183.67: flow list 0
29/01/2021 16:14:49              dut.10.240.183.67: 
29/01/2021 16:14:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_l3src passed
29/01/2021 16:14:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:14:49              dut.10.240.183.67: 
29/01/2021 16:14:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_all================
29/01/2021 16:14:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:14:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:14:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:14:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:14:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:14:49              dut.10.240.183.67: flow list 0
29/01/2021 16:14:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:14:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:50              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:14:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:14:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:14:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:14:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:14:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:55              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:14:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:56              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:14:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:14:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:14:58              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:14:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:14:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:14:59              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:14:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:14:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:14:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:14:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:00              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:15:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:15:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:02              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:15:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:15:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:04              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:15:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:15:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:07              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:15:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:15:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:15:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:10              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:15:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:11              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:15:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:15:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:15:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:15:12              dut.10.240.183.67: flow list 0
29/01/2021 16:15:12              dut.10.240.183.67: 
29/01/2021 16:15:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_all passed
29/01/2021 16:15:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:15:12              dut.10.240.183.67: 
29/01/2021 16:15:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_l3dst================
29/01/2021 16:15:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:15:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:15:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:15:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:15:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:15:13              dut.10.240.183.67: flow list 0
29/01/2021 16:15:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:15:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:14              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:15:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:17              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:18              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:15:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:19              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:20              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:15:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:22              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:24              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:15:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:26              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:27              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:28              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xff1046f9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xff1046f9', '0x9')]
29/01/2021 16:15:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd9a9d0d2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9a9d0d2', '0x2')]
29/01/2021 16:15:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:15:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:15:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:15:30              dut.10.240.183.67: flow list 0
29/01/2021 16:15:30              dut.10.240.183.67: 
29/01/2021 16:15:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_l3dst passed
29/01/2021 16:15:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:15:30              dut.10.240.183.67: 
29/01/2021 16:15:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_l3src================
29/01/2021 16:15:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:15:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:15:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:15:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:15:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:15:31              dut.10.240.183.67: flow list 0
29/01/2021 16:15:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:15:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:15:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:35              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:36              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:37              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:15:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:38              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:15:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:15:44              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:15:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:45              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5822d3d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:15:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5822d3d9', '0x9')]
29/01/2021 16:15:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:15:47              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x4ad72371 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4ad72371', '0x1')]
29/01/2021 16:15:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:15:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:15:48              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:15:48              dut.10.240.183.67: flow list 0
29/01/2021 16:15:48              dut.10.240.183.67: 
29/01/2021 16:15:48     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_l3src passed
29/01/2021 16:15:48              dut.10.240.183.67: flow flush 0
29/01/2021 16:15:48              dut.10.240.183.67: 
29/01/2021 16:15:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_all================
29/01/2021 16:15:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:15:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:15:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:15:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:15:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:15:48              dut.10.240.183.67: flow list 0
29/01/2021 16:15:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:15:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:50              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:15:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:15:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:15:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:15:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:15:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:54              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:15:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:15:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:56              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:15:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:15:57              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:15:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:15:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:15:58              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:15:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:15:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:15:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:15:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:00              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:16:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:16:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:02              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:16:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:16:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:16:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:04              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:16:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:16:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:06              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:16:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:16:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x33ebb20c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:16:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33ebb20c', '0xc')]
29/01/2021 16:16:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:16:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x866a184d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x866a184d', '0xd')]
29/01/2021 16:16:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:16:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x211e42a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x211e42a4', '0x4')]
29/01/2021 16:16:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:16:11              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x949fe8e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:16:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x949fe8e5', '0x5')]
29/01/2021 16:16:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:16:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:16:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:16:12              dut.10.240.183.67: flow list 0
29/01/2021 16:16:12              dut.10.240.183.67: 
29/01/2021 16:16:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_all passed
29/01/2021 16:16:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:16:12              dut.10.240.183.67: 
29/01/2021 16:16:12     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_l3dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_l3src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_all': 'passed'}
29/01/2021 16:16:12     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:16:12     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6 Result PASSED:
29/01/2021 16:16:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:16:13              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:16:13              dut.10.240.183.67: clear port stats all
29/01/2021 16:16:14              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:16:14              dut.10.240.183.67: stop
29/01/2021 16:16:14              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 30             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:16:14     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_symmetric Begin
29/01/2021 16:16:14              dut.10.240.183.67: 
29/01/2021 16:16:14                         tester: 
29/01/2021 16:16:14              dut.10.240.183.67: start
29/01/2021 16:16:15              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:16:15              dut.10.240.183.67: quit
29/01/2021 16:16:16              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:16:16              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:16:17              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:16:27              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:16:27              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:16:27              dut.10.240.183.67: set verbose 1
29/01/2021 16:16:27              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:16:27              dut.10.240.183.67: show port info all
29/01/2021 16:16:27              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:16:27              dut.10.240.183.67: start
29/01/2021 16:16:27              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:16:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_symmetric================
29/01/2021 16:16:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:16:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:16:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:16:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:16:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:16:28              dut.10.240.183.67: flow list 0
29/01/2021 16:16:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:16:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:16:29              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:29     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:16:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:16:30              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:31              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:16:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:32              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:33              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:33     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:16:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:16:34              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:35              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:35     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:16:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:16:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:16:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:16:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:16:38              dut.10.240.183.67: flow list 0
29/01/2021 16:16:38              dut.10.240.183.67: 
29/01/2021 16:16:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:16:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:39     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:16:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:40     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:16:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:41              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc3f9c768 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:41     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:16:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc3f9c768', '0x8')]
29/01/2021 16:16:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:16:42              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_symmetric passed
29/01/2021 16:16:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:16:42              dut.10.240.183.67: 
29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_symmetric================
29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:16:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:16:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:16:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:16:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:16:42              dut.10.240.183.67: flow list 0
29/01/2021 16:16:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:16:43              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:16:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:16:45              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:46              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:16:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:47              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:48              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:16:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:16:49              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:16:50              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:16:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:16:51              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdfbd74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:16:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfbd74bb', '0xb')]
29/01/2021 16:16:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:16:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:16:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:16:52              dut.10.240.183.67: flow list 0
29/01/2021 16:16:52              dut.10.240.183.67: 
29/01/2021 16:16:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:16:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:53     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:16:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:16:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:55     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:16:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:16:56              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc3f9c768 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:56     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:16:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc3f9c768', '0x8')]
29/01/2021 16:16:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:16:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:16:57              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb458a4a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb458a4a0', '0x0')]
29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_symmetric passed
29/01/2021 16:16:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:16:57              dut.10.240.183.67: 
29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_symmetric': 'passed'}
29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:16:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_symmetric Result PASSED:
29/01/2021 16:16:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:16:58              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:16:58              dut.10.240.183.67: clear port stats all
29/01/2021 16:16:59              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:16:59              dut.10.240.183.67: stop
29/01/2021 16:16:59              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:16:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp Begin
29/01/2021 16:16:59              dut.10.240.183.67: 
29/01/2021 16:16:59                         tester: 
29/01/2021 16:16:59              dut.10.240.183.67: start
29/01/2021 16:17:00              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:17:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst================
29/01/2021 16:17:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:17:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:17:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:00              dut.10.240.183.67: flow list 0
29/01/2021 16:17:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:01              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1157504e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1157504e', '0xe')]
29/01/2021 16:17:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:02              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd7e211a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd7e211a', '0xa')]
29/01/2021 16:17:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:03              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1157504e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1157504e', '0xe')]
29/01/2021 16:17:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:04              dut.10.240.183.67: flow list 0
29/01/2021 16:17:04              dut.10.240.183.67: 
29/01/2021 16:17:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst passed
29/01/2021 16:17:04              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:04              dut.10.240.183.67: 
29/01/2021 16:17:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src================
29/01/2021 16:17:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:17:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:17:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:04              dut.10.240.183.67: flow list 0
29/01/2021 16:17:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x729f5879 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x729f5879', '0x9')]
29/01/2021 16:17:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:07              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x729f5879 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x729f5879', '0x9')]
29/01/2021 16:17:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:08              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x9e760b5f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9e760b5f', '0xf')]
29/01/2021 16:17:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:09              dut.10.240.183.67: flow list 0
29/01/2021 16:17:09              dut.10.240.183.67: 
29/01/2021 16:17:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src passed
29/01/2021 16:17:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:09              dut.10.240.183.67: 
29/01/2021 16:17:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4src================
29/01/2021 16:17:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:09              dut.10.240.183.67: flow list 0
29/01/2021 16:17:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xa30c3cd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa30c3cd1', '0x1')]
29/01/2021 16:17:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:12              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbf254d85 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf254d85', '0x5')]
29/01/2021 16:17:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:17:13              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x549bfc18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x549bfc18', '0x8')]
29/01/2021 16:17:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xa30c3cd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa30c3cd1', '0x1')]
29/01/2021 16:17:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:15              dut.10.240.183.67: flow list 0
29/01/2021 16:17:15              dut.10.240.183.67: 
29/01/2021 16:17:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4src passed
29/01/2021 16:17:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:15              dut.10.240.183.67: 
29/01/2021 16:17:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst================
29/01/2021 16:17:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:15              dut.10.240.183.67: flow list 0
29/01/2021 16:17:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:16              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3c6c75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c6c75b', '0xb')]
29/01/2021 16:17:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:17              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1fefb60f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1fefb60f', '0xf')]
29/01/2021 16:17:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:19              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x549bfc18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x549bfc18', '0x8')]
29/01/2021 16:17:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:17:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3c6c75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c6c75b', '0xb')]
29/01/2021 16:17:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:21              dut.10.240.183.67: flow list 0
29/01/2021 16:17:21              dut.10.240.183.67: 
29/01/2021 16:17:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst passed
29/01/2021 16:17:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:21              dut.10.240.183.67: 
29/01/2021 16:17:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4src================
29/01/2021 16:17:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:21              dut.10.240.183.67: flow list 0
29/01/2021 16:17:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:22              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc0c434e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0c434e6', '0x6')]
29/01/2021 16:17:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x2c2d67c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2c2d67c0', '0x0')]
29/01/2021 16:17:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:17:24              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3753f42f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3753f42f', '0xf')]
29/01/2021 16:17:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc0c434e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0c434e6', '0x6')]
29/01/2021 16:17:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:27              dut.10.240.183.67: flow list 0
29/01/2021 16:17:27              dut.10.240.183.67: 
29/01/2021 16:17:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4src passed
29/01/2021 16:17:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:27              dut.10.240.183.67: 
29/01/2021 16:17:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4dst================
29/01/2021 16:17:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:27              dut.10.240.183.67: flow list 0
29/01/2021 16:17:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:28              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x600ecf6c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x600ecf6c', '0xc')]
29/01/2021 16:17:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:29              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x8ce79c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ce79c4a', '0xa')]
29/01/2021 16:17:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:30              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3753f42f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3753f42f', '0xf')]
29/01/2021 16:17:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:17:31              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x600ecf6c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x600ecf6c', '0xc')]
29/01/2021 16:17:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:33              dut.10.240.183.67: flow list 0
29/01/2021 16:17:33              dut.10.240.183.67: 
29/01/2021 16:17:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4dst passed
29/01/2021 16:17:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:33              dut.10.240.183.67: 
29/01/2021 16:17:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4src================
29/01/2021 16:17:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:33              dut.10.240.183.67: flow list 0
29/01/2021 16:17:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:34              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xdb9f8e2b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb9f8e2b', '0xb')]
29/01/2021 16:17:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:17:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbc97c8d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbc97c8d', '0xd')]
29/01/2021 16:17:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:17:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xdb9f8e2b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb9f8e2b', '0xb')]
29/01/2021 16:17:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:37              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:37              dut.10.240.183.67: flow list 0
29/01/2021 16:17:37              dut.10.240.183.67: 
29/01/2021 16:17:37     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4src passed
29/01/2021 16:17:37              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:37              dut.10.240.183.67: 
29/01/2021 16:17:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4dst================
29/01/2021 16:17:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:17:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:38              dut.10.240.183.67: flow list 0
29/01/2021 16:17:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:39              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1c50dddc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c50dddc', '0xc')]
29/01/2021 16:17:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:40              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xcc062f7a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc062f7a', '0xa')]
29/01/2021 16:17:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:17:41              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1c50dddc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c50dddc', '0xc')]
29/01/2021 16:17:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:42              dut.10.240.183.67: flow list 0
29/01/2021 16:17:42              dut.10.240.183.67: 
29/01/2021 16:17:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4dst passed
29/01/2021 16:17:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:42              dut.10.240.183.67: 
29/01/2021 16:17:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_all================
29/01/2021 16:17:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:17:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:17:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:42              dut.10.240.183.67: flow list 0
29/01/2021 16:17:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5e8e5610 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e8e5610', '0x0')]
29/01/2021 16:17:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:17:45              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc4695b5f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4695b5f', '0xf')]
29/01/2021 16:17:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:17:46              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53c1586e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53c1586e', '0xe')]
29/01/2021 16:17:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:47              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5d45af74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5d45af74', '0x4')]
29/01/2021 16:17:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:48              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xb2670536 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb2670536', '0x6')]
29/01/2021 16:17:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:49              dut.10.240.183.67: flow list 0
29/01/2021 16:17:49              dut.10.240.183.67: 
29/01/2021 16:17:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_all passed
29/01/2021 16:17:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:49              dut.10.240.183.67: 
29/01/2021 16:17:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst================
29/01/2021 16:17:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:17:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:17:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:49              dut.10.240.183.67: flow list 0
29/01/2021 16:17:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:51              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1157504e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1157504e', '0xe')]
29/01/2021 16:17:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:52              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd7e211a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd7e211a', '0xa')]
29/01/2021 16:17:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:53              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1157504e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1157504e', '0xe')]
29/01/2021 16:17:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:54              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:54              dut.10.240.183.67: flow list 0
29/01/2021 16:17:54              dut.10.240.183.67: 
29/01/2021 16:17:54     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst passed
29/01/2021 16:17:54              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:54              dut.10.240.183.67: 
29/01/2021 16:17:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src================
29/01/2021 16:17:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:17:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:17:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:54              dut.10.240.183.67: flow list 0
29/01/2021 16:17:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:55              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x729f5879 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:17:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x729f5879', '0x9')]
29/01/2021 16:17:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:56              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x729f5879 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:17:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x729f5879', '0x9')]
29/01/2021 16:17:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:17:58              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x9e760b5f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:17:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:17:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9e760b5f', '0xf')]
29/01/2021 16:17:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:17:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:17:59              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:17:59              dut.10.240.183.67: flow list 0
29/01/2021 16:17:59              dut.10.240.183.67: 
29/01/2021 16:17:59     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src passed
29/01/2021 16:17:59              dut.10.240.183.67: flow flush 0
29/01/2021 16:17:59              dut.10.240.183.67: 
29/01/2021 16:17:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4src================
29/01/2021 16:17:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:17:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:59              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:17:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:17:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:17:59              dut.10.240.183.67: flow list 0
29/01/2021 16:17:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:17:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:17:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:00              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xa30c3cd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa30c3cd1', '0x1')]
29/01/2021 16:18:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:01              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbf254d85 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf254d85', '0x5')]
29/01/2021 16:18:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:18:02              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x549bfc18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x549bfc18', '0x8')]
29/01/2021 16:18:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xa30c3cd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa30c3cd1', '0x1')]
29/01/2021 16:18:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:05              dut.10.240.183.67: flow list 0
29/01/2021 16:18:05              dut.10.240.183.67: 
29/01/2021 16:18:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4src passed
29/01/2021 16:18:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:05              dut.10.240.183.67: 
29/01/2021 16:18:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst================
29/01/2021 16:18:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:05              dut.10.240.183.67: flow list 0
29/01/2021 16:18:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3c6c75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c6c75b', '0xb')]
29/01/2021 16:18:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:07              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1fefb60f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1fefb60f', '0xf')]
29/01/2021 16:18:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:08              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x549bfc18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x549bfc18', '0x8')]
29/01/2021 16:18:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:18:09              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3c6c75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c6c75b', '0xb')]
29/01/2021 16:18:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:11              dut.10.240.183.67: flow list 0
29/01/2021 16:18:11              dut.10.240.183.67: 
29/01/2021 16:18:11     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst passed
29/01/2021 16:18:11              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:11              dut.10.240.183.67: 
29/01/2021 16:18:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4src================
29/01/2021 16:18:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:18:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:18:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:11              dut.10.240.183.67: flow list 0
29/01/2021 16:18:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:12              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc0c434e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0c434e6', '0x6')]
29/01/2021 16:18:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x2c2d67c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2c2d67c0', '0x0')]
29/01/2021 16:18:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:18:14              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3753f42f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3753f42f', '0xf')]
29/01/2021 16:18:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:15              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc0c434e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0c434e6', '0x6')]
29/01/2021 16:18:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:16              dut.10.240.183.67: flow list 0
29/01/2021 16:18:16              dut.10.240.183.67: 
29/01/2021 16:18:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4src passed
29/01/2021 16:18:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:17              dut.10.240.183.67: 
29/01/2021 16:18:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4dst================
29/01/2021 16:18:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:17              dut.10.240.183.67: flow list 0
29/01/2021 16:18:17              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:18              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x600ecf6c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x600ecf6c', '0xc')]
29/01/2021 16:18:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:19              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x8ce79c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ce79c4a', '0xa')]
29/01/2021 16:18:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:20              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x3753f42f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3753f42f', '0xf')]
29/01/2021 16:18:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:18:21              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x600ecf6c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x600ecf6c', '0xc')]
29/01/2021 16:18:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:22              dut.10.240.183.67: flow list 0
29/01/2021 16:18:22              dut.10.240.183.67: 
29/01/2021 16:18:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4dst passed
29/01/2021 16:18:22              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:22              dut.10.240.183.67: 
29/01/2021 16:18:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4src================
29/01/2021 16:18:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:18:23              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:23              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:18:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:23              dut.10.240.183.67: flow list 0
29/01/2021 16:18:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:24              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xdb9f8e2b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb9f8e2b', '0xb')]
29/01/2021 16:18:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:18:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbc97c8d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbc97c8d', '0xd')]
29/01/2021 16:18:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:18:26              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xdb9f8e2b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb9f8e2b', '0xb')]
29/01/2021 16:18:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:27              dut.10.240.183.67: flow list 0
29/01/2021 16:18:27              dut.10.240.183.67: 
29/01/2021 16:18:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4src passed
29/01/2021 16:18:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:27              dut.10.240.183.67: 
29/01/2021 16:18:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4dst================
29/01/2021 16:18:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:18:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:27              dut.10.240.183.67: flow list 0
29/01/2021 16:18:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:29              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1c50dddc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c50dddc', '0xc')]
29/01/2021 16:18:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:30              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xcc062f7a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc062f7a', '0xa')]
29/01/2021 16:18:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:18:31              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x1c50dddc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c50dddc', '0xc')]
29/01/2021 16:18:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:32              dut.10.240.183.67: flow list 0
29/01/2021 16:18:32              dut.10.240.183.67: 
29/01/2021 16:18:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4dst passed
29/01/2021 16:18:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:32              dut.10.240.183.67: 
29/01/2021 16:18:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_all================
29/01/2021 16:18:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:18:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:18:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:32              dut.10.240.183.67: flow list 0
29/01/2021 16:18:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5e8e5610 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e8e5610', '0x0')]
29/01/2021 16:18:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:18:34              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xc4695b5f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4695b5f', '0xf')]
29/01/2021 16:18:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:18:36              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53c1586e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53c1586e', '0xe')]
29/01/2021 16:18:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5d45af74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5d45af74', '0x4')]
29/01/2021 16:18:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:18:38              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xb2670536 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:18:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb2670536', '0x6')]
29/01/2021 16:18:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:18:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:18:39              dut.10.240.183.67: flow list 0
29/01/2021 16:18:39              dut.10.240.183.67: 
29/01/2021 16:18:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_all passed
29/01/2021 16:18:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:39              dut.10.240.183.67: 
29/01/2021 16:18:39     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_tcp_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_all': 'passed'}
29/01/2021 16:18:39     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:18:39     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp Result PASSED:
29/01/2021 16:18:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:18:40              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:18:40              dut.10.240.183.67: clear port stats all
29/01/2021 16:18:41              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:18:41              dut.10.240.183.67: stop
29/01/2021 16:18:41              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:18:41     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_symmetric Begin
29/01/2021 16:18:42              dut.10.240.183.67: 
29/01/2021 16:18:42                         tester: 
29/01/2021 16:18:42              dut.10.240.183.67: start
29/01/2021 16:18:42              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:18:42              dut.10.240.183.67: quit
29/01/2021 16:18:43              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:18:43              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:18:44              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:18:54              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:18:54              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:18:54              dut.10.240.183.67: set verbose 1
29/01/2021 16:18:54              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:18:54              dut.10.240.183.67: show port info all
29/01/2021 16:18:55              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:18:55              dut.10.240.183.67: start
29/01/2021 16:18:55              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:18:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_tcp_symmetric================
29/01/2021 16:18:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:18:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:18:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:18:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:18:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:18:55              dut.10.240.183.67: flow list 0
29/01/2021 16:18:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:18:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:18:56              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:18:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:18:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:18:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:18:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:18:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:18:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:18:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:18:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:18:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:18:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:18:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:18:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:00              dut.10.240.183.67: flow list 0
29/01/2021 16:19:00              dut.10.240.183.67: 
29/01/2021 16:19:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbb315b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:02     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb315b50', '0x0')]
29/01/2021 16:19:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:03              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x558d9277 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:03     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x558d9277', '0x7')]
29/01/2021 16:19:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:04              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x558d9277 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x558d9277', '0x7')]
29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_tcp_symmetric passed
29/01/2021 16:19:04              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:04              dut.10.240.183.67: 
29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_tcp_symmetric================
29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:19:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:19:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:04              dut.10.240.183.67: flow list 0
29/01/2021 16:19:04              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:19:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:19:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:19:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x7cd48b74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7cd48b74', '0x4')]
29/01/2021 16:19:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:10              dut.10.240.183.67: flow list 0
29/01/2021 16:19:10              dut.10.240.183.67: 
29/01/2021 16:19:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:11              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbb315b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:11     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb315b50', '0x0')]
29/01/2021 16:19:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:12              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x558d9277 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:12     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x558d9277', '0x7')]
29/01/2021 16:19:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:19:13              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x558d9277 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x558d9277', '0x7')]
29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_tcp_symmetric passed
29/01/2021 16:19:13              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:13              dut.10.240.183.67: 
29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_tcp_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_tcp_symmetric': 'passed'}
29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:19:13     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_symmetric Result PASSED:
29/01/2021 16:19:13              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:14              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:19:14              dut.10.240.183.67: clear port stats all
29/01/2021 16:19:15              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:19:15              dut.10.240.183.67: stop
29/01/2021 16:19:15              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:19:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl Begin
29/01/2021 16:19:16              dut.10.240.183.67: 
29/01/2021 16:19:16                         tester: 
29/01/2021 16:19:16              dut.10.240.183.67: start
29/01/2021 16:19:16              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:19:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src================
29/01/2021 16:19:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:19:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:19:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:16              dut.10.240.183.67: flow list 0
29/01/2021 16:19:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:17              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x72cd1e8a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x72cd1e8a', '0xa')]
29/01/2021 16:19:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:18              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x72cd1e8a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x72cd1e8a', '0xa')]
29/01/2021 16:19:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x2f77189d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f77189d', '0xd')]
29/01/2021 16:19:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x2f77189d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f77189d', '0xd')]
29/01/2021 16:19:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:19:21              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x72cd1e8a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x72cd1e8a', '0xa')]
29/01/2021 16:19:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:19:23              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x72cd1e8a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x72cd1e8a', '0xa')]
29/01/2021 16:19:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:24              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:24              dut.10.240.183.67: flow list 0
29/01/2021 16:19:24              dut.10.240.183.67: 
29/01/2021 16:19:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src passed
29/01/2021 16:19:24              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:24              dut.10.240.183.67: 
29/01/2021 16:19:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst================
29/01/2021 16:19:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:19:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:19:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:24              dut.10.240.183.67: flow list 0
29/01/2021 16:19:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbbea35a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbea35a8', '0x8')]
29/01/2021 16:19:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:26              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbbea35a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbea35a8', '0x8')]
29/01/2021 16:19:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xb50ce2d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb50ce2d', '0xd')]
29/01/2021 16:19:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xb50ce2d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb50ce2d', '0xd')]
29/01/2021 16:19:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:19:30              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbbea35a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbea35a8', '0x8')]
29/01/2021 16:19:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:19:31              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xbbea35a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbbea35a8', '0x8')]
29/01/2021 16:19:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:32              dut.10.240.183.67: flow list 0
29/01/2021 16:19:32              dut.10.240.183.67: 
29/01/2021 16:19:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst passed
29/01/2021 16:19:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:32              dut.10.240.183.67: 
29/01/2021 16:19:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst================
29/01/2021 16:19:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:19:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:19:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:32              dut.10.240.183.67: flow list 0
29/01/2021 16:19:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:33              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xce28230b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce28230b', '0xb')]
29/01/2021 16:19:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:19:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x18353481 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18353481', '0x1')]
29/01/2021 16:19:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:35              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x9392251c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9392251c', '0xc')]
29/01/2021 16:19:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:37              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xce28230b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce28230b', '0xb')]
29/01/2021 16:19:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:38              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xce28230b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xce28230b', '0xb')]
29/01/2021 16:19:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:39              dut.10.240.183.67: flow list 0
29/01/2021 16:19:39              dut.10.240.183.67: 
29/01/2021 16:19:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst passed
29/01/2021 16:19:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:39              dut.10.240.183.67: 
29/01/2021 16:19:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src================
29/01/2021 16:19:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:19:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:19:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:39              dut.10.240.183.67: flow list 0
29/01/2021 16:19:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x64c395e3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64c395e3', '0x3')]
29/01/2021 16:19:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:41              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x60f45146 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60f45146', '0x6')]
29/01/2021 16:19:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd4796e66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4796e66', '0x6')]
29/01/2021 16:19:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:19:44              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x64c395e3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64c395e3', '0x3')]
29/01/2021 16:19:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:19:45              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x64c395e3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64c395e3', '0x3')]
29/01/2021 16:19:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:46              dut.10.240.183.67: flow list 0
29/01/2021 16:19:46              dut.10.240.183.67: 
29/01/2021 16:19:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src passed
29/01/2021 16:19:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:46              dut.10.240.183.67: 
29/01/2021 16:19:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src================
29/01/2021 16:19:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:19:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:46              dut.10.240.183.67: flow list 0
29/01/2021 16:19:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:47              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xade4bec1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xade4bec1', '0x1')]
29/01/2021 16:19:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xa9d37a64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9d37a64', '0x4')]
29/01/2021 16:19:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:49              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf05eb8d6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf05eb8d6', '0x6')]
29/01/2021 16:19:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:19:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xade4bec1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xade4bec1', '0x1')]
29/01/2021 16:19:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:19:52              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xade4bec1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xade4bec1', '0x1')]
29/01/2021 16:19:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:19:53              dut.10.240.183.67: flow list 0
29/01/2021 16:19:53              dut.10.240.183.67: 
29/01/2021 16:19:53     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src passed
29/01/2021 16:19:53              dut.10.240.183.67: flow flush 0
29/01/2021 16:19:53              dut.10.240.183.67: 
29/01/2021 16:19:53     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst================
29/01/2021 16:19:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:19:53              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:19:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:19:53              dut.10.240.183.67: flow list 0
29/01/2021 16:19:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:19:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:54              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x70f0829 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:19:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70f0829', '0x9')]
29/01/2021 16:19:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:19:55              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xd1121fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd1121fa3', '0x3')]
29/01/2021 16:19:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:19:56              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xb7b5f3ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:19:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb7b5f3ac', '0xc')]
29/01/2021 16:19:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:58              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x70f0829 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70f0829', '0x9')]
29/01/2021 16:19:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:19:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:19:59              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x70f0829 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:19:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:19:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70f0829', '0x9')]
29/01/2021 16:19:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:00              dut.10.240.183.67: flow list 0
29/01/2021 16:20:00              dut.10.240.183.67: 
29/01/2021 16:20:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst passed
29/01/2021 16:20:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:00              dut.10.240.183.67: 
29/01/2021 16:20:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only================
29/01/2021 16:20:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:20:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:20:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:20:00              dut.10.240.183.67: flow list 0
29/01/2021 16:20:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:20:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:01              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf8b12f63 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:20:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8b12f63', '0x3')]
29/01/2021 16:20:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:20:02              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x853abfe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x853abfe', '0xe')]
29/01/2021 16:20:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:20:03              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf8b12f63 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8b12f63', '0x3')]
29/01/2021 16:20:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:20:05              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf8b12f63 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8b12f63', '0x3')]
29/01/2021 16:20:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:06              dut.10.240.183.67: flow list 0
29/01/2021 16:20:06              dut.10.240.183.67: 
29/01/2021 16:20:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only passed
29/01/2021 16:20:06              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:06              dut.10.240.183.67: 
29/01/2021 16:20:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only================
29/01/2021 16:20:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:20:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:20:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:20:06              dut.10.240.183.67: flow list 0
29/01/2021 16:20:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:20:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe5936991 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:20:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5936991', '0x1')]
29/01/2021 16:20:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:20:08              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x86c28887 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86c28887', '0x7')]
29/01/2021 16:20:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:20:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe5936991 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5936991', '0x1')]
29/01/2021 16:20:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:20:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe5936991 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5936991', '0x1')]
29/01/2021 16:20:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:12              dut.10.240.183.67: flow list 0
29/01/2021 16:20:12              dut.10.240.183.67: 
29/01/2021 16:20:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only passed
29/01/2021 16:20:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:12              dut.10.240.183.67: 
29/01/2021 16:20:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp================
29/01/2021 16:20:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:20:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:20:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:20:12              dut.10.240.183.67: flow list 0
29/01/2021 16:20:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:20:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:13              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xaf386ad9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:20:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf386ad9', '0x9')]
29/01/2021 16:20:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:20:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x8f26ca91 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f26ca91', '0x1')]
29/01/2021 16:20:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:20:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf700a25 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf700a25', '0x5')]
29/01/2021 16:20:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:16              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x8bfc0099 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bfc0099', '0x9')]
29/01/2021 16:20:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xf2826cce - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2826cce', '0xe')]
29/01/2021 16:20:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:19              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xaf386ad9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf386ad9', '0x9')]
29/01/2021 16:20:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:20:19              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:20              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:20              dut.10.240.183.67: flow list 0
29/01/2021 16:20:20              dut.10.240.183.67: 
29/01/2021 16:20:20     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp passed
29/01/2021 16:20:20              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:20              dut.10.240.183.67: 
29/01/2021 16:20:20     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3================
29/01/2021 16:20:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:20:20              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:20:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:20:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:20:20              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:20:20              dut.10.240.183.67: flow list 0
29/01/2021 16:20:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:20:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:21              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53df76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:20:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53df76f', '0xf')]
29/01/2021 16:20:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:22              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53df76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53df76f', '0xf')]
29/01/2021 16:20:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:23              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x21f99d2f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21f99d2f', '0xf')]
29/01/2021 16:20:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:24              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5887f178 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5887f178', '0x8')]
29/01/2021 16:20:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:26              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x21f99d2f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21f99d2f', '0xf')]
29/01/2021 16:20:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:27              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x5887f178 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:20:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5887f178', '0x8')]
29/01/2021 16:20:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:20:28              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53df76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53df76f', '0xf')]
29/01/2021 16:20:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:20:29              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x53df76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53df76f', '0xf')]
29/01/2021 16:20:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:20:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:30              dut.10.240.183.67: flow list 0
29/01/2021 16:20:30              dut.10.240.183.67: 
29/01/2021 16:20:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3 passed
29/01/2021 16:20:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:30              dut.10.240.183.67: 
29/01/2021 16:20:30     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_tcp_l3': 'passed'}
29/01/2021 16:20:30     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:20:30     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl Result PASSED:
29/01/2021 16:20:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:20:31              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:20:31              dut.10.240.183.67: clear port stats all
29/01/2021 16:20:32              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:20:32              dut.10.240.183.67: stop
29/01/2021 16:20:33              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:20:33     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric Begin
29/01/2021 16:20:33              dut.10.240.183.67: 
29/01/2021 16:20:33                         tester: 
29/01/2021 16:20:33              dut.10.240.183.67: start
29/01/2021 16:20:33              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:20:33              dut.10.240.183.67: quit
29/01/2021 16:20:34              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:20:34              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:20:35              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:20:45              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:20:46              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:20:46              dut.10.240.183.67: set verbose 1
29/01/2021 16:20:46              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:20:46              dut.10.240.183.67: show port info all
29/01/2021 16:20:46              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:20:46              dut.10.240.183.67: start
29/01/2021 16:20:46              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:20:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric================
29/01/2021 16:20:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:20:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:20:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:20:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:20:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:20:46              dut.10.240.183.67: flow list 0
29/01/2021 16:20:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:20:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:47              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:47     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:20:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:48              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:49              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:50              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:51     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:20:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:53              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:54              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:55              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0x49b39c51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:20:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49b39c51', '0x1')]
29/01/2021 16:20:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:20:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:20:56              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:20:56              dut.10.240.183.67: flow list 0
29/01/2021 16:20:56              dut.10.240.183.67: 
29/01/2021 16:20:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:57     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:20:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:20:57     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:20:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:20:58              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:58     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:20:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:20:58     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:20:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:20:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:20:59     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:20:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:20:59     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:20:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:20:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:21:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:00     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:21:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:21:00     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:21:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:21:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:01     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:21:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:21:01     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:21:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:21:03              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=602 - nb_segs=1 - RSS hash=0xe2dd794b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe2dd794b', '0xb')]
29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric passed
29/01/2021 16:21:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:03              dut.10.240.183.67: 
29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:21:03     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:21:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:04              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:21:04              dut.10.240.183.67: clear port stats all
29/01/2021 16:21:05              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:21:05              dut.10.240.183.67: stop
29/01/2021 16:21:05              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:21:05     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp Begin
29/01/2021 16:21:05              dut.10.240.183.67: 
29/01/2021 16:21:05                         tester: 
29/01/2021 16:21:05              dut.10.240.183.67: start
29/01/2021 16:21:05              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:21:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst================
29/01/2021 16:21:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:21:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:21:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:05              dut.10.240.183.67: flow list 0
29/01/2021 16:21:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92af1ec4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92af1ec4', '0x4')]
29/01/2021 16:21:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00cb79c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00cb79c', '0xc')]
29/01/2021 16:21:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92af1ec4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92af1ec4', '0x4')]
29/01/2021 16:21:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:10              dut.10.240.183.67: flow list 0
29/01/2021 16:21:10              dut.10.240.183.67: 
29/01/2021 16:21:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst passed
29/01/2021 16:21:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:10              dut.10.240.183.67: 
29/01/2021 16:21:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src================
29/01/2021 16:21:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:21:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:21:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:10              dut.10.240.183.67: flow list 0
29/01/2021 16:21:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:11              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb17040e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb17040e6', '0x6')]
29/01/2021 16:21:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:13              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb17040e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb17040e6', '0x6')]
29/01/2021 16:21:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:14              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x6690aad0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6690aad0', '0x0')]
29/01/2021 16:21:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:15              dut.10.240.183.67: flow list 0
29/01/2021 16:21:15              dut.10.240.183.67: 
29/01/2021 16:21:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src passed
29/01/2021 16:21:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:15              dut.10.240.183.67: 
29/01/2021 16:21:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4src================
29/01/2021 16:21:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:15              dut.10.240.183.67: flow list 0
29/01/2021 16:21:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:16              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x814a3b99 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x814a3b99', '0x9')]
29/01/2021 16:21:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb3e992c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3e992c1', '0x1')]
29/01/2021 16:21:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:21:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x8bc190f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bc190f4', '0x4')]
29/01/2021 16:21:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:20              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x814a3b99 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x814a3b99', '0x9')]
29/01/2021 16:21:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:21              dut.10.240.183.67: flow list 0
29/01/2021 16:21:21              dut.10.240.183.67: 
29/01/2021 16:21:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4src passed
29/01/2021 16:21:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:21              dut.10.240.183.67: 
29/01/2021 16:21:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4dst================
29/01/2021 16:21:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:21              dut.10.240.183.67: flow list 0
29/01/2021 16:21:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:22              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xca7d0c15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xca7d0c15', '0x5')]
29/01/2021 16:21:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:23              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf8dea54d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8dea54d', '0xd')]
29/01/2021 16:21:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:24              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x8bc190f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bc190f4', '0x4')]
29/01/2021 16:21:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:21:25              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xca7d0c15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xca7d0c15', '0x5')]
29/01/2021 16:21:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:27              dut.10.240.183.67: flow list 0
29/01/2021 16:21:27              dut.10.240.183.67: 
29/01/2021 16:21:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4dst passed
29/01/2021 16:21:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:27              dut.10.240.183.67: 
29/01/2021 16:21:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4src================
29/01/2021 16:21:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:27              dut.10.240.183.67: flow list 0
29/01/2021 16:21:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:28              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa29565bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa29565bb', '0xb')]
29/01/2021 16:21:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:29              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x75758f8d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x75758f8d', '0xd')]
29/01/2021 16:21:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:21:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa81eced6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa81eced6', '0x6')]
29/01/2021 16:21:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:31              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa29565bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa29565bb', '0xb')]
29/01/2021 16:21:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:33              dut.10.240.183.67: flow list 0
29/01/2021 16:21:33              dut.10.240.183.67: 
29/01/2021 16:21:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4src passed
29/01/2021 16:21:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:33              dut.10.240.183.67: 
29/01/2021 16:21:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4dst================
29/01/2021 16:21:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:33              dut.10.240.183.67: flow list 0
29/01/2021 16:21:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:34              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe9a25237 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9a25237', '0x7')]
29/01/2021 16:21:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:35              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3e42b801 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e42b801', '0x1')]
29/01/2021 16:21:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa81eced6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa81eced6', '0x6')]
29/01/2021 16:21:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:21:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe9a25237 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9a25237', '0x7')]
29/01/2021 16:21:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:38              dut.10.240.183.67: flow list 0
29/01/2021 16:21:38              dut.10.240.183.67: 
29/01/2021 16:21:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4dst passed
29/01/2021 16:21:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:39              dut.10.240.183.67: 
29/01/2021 16:21:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src================
29/01/2021 16:21:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:21:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:39              dut.10.240.183.67: flow list 0
29/01/2021 16:21:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x56611143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56611143', '0x3')]
29/01/2021 16:21:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:21:41              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x45a5051c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x45a5051c', '0xc')]
29/01/2021 16:21:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:21:42              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x56611143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56611143', '0x3')]
29/01/2021 16:21:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:43              dut.10.240.183.67: flow list 0
29/01/2021 16:21:43              dut.10.240.183.67: 
29/01/2021 16:21:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src passed
29/01/2021 16:21:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:43              dut.10.240.183.67: 
29/01/2021 16:21:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst================
29/01/2021 16:21:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:21:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:43              dut.10.240.183.67: flow list 0
29/01/2021 16:21:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:45              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4fa803c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fa803c7', '0x7')]
29/01/2021 16:21:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:46              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5c6c1798 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5c6c1798', '0x8')]
29/01/2021 16:21:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:21:47              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4fa803c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fa803c7', '0x7')]
29/01/2021 16:21:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:48              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:48              dut.10.240.183.67: flow list 0
29/01/2021 16:21:48              dut.10.240.183.67: 
29/01/2021 16:21:48     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst passed
29/01/2021 16:21:48              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:48              dut.10.240.183.67: 
29/01/2021 16:21:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_all================
29/01/2021 16:21:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:21:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:21:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:48              dut.10.240.183.67: flow list 0
29/01/2021 16:21:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:49              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3495ee28 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3495ee28', '0x8')]
29/01/2021 16:21:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:21:51              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x6e49b0a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e49b0a', '0xa')]
29/01/2021 16:21:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:21:52              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x41b7dbda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x41b7dbda', '0xa')]
29/01/2021 16:21:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:53              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb4dd4689 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4dd4689', '0x9')]
29/01/2021 16:21:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:54              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe375041e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe375041e', '0xe')]
29/01/2021 16:21:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:21:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:21:55              dut.10.240.183.67: flow list 0
29/01/2021 16:21:55              dut.10.240.183.67: 
29/01/2021 16:21:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_all passed
29/01/2021 16:21:55              dut.10.240.183.67: flow flush 0
29/01/2021 16:21:55              dut.10.240.183.67: 
29/01/2021 16:21:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst================
29/01/2021 16:21:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:21:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:21:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:21:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:21:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:21:55              dut.10.240.183.67: flow list 0
29/01/2021 16:21:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:21:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:56              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92af1ec4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:21:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92af1ec4', '0x4')]
29/01/2021 16:21:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:57              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00cb79c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:21:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00cb79c', '0xc')]
29/01/2021 16:21:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:21:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:21:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92af1ec4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:21:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:21:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92af1ec4', '0x4')]
29/01/2021 16:21:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:21:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:00              dut.10.240.183.67: flow list 0
29/01/2021 16:22:00              dut.10.240.183.67: 
29/01/2021 16:22:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst passed
29/01/2021 16:22:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:00              dut.10.240.183.67: 
29/01/2021 16:22:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src================
29/01/2021 16:22:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:22:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:22:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:00              dut.10.240.183.67: flow list 0
29/01/2021 16:22:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:01              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb17040e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb17040e6', '0x6')]
29/01/2021 16:22:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:02              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb17040e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb17040e6', '0x6')]
29/01/2021 16:22:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:03              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x6690aad0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6690aad0', '0x0')]
29/01/2021 16:22:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:05              dut.10.240.183.67: flow list 0
29/01/2021 16:22:05              dut.10.240.183.67: 
29/01/2021 16:22:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src passed
29/01/2021 16:22:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:05              dut.10.240.183.67: 
29/01/2021 16:22:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4src================
29/01/2021 16:22:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:05              dut.10.240.183.67: flow list 0
29/01/2021 16:22:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x814a3b99 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x814a3b99', '0x9')]
29/01/2021 16:22:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb3e992c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3e992c1', '0x1')]
29/01/2021 16:22:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:22:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x8bc190f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bc190f4', '0x4')]
29/01/2021 16:22:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x814a3b99 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x814a3b99', '0x9')]
29/01/2021 16:22:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:10              dut.10.240.183.67: flow list 0
29/01/2021 16:22:10              dut.10.240.183.67: 
29/01/2021 16:22:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4src passed
29/01/2021 16:22:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:11              dut.10.240.183.67: 
29/01/2021 16:22:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4dst================
29/01/2021 16:22:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:11              dut.10.240.183.67: flow list 0
29/01/2021 16:22:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:12              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xca7d0c15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xca7d0c15', '0x5')]
29/01/2021 16:22:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:13              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf8dea54d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8dea54d', '0xd')]
29/01/2021 16:22:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x8bc190f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bc190f4', '0x4')]
29/01/2021 16:22:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:22:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xca7d0c15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xca7d0c15', '0x5')]
29/01/2021 16:22:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:16              dut.10.240.183.67: flow list 0
29/01/2021 16:22:16              dut.10.240.183.67: 
29/01/2021 16:22:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4dst passed
29/01/2021 16:22:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:16              dut.10.240.183.67: 
29/01/2021 16:22:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4src================
29/01/2021 16:22:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:17              dut.10.240.183.67: flow list 0
29/01/2021 16:22:17              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa29565bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa29565bb', '0xb')]
29/01/2021 16:22:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x75758f8d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x75758f8d', '0xd')]
29/01/2021 16:22:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:22:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa81eced6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa81eced6', '0x6')]
29/01/2021 16:22:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:21              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa29565bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa29565bb', '0xb')]
29/01/2021 16:22:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:22              dut.10.240.183.67: flow list 0
29/01/2021 16:22:22              dut.10.240.183.67: 
29/01/2021 16:22:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4src passed
29/01/2021 16:22:22              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:22              dut.10.240.183.67: 
29/01/2021 16:22:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4dst================
29/01/2021 16:22:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:22              dut.10.240.183.67: flow list 0
29/01/2021 16:22:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:24              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe9a25237 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9a25237', '0x7')]
29/01/2021 16:22:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:25              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3e42b801 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e42b801', '0x1')]
29/01/2021 16:22:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa81eced6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa81eced6', '0x6')]
29/01/2021 16:22:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:22:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe9a25237 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe9a25237', '0x7')]
29/01/2021 16:22:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:28              dut.10.240.183.67: flow list 0
29/01/2021 16:22:28              dut.10.240.183.67: 
29/01/2021 16:22:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4dst passed
29/01/2021 16:22:28              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:28              dut.10.240.183.67: 
29/01/2021 16:22:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l4src================
29/01/2021 16:22:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:22:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:28              dut.10.240.183.67: flow list 0
29/01/2021 16:22:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:30              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x56611143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56611143', '0x3')]
29/01/2021 16:22:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:22:31              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x45a5051c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x45a5051c', '0xc')]
29/01/2021 16:22:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:22:32              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x56611143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56611143', '0x3')]
29/01/2021 16:22:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:33              dut.10.240.183.67: flow list 0
29/01/2021 16:22:33              dut.10.240.183.67: 
29/01/2021 16:22:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l4src passed
29/01/2021 16:22:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:33              dut.10.240.183.67: 
29/01/2021 16:22:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_l4dst================
29/01/2021 16:22:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:22:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:33              dut.10.240.183.67: flow list 0
29/01/2021 16:22:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:34              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4fa803c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fa803c7', '0x7')]
29/01/2021 16:22:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:35              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5c6c1798 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5c6c1798', '0x8')]
29/01/2021 16:22:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:22:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4fa803c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:22:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4fa803c7', '0x7')]
29/01/2021 16:22:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:38              dut.10.240.183.67: flow list 0
29/01/2021 16:22:38              dut.10.240.183.67: 
29/01/2021 16:22:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_l4dst passed
29/01/2021 16:22:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:38              dut.10.240.183.67: 
29/01/2021 16:22:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_all================
29/01/2021 16:22:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:22:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:22:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:22:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:22:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:22:38              dut.10.240.183.67: flow list 0
29/01/2021 16:22:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:22:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:39              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3495ee28 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:22:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3495ee28', '0x8')]
29/01/2021 16:22:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:22:40              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x6e49b0a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e49b0a', '0xa')]
29/01/2021 16:22:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:22:41              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x41b7dbda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x41b7dbda', '0xa')]
29/01/2021 16:22:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb4dd4689 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4dd4689', '0x9')]
29/01/2021 16:22:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:22:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:22:44              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe375041e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:22:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:22:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe375041e', '0xe')]
29/01/2021 16:22:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:22:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:22:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:22:45              dut.10.240.183.67: flow list 0
29/01/2021 16:22:45              dut.10.240.183.67: 
29/01/2021 16:22:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_all passed
29/01/2021 16:22:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:45              dut.10.240.183.67: 
29/01/2021 16:22:45     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l4src': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_dl_ipv6_udp_all': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l4src': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_l4dst': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_all': 'passed'}
29/01/2021 16:22:45     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:22:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp Result PASSED:
29/01/2021 16:22:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:22:46              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:22:46              dut.10.240.183.67: clear port stats all
29/01/2021 16:22:47              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:22:47              dut.10.240.183.67: stop
29/01/2021 16:22:47              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:22:47     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_symmetric Begin
29/01/2021 16:22:47              dut.10.240.183.67: 
29/01/2021 16:22:47                         tester: 
29/01/2021 16:22:47              dut.10.240.183.67: start
29/01/2021 16:22:47              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:22:47              dut.10.240.183.67: quit
29/01/2021 16:22:49              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:22:49              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:22:50              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:23:00              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:23:00              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:23:00              dut.10.240.183.67: set verbose 1
29/01/2021 16:23:00              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:23:00              dut.10.240.183.67: show port info all
29/01/2021 16:23:00              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:23:00              dut.10.240.183.67: start
29/01/2021 16:23:00              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:23:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_dl_ipv6_udp_symmetric================
29/01/2021 16:23:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:23:01              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:23:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:01              dut.10.240.183.67: flow list 0
29/01/2021 16:23:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:02              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:03              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:04              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:05              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:06              dut.10.240.183.67: flow list 0
29/01/2021 16:23:06              dut.10.240.183.67: 
29/01/2021 16:23:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x11104148 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:07     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11104148', '0x8')]
29/01/2021 16:23:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:08              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3c0ba75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:08     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c0ba75b', '0xb')]
29/01/2021 16:23:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:10              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3c0ba75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c0ba75b', '0xb')]
29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_dl_ipv6_udp_symmetric passed
29/01/2021 16:23:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:10              dut.10.240.183.67: 
29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ul_ipv6_udp_symmetric================
29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:23:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:23:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:10              dut.10.240.183.67: flow list 0
29/01/2021 16:23:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:12              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:13              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:14              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb0c8ae7e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb0c8ae7e', '0xe')]
29/01/2021 16:23:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:15              dut.10.240.183.67: flow list 0
29/01/2021 16:23:15              dut.10.240.183.67: 
29/01/2021 16:23:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:17              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x11104148 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:17     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11104148', '0x8')]
29/01/2021 16:23:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3c0ba75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:18     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c0ba75b', '0xb')]
29/01/2021 16:23:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:23:19              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3c0ba75b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c0ba75b', '0xb')]
29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ul_ipv6_udp_symmetric passed
29/01/2021 16:23:19              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:19              dut.10.240.183.67: 
29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_dl_ipv6_udp_symmetric': 'passed', 'mac_ipv4_gtpu_eh_ul_ipv6_udp_symmetric': 'passed'}
29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:23:19     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_symmetric Result PASSED:
29/01/2021 16:23:19              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:20              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:23:20              dut.10.240.183.67: clear port stats all
29/01/2021 16:23:21              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:23:21              dut.10.240.183.67: stop
29/01/2021 16:23:21              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:23:21     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl Begin
29/01/2021 16:23:21              dut.10.240.183.67: 
29/01/2021 16:23:21                         tester: 
29/01/2021 16:23:21              dut.10.240.183.67: start
29/01/2021 16:23:22              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:23:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src================
29/01/2021 16:23:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:23:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:23:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:22              dut.10.240.183.67: flow list 0
29/01/2021 16:23:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:23              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00de663 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00de663', '0x3')]
29/01/2021 16:23:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:24              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00de663 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00de663', '0x3')]
29/01/2021 16:23:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:25              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd0f2b2f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd0f2b2f', '0xf')]
29/01/2021 16:23:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:26              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd0f2b2f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd0f2b2f', '0xf')]
29/01/2021 16:23:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:23:27              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00de663 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00de663', '0x3')]
29/01/2021 16:23:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:23:28              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa00de663 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa00de663', '0x3')]
29/01/2021 16:23:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:29              dut.10.240.183.67: flow list 0
29/01/2021 16:23:30              dut.10.240.183.67: 
29/01/2021 16:23:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src passed
29/01/2021 16:23:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:30              dut.10.240.183.67: 
29/01/2021 16:23:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst================
29/01/2021 16:23:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:23:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:23:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:30              dut.10.240.183.67: flow list 0
29/01/2021 16:23:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:31              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x461ea71b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461ea71b', '0xb')]
29/01/2021 16:23:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:32              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x461ea71b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461ea71b', '0xb')]
29/01/2021 16:23:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7f8c94a2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7f8c94a2', '0x2')]
29/01/2021 16:23:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7f8c94a2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7f8c94a2', '0x2')]
29/01/2021 16:23:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:23:35              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x461ea71b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461ea71b', '0xb')]
29/01/2021 16:23:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:23:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x461ea71b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461ea71b', '0xb')]
29/01/2021 16:23:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:38              dut.10.240.183.67: flow list 0
29/01/2021 16:23:38              dut.10.240.183.67: 
29/01/2021 16:23:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst passed
29/01/2021 16:23:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:38              dut.10.240.183.67: 
29/01/2021 16:23:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst================
29/01/2021 16:23:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:23:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:23:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:38              dut.10.240.183.67: flow list 0
29/01/2021 16:23:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:39              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfd3da2d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd3da2d1', '0x1')]
29/01/2021 16:23:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:23:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc30ca0a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc30ca0a3', '0x3')]
29/01/2021 16:23:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x803f6f9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x803f6f9d', '0xd')]
29/01/2021 16:23:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:23:42              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfd3da2d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd3da2d1', '0x1')]
29/01/2021 16:23:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:23:43              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfd3da2d1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfd3da2d1', '0x1')]
29/01/2021 16:23:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:45              dut.10.240.183.67: flow list 0
29/01/2021 16:23:45              dut.10.240.183.67: 
29/01/2021 16:23:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst passed
29/01/2021 16:23:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:45              dut.10.240.183.67: 
29/01/2021 16:23:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src================
29/01/2021 16:23:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:23:45              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:23:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:45              dut.10.240.183.67: flow list 0
29/01/2021 16:23:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:46              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3f680013 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f680013', '0x3')]
29/01/2021 16:23:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:23:47              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x373c9006 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x373c9006', '0x6')]
29/01/2021 16:23:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:48              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x6fa33aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6fa33aa', '0xa')]
29/01/2021 16:23:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:23:49              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3f680013 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f680013', '0x3')]
29/01/2021 16:23:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:23:50              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x3f680013 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f680013', '0x3')]
29/01/2021 16:23:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:52              dut.10.240.183.67: flow list 0
29/01/2021 16:23:52              dut.10.240.183.67: 
29/01/2021 16:23:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src passed
29/01/2021 16:23:52              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:52              dut.10.240.183.67: 
29/01/2021 16:23:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src================
29/01/2021 16:23:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:23:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:23:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:52              dut.10.240.183.67: flow list 0
29/01/2021 16:23:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:53              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd97b416b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:23:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd97b416b', '0xb')]
29/01/2021 16:23:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:23:54              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd12fd17e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd12fd17e', '0xe')]
29/01/2021 16:23:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:23:55              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa4798c27 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:23:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4798c27', '0x7')]
29/01/2021 16:23:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:23:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd97b416b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd97b416b', '0xb')]
29/01/2021 16:23:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:23:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd97b416b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:23:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:23:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd97b416b', '0xb')]
29/01/2021 16:23:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:23:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:23:59              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:23:59              dut.10.240.183.67: flow list 0
29/01/2021 16:23:59              dut.10.240.183.67: 
29/01/2021 16:23:59     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src passed
29/01/2021 16:23:59              dut.10.240.183.67: flow flush 0
29/01/2021 16:23:59              dut.10.240.183.67: 
29/01/2021 16:23:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst================
29/01/2021 16:23:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:23:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:23:59              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:23:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:23:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:23:59              dut.10.240.183.67: flow list 0
29/01/2021 16:23:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:23:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:23:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:00              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1b2ee3a9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:24:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1b2ee3a9', '0x9')]
29/01/2021 16:24:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:24:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x251fe1db - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x251fe1db', '0xb')]
29/01/2021 16:24:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x22bcd010 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22bcd010', '0x0')]
29/01/2021 16:24:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:03              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1b2ee3a9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1b2ee3a9', '0x9')]
29/01/2021 16:24:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:04              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1b2ee3a9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1b2ee3a9', '0x9')]
29/01/2021 16:24:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:24:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:24:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:24:06              dut.10.240.183.67: flow list 0
29/01/2021 16:24:06              dut.10.240.183.67: 
29/01/2021 16:24:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst passed
29/01/2021 16:24:06              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:06              dut.10.240.183.67: 
29/01/2021 16:24:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only================
29/01/2021 16:24:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:24:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:24:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:24:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:24:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:24:06              dut.10.240.183.67: flow list 0
29/01/2021 16:24:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:24:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf5f7d1cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:24:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf5f7d1cc', '0xc')]
29/01/2021 16:24:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:08              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x651504d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x651504d8', '0x8')]
29/01/2021 16:24:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:24:09              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf5f7d1cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf5f7d1cc', '0xc')]
29/01/2021 16:24:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:24:10              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf5f7d1cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf5f7d1cc', '0xc')]
29/01/2021 16:24:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:24:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:24:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:24:11              dut.10.240.183.67: flow list 0
29/01/2021 16:24:12              dut.10.240.183.67: 
29/01/2021 16:24:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only passed
29/01/2021 16:24:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:12              dut.10.240.183.67: 
29/01/2021 16:24:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only================
29/01/2021 16:24:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:24:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:24:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:24:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:24:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:24:12              dut.10.240.183.67: flow list 0
29/01/2021 16:24:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:24:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xbd801b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:24:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd801b50', '0x0')]
29/01/2021 16:24:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:24:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x412ee196 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x412ee196', '0x6')]
29/01/2021 16:24:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:15              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xbd801b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd801b50', '0x0')]
29/01/2021 16:24:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:16              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xbd801b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd801b50', '0x0')]
29/01/2021 16:24:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:24:16              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:24:17              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:24:17              dut.10.240.183.67: flow list 0
29/01/2021 16:24:17              dut.10.240.183.67: 
29/01/2021 16:24:17     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only passed
29/01/2021 16:24:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:17              dut.10.240.183.67: 
29/01/2021 16:24:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp================
29/01/2021 16:24:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:24:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:24:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:24:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:24:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:24:18              dut.10.240.183.67: flow list 0
29/01/2021 16:24:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:24:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:19              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf1959bc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:24:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf1959bc9', '0x9')]
29/01/2021 16:24:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:24:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb28ffc2b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb28ffc2b', '0xb')]
29/01/2021 16:24:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:24:21              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x96779742 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x96779742', '0x2')]
29/01/2021 16:24:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:22              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc1a900e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1a900e', '0xe')]
29/01/2021 16:24:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x8c975685 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8c975685', '0x5')]
29/01/2021 16:24:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf1959bc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf1959bc9', '0x9')]
29/01/2021 16:24:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:24:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:24:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:24:25              dut.10.240.183.67: flow list 0
29/01/2021 16:24:25              dut.10.240.183.67: 
29/01/2021 16:24:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp passed
29/01/2021 16:24:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:26              dut.10.240.183.67: 
29/01/2021 16:24:26     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3================
29/01/2021 16:24:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:24:26              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:24:26              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:24:26              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:24:26              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:24:26              dut.10.240.183.67: flow list 0
29/01/2021 16:24:26              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:24:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:27              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x60cc3f5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:24:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60cc3f5', '0x5')]
29/01/2021 16:24:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:28              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x60cc3f5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60cc3f5', '0x5')]
29/01/2021 16:24:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfb83c832 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfb83c832', '0x2')]
29/01/2021 16:24:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7b0e0eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b0e0eb9', '0x9')]
29/01/2021 16:24:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:31              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xfb83c832 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfb83c832', '0x2')]
29/01/2021 16:24:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7b0e0eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:24:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b0e0eb9', '0x9')]
29/01/2021 16:24:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:24:33              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x60cc3f5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60cc3f5', '0x5')]
29/01/2021 16:24:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:24:35              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x60cc3f5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60cc3f5', '0x5')]
29/01/2021 16:24:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:24:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:24:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:24:36              dut.10.240.183.67: flow list 0
29/01/2021 16:24:36              dut.10.240.183.67: 
29/01/2021 16:24:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3 passed
29/01/2021 16:24:36              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:36              dut.10.240.183.67: 
29/01/2021 16:24:36     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_udp_l3': 'passed'}
29/01/2021 16:24:36     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:24:36     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl Result PASSED:
29/01/2021 16:24:36              dut.10.240.183.67: flow flush 0
29/01/2021 16:24:37              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:24:37              dut.10.240.183.67: clear port stats all
29/01/2021 16:24:38              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:24:38              dut.10.240.183.67: stop
29/01/2021 16:24:38              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 9              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:24:38     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl_symmetric Begin
29/01/2021 16:24:38              dut.10.240.183.67: 
29/01/2021 16:24:38                         tester: 
29/01/2021 16:24:38              dut.10.240.183.67: start
29/01/2021 16:24:39              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:24:39              dut.10.240.183.67: quit
29/01/2021 16:24:40              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:24:40              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:24:41              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:24:51              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:24:51              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:24:51              dut.10.240.183.67: set verbose 1
29/01/2021 16:24:51              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:24:51              dut.10.240.183.67: show port info all
29/01/2021 16:24:51              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:24:51              dut.10.240.183.67: start
29/01/2021 16:24:51              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:24:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl_symmetric================
29/01/2021 16:24:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:24:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:24:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:24:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:24:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:24:52              dut.10.240.183.67: flow list 0
29/01/2021 16:24:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 16:24:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:53              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:24:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:24:54              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:24:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:57     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:24:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:24:58              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:24:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:24:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:24:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:24:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:24:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:25:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x83d753eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83d753eb', '0xb')]
29/01/2021 16:25:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:25:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:25:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:25:02              dut.10.240.183.67: flow list 0
29/01/2021 16:25:02              dut.10.240.183.67: 
29/01/2021 16:25:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:25:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:03     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:03     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:25:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:25:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:04     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:04     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:25:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:25:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:05     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:05     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:25:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:25:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:06     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:06     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:25:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:25:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:07     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:07     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:25:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:25:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ca3de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ca3de4', '0x4')]
29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl_symmetric passed
29/01/2021 16:25:08              dut.10.240.183.67: flow flush 0
29/01/2021 16:25:08              dut.10.240.183.67: 
29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:25:08     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_udp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:25:08              dut.10.240.183.67: flow flush 0
29/01/2021 16:25:09              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:25:09              dut.10.240.183.67: clear port stats all
29/01/2021 16:25:11              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:25:11              dut.10.240.183.67: stop
29/01/2021 16:25:11              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:25:11     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_without_ul_dl Begin
29/01/2021 16:25:11              dut.10.240.183.67: 
29/01/2021 16:25:11                         tester: 
29/01/2021 16:25:11              dut.10.240.183.67: start
29/01/2021 16:25:11              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:25:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3dst================
29/01/2021 16:25:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:25:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:25:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:25:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:25:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:25:11              dut.10.240.183.67: flow list 0
29/01/2021 16:25:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:25:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:12              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:13              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5780dff5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5780dff5', '0x5')]
29/01/2021 16:25:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:15              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:16              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:17              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x5780dff5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5780dff5', '0x5')]
29/01/2021 16:25:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:18              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:19              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:20              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5780dff5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5780dff5', '0x5')]
29/01/2021 16:25:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:21              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:22              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5780dff5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5780dff5', '0x5')]
29/01/2021 16:25:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:24              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:26              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:27              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x5780dff5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5780dff5', '0x5')]
29/01/2021 16:25:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:28              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x7195fcdf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7195fcdf', '0xf')]
29/01/2021 16:25:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:25:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:25:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:25:29              dut.10.240.183.67: flow list 0
29/01/2021 16:25:29              dut.10.240.183.67: 
29/01/2021 16:25:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3dst passed
29/01/2021 16:25:29              dut.10.240.183.67: flow flush 0
29/01/2021 16:25:29              dut.10.240.183.67: 
29/01/2021 16:25:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3src================
29/01/2021 16:25:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:25:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:25:29              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:25:29              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:25:29              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:25:29              dut.10.240.183.67: flow list 0
29/01/2021 16:25:29              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:25:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:30              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:31              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x1f68aedf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f68aedf', '0xf')]
29/01/2021 16:25:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:33              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:34              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:35              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x1f68aedf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f68aedf', '0xf')]
29/01/2021 16:25:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:36              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:37              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:38              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1f68aedf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f68aedf', '0xf')]
29/01/2021 16:25:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:39              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:40              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:41              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1f68aedf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f68aedf', '0xf')]
29/01/2021 16:25:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:25:42              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:43              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:45              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1f68aedf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f68aedf', '0xf')]
29/01/2021 16:25:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:25:46              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa0bc75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0bc75cc', '0xc')]
29/01/2021 16:25:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:25:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:25:47              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:25:47              dut.10.240.183.67: flow list 0
29/01/2021 16:25:47              dut.10.240.183.67: 
29/01/2021 16:25:47     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3src passed
29/01/2021 16:25:47              dut.10.240.183.67: flow flush 0
29/01/2021 16:25:47              dut.10.240.183.67: 
29/01/2021 16:25:47     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_without_ul_dl_ipv6_all================
29/01/2021 16:25:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:25:47              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:25:47              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:25:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:25:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:25:47              dut.10.240.183.67: flow list 0
29/01/2021 16:25:47              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:25:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:48              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:25:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:49              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd8e24675 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd8e24675', '0x5')]
29/01/2021 16:25:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:50              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb9d32376 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9d32376', '0x6')]
29/01/2021 16:25:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:52              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x67369d66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67369d66', '0x6')]
29/01/2021 16:25:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:25:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:54              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:25:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:55              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xd8e24675 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd8e24675', '0x5')]
29/01/2021 16:25:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:56              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb9d32376 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9d32376', '0x6')]
29/01/2021 16:25:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x67369d66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:25:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67369d66', '0x6')]
29/01/2021 16:25:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:25:58              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:25:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:25:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:25:59              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:25:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:25:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:25:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:25:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:00              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd8e24675 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd8e24675', '0x5')]
29/01/2021 16:26:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:01              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb9d32376 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9d32376', '0x6')]
29/01/2021 16:26:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x67369d66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67369d66', '0x6')]
29/01/2021 16:26:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:04              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:26:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:05              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:26:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:26:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:06              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd8e24675 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd8e24675', '0x5')]
29/01/2021 16:26:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:07              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb9d32376 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9d32376', '0x6')]
29/01/2021 16:26:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:08              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x67369d66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67369d66', '0x6')]
29/01/2021 16:26:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:09              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:26:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:26:10              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:26:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:26:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:26:11              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd8e24675 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd8e24675', '0x5')]
29/01/2021 16:26:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:26:12              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb9d32376 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9d32376', '0x6')]
29/01/2021 16:26:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:26:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x67369d66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x67369d66', '0x6')]
29/01/2021 16:26:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:26:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x607f865 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x607f865', '0x5')]
29/01/2021 16:26:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:26:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:26:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:26:16              dut.10.240.183.67: flow list 0
29/01/2021 16:26:16              dut.10.240.183.67: 
29/01/2021 16:26:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_without_ul_dl_ipv6_all passed
29/01/2021 16:26:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:26:16              dut.10.240.183.67: 
29/01/2021 16:26:16     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3dst': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_l3src': 'passed', 'mac_ipv4_gtpu_eh_without_ul_dl_ipv6_all': 'passed'}
29/01/2021 16:26:16     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:26:16     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_without_ul_dl Result PASSED:
29/01/2021 16:26:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:26:17              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:26:17              dut.10.240.183.67: clear port stats all
29/01/2021 16:26:18              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:26:18              dut.10.240.183.67: stop
29/01/2021 16:26:18              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:26:18     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_without_ul_dl_symmetric Begin
29/01/2021 16:26:18              dut.10.240.183.67: 
29/01/2021 16:26:19                         tester: 
29/01/2021 16:26:19              dut.10.240.183.67: start
29/01/2021 16:26:19              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:26:19              dut.10.240.183.67: quit
29/01/2021 16:26:20              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:26:20              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:26:21              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:26:31              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:26:31              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:26:31              dut.10.240.183.67: set verbose 1
29/01/2021 16:26:31              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:26:31              dut.10.240.183.67: show port info all
29/01/2021 16:26:32              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:26:32              dut.10.240.183.67: start
29/01/2021 16:26:32              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:26:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_eh_ipv6_without_ul_dl_symmetric================
29/01/2021 16:26:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:26:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:26:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:26:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:26:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:26:32              dut.10.240.183.67: flow list 0
29/01/2021 16:26:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:26:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:26:33              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:33     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:26:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:26:34              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:35              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:35     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:26:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:36              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:26:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:26:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:26:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:26:40              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:40     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:26:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:26:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb42fa364 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb42fa364', '0x4')]
29/01/2021 16:26:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:26:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:26:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:26:42              dut.10.240.183.67: flow list 0
29/01/2021 16:26:42              dut.10.240.183.67: 
29/01/2021 16:26:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:26:43              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x52b2b07c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:43     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:26:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52b2b07c', '0xc')]
29/01/2021 16:26:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:26:44              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x52b2b07c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:44     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:26:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52b2b07c', '0xc')]
29/01/2021 16:26:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:26:45              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x52b2b07c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:45     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:26:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52b2b07c', '0xc')]
29/01/2021 16:26:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:26:46              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x52b2b07c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52b2b07c', '0xc')]
29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: action: ipv4-udp

29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_eh_ipv6_without_ul_dl_symmetric passed
29/01/2021 16:26:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:26:46              dut.10.240.183.67: 
29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_eh_ipv6_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:26:46     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_eh_ipv6_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:26:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:26:47              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:26:47              dut.10.240.183.67: clear port stats all
29/01/2021 16:26:49              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:26:49              dut.10.240.183.67: stop
29/01/2021 16:26:49              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:26:49     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Begin
29/01/2021 16:26:49              dut.10.240.183.67: 
29/01/2021 16:26:49                         tester: 
29/01/2021 16:26:49              dut.10.240.183.67: start
29/01/2021 16:26:49              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:26:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3dst================
29/01/2021 16:26:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:26:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:26:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:26:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:26:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:26:49              dut.10.240.183.67: flow list 0
29/01/2021 16:26:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 16:26:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:26:50              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:26:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:26:51              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xa46eb4ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa46eb4ab', '0xb')]
29/01/2021 16:26:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 16:26:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:26:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:26:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:26:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xa46eb4ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa46eb4ab', '0xb')]
29/01/2021 16:26:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 16:26:56              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:26:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:26:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:26:58              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xa46eb4ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:26:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa46eb4ab', '0xb')]
29/01/2021 16:26:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:26:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:26:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:26:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:26:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:26:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:00              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:27:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xa46eb4ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa46eb4ab', '0xb')]
29/01/2021 16:27:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:27:02              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:27:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:03              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:27:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:05              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xa46eb4ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa46eb4ab', '0xb')]
29/01/2021 16:27:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:27:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3be600f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3be600f4', '0x4')]
29/01/2021 16:27:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:27:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:27:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:27:07              dut.10.240.183.67: flow list 0
29/01/2021 16:27:07              dut.10.240.183.67: 
29/01/2021 16:27:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3dst passed
29/01/2021 16:27:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:27:07              dut.10.240.183.67: 
29/01/2021 16:27:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_l3src================
29/01/2021 16:27:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:27:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:27:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:27:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:27:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:27:07              dut.10.240.183.67: flow list 0
29/01/2021 16:27:07              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 16:27:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:08              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:09              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 16:27:10              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xe880c4a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe880c4a7', '0x7')]
29/01/2021 16:27:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:11              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:13              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 16:27:14              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xe880c4a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe880c4a7', '0x7')]
29/01/2021 16:27:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:15              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:16              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:27:17              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xe880c4a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe880c4a7', '0x7')]
29/01/2021 16:27:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:18              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:19              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:27:20              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe880c4a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe880c4a7', '0x7')]
29/01/2021 16:27:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:21              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x770870f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x770870f8', '0x8')]
29/01/2021 16:27:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:27:24              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xe880c4a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe880c4a7', '0x7')]
29/01/2021 16:27:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:27:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:27:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:27:25              dut.10.240.183.67: flow list 0
29/01/2021 16:27:25              dut.10.240.183.67: 
29/01/2021 16:27:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_l3src passed
29/01/2021 16:27:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:27:25              dut.10.240.183.67: 
29/01/2021 16:27:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_all================
29/01/2021 16:27:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:27:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:27:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:27:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:27:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:27:25              dut.10.240.183.67: flow list 0
29/01/2021 16:27:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 16:27:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:26              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xec1e4e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec1e4e', '0xe')]
29/01/2021 16:27:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:27              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xf7e9fd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e9fd56', '0x6')]
29/01/2021 16:27:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 16:27:28              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x9f64aa11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f64aa11', '0x1')]
29/01/2021 16:27:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 16:27:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x68614909 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68614909', '0x9')]
29/01/2021 16:27:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:31              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xec1e4e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec1e4e', '0xe')]
29/01/2021 16:27:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:32              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xf7e9fd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e9fd56', '0x6')]
29/01/2021 16:27:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 16:27:33              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x9f64aa11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f64aa11', '0x1')]
29/01/2021 16:27:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 16:27:34              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x68614909 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68614909', '0x9')]
29/01/2021 16:27:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:35              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xec1e4e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec1e4e', '0xe')]
29/01/2021 16:27:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf7e9fd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e9fd56', '0x6')]
29/01/2021 16:27:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:27:37              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x9f64aa11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f64aa11', '0x1')]
29/01/2021 16:27:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:27:38              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x68614909 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68614909', '0x9')]
29/01/2021 16:27:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:39              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xec1e4e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec1e4e', '0xe')]
29/01/2021 16:27:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:27:40              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf7e9fd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e9fd56', '0x6')]
29/01/2021 16:27:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:27:41              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9f64aa11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f64aa11', '0x1')]
29/01/2021 16:27:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:27:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x68614909 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68614909', '0x9')]
29/01/2021 16:27:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:44              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xec1e4e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec1e4e', '0xe')]
29/01/2021 16:27:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:45              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf7e9fd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e9fd56', '0x6')]
29/01/2021 16:27:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:27:46              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x9f64aa11 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9f64aa11', '0x1')]
29/01/2021 16:27:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:27:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x68614909 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68614909', '0x9')]
29/01/2021 16:27:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:27:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:27:48              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:27:48              dut.10.240.183.67: flow list 0
29/01/2021 16:27:48              dut.10.240.183.67: 
29/01/2021 16:27:48     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_all passed
29/01/2021 16:27:48              dut.10.240.183.67: flow flush 0
29/01/2021 16:27:48              dut.10.240.183.67: 
29/01/2021 16:27:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_gtpu================
29/01/2021 16:27:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:27:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 16:27:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:27:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 16:27:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:27:48              dut.10.240.183.67: flow list 0
29/01/2021 16:27:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 16:27:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:50              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 16:27:51              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xc594ba13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc594ba13', '0x3')]
29/01/2021 16:27:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 16:27:52              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:53              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:27:54              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0xc594ba13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc594ba13', '0x3')]
29/01/2021 16:27:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 16:27:55              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:56              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:27:57              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xc594ba13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:27:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc594ba13', '0x3')]
29/01/2021 16:27:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:27:58              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:27:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:27:59              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:27:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:27:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:27:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:27:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:28:00              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xc594ba13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc594ba13', '0x3')]
29/01/2021 16:28:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:28:02              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a2e73a7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a2e73a7', '0x7')]
29/01/2021 16:28:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:03              dut.10.240.183.67: flow list 0
29/01/2021 16:28:03              dut.10.240.183.67: 
29/01/2021 16:28:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_gtpu passed
29/01/2021 16:28:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:03              dut.10.240.183.67: 
29/01/2021 16:28:03     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_l3dst': 'passed', 'mac_ipv4_gtpu_ipv4_l3src': 'passed', 'mac_ipv4_gtpu_ipv4_all': 'passed', 'mac_ipv4_gtpu_ipv4_gtpu': 'passed'}
29/01/2021 16:28:03     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:28:03     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4 Result PASSED:
29/01/2021 16:28:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:04              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:28:04              dut.10.240.183.67: clear port stats all
29/01/2021 16:28:05              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:28:05              dut.10.240.183.67: stop
29/01/2021 16:28:05              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 13             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:28:05     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_symmetric Begin
29/01/2021 16:28:05              dut.10.240.183.67: 
29/01/2021 16:28:05                         tester: 
29/01/2021 16:28:05              dut.10.240.183.67: start
29/01/2021 16:28:06              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:28:06              dut.10.240.183.67: quit
29/01/2021 16:28:07              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:28:07              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:28:08              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:28:18              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:28:18              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:28:18              dut.10.240.183.67: set verbose 1
29/01/2021 16:28:18              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:28:18              dut.10.240.183.67: show port info all
29/01/2021 16:28:18              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:28:18              dut.10.240.183.67: start
29/01/2021 16:28:19              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:28:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_symmetric================
29/01/2021 16:28:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:28:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:28:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:19              dut.10.240.183.67: flow list 0
29/01/2021 16:28:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 => RSS
29/01/2021 16:28:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:28:20              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:28:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:28:21              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:28:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:22     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:28:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:28:23              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:28:24              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:24     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:28:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:28:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:28:26              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:28:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:28:28              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x15240398 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x15240398', '0x8')]
29/01/2021 16:28:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:29              dut.10.240.183.67: flow list 0
29/01/2021 16:28:29              dut.10.240.183.67: 
29/01/2021 16:28:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:28:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a44bf19 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:30     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:28:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a44bf19', '0x9')]
29/01/2021 16:28:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:28:31              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=550 - nb_segs=1 - RSS hash=0x6a44bf19 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:31     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:28:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a44bf19', '0x9')]
29/01/2021 16:28:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:28:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a44bf19 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:32     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:28:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a44bf19', '0x9')]
29/01/2021 16:28:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:28:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a44bf19 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a44bf19', '0x9')]
29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_symmetric passed
29/01/2021 16:28:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:33              dut.10.240.183.67: 
29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_symmetric': 'passed'}
29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:28:33     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_symmetric Result PASSED:
29/01/2021 16:28:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:34              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:28:34              dut.10.240.183.67: clear port stats all
29/01/2021 16:28:36              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:28:36              dut.10.240.183.67: stop
29/01/2021 16:28:36              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:28:36     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_tcp Begin
29/01/2021 16:28:36              dut.10.240.183.67: 
29/01/2021 16:28:36                         tester: 
29/01/2021 16:28:36              dut.10.240.183.67: start
29/01/2021 16:28:36              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:28:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3dst================
29/01/2021 16:28:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:28:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:28:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:36              dut.10.240.183.67: flow list 0
29/01/2021 16:28:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:28:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:37              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x69e3e8fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:28:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x69e3e8fe', '0xe')]
29/01/2021 16:28:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:38              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2b6146ed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2b6146ed', '0xd')]
29/01/2021 16:28:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:39              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x69e3e8fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x69e3e8fe', '0xe')]
29/01/2021 16:28:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:39              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:41              dut.10.240.183.67: flow list 0
29/01/2021 16:28:41              dut.10.240.183.67: 
29/01/2021 16:28:41     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3dst passed
29/01/2021 16:28:41              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:41              dut.10.240.183.67: 
29/01/2021 16:28:41     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3src================
29/01/2021 16:28:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:41              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:28:41              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:28:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:41              dut.10.240.183.67: flow list 0
29/01/2021 16:28:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:28:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaa1af2b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:28:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa1af2b9', '0x9')]
29/01/2021 16:28:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xaa1af2b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa1af2b9', '0x9')]
29/01/2021 16:28:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:44              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xe8985caa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8985caa', '0xa')]
29/01/2021 16:28:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:45              dut.10.240.183.67: flow list 0
29/01/2021 16:28:45              dut.10.240.183.67: 
29/01/2021 16:28:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3src passed
29/01/2021 16:28:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:45              dut.10.240.183.67: 
29/01/2021 16:28:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3dst_l4src================
29/01/2021 16:28:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:28:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:28:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:46              dut.10.240.183.67: flow list 0
29/01/2021 16:28:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:28:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:47              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5f85f35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:28:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f85f35', '0x5')]
29/01/2021 16:28:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:48              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x477af126 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x477af126', '0x6')]
29/01/2021 16:28:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:28:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xafabcbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xafabcbd', '0xd')]
29/01/2021 16:28:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:28:50              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x5f85f35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f85f35', '0x5')]
29/01/2021 16:28:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:51              dut.10.240.183.67: flow list 0
29/01/2021 16:28:51              dut.10.240.183.67: 
29/01/2021 16:28:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:28:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:51              dut.10.240.183.67: 
29/01/2021 16:28:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:28:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:28:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:28:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:51              dut.10.240.183.67: flow list 0
29/01/2021 16:28:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:28:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:53              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x167d208b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:28:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x167d208b', '0xb')]
29/01/2021 16:28:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x54ff8e98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54ff8e98', '0x8')]
29/01/2021 16:28:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:28:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xafabcbd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:28:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xafabcbd', '0xd')]
29/01/2021 16:28:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:28:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x167d208b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:28:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x167d208b', '0xb')]
29/01/2021 16:28:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:28:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:28:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:28:57              dut.10.240.183.67: flow list 0
29/01/2021 16:28:57              dut.10.240.183.67: 
29/01/2021 16:28:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:28:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:28:57              dut.10.240.183.67: 
29/01/2021 16:28:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3src_l4src================
29/01/2021 16:28:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:28:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:28:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:28:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:28:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:28:57              dut.10.240.183.67: flow list 0
29/01/2021 16:28:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:28:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:28:59              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6014572 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:28:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:28:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc6014572', '0x2')]
29/01/2021 16:28:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:28:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:00              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8483eb61 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8483eb61', '0x1')]
29/01/2021 16:29:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:29:01              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc903a6fa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc903a6fa', '0xa')]
29/01/2021 16:29:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:29:02              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6014572 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc6014572', '0x2')]
29/01/2021 16:29:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:03              dut.10.240.183.67: flow list 0
29/01/2021 16:29:03              dut.10.240.183.67: 
29/01/2021 16:29:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3src_l4src passed
29/01/2021 16:29:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:03              dut.10.240.183.67: 
29/01/2021 16:29:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3src_l4dst================
29/01/2021 16:29:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:29:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:29:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:03              dut.10.240.183.67: flow list 0
29/01/2021 16:29:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd5843acc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:29:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5843acc', '0xc')]
29/01/2021 16:29:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:06              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x970694df - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x970694df', '0xf')]
29/01/2021 16:29:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:29:07              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc903a6fa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc903a6fa', '0xa')]
29/01/2021 16:29:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:29:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd5843acc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5843acc', '0xc')]
29/01/2021 16:29:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:09              dut.10.240.183.67: flow list 0
29/01/2021 16:29:09              dut.10.240.183.67: 
29/01/2021 16:29:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:29:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:09              dut.10.240.183.67: 
29/01/2021 16:29:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l4src================
29/01/2021 16:29:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:29:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:29:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:09              dut.10.240.183.67: flow list 0
29/01/2021 16:29:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:10              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf18ece67 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:29:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf18ece67', '0x7')]
29/01/2021 16:29:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:29:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x96c913a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x96c913a4', '0x4')]
29/01/2021 16:29:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:29:12              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf18ece67 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf18ece67', '0x7')]
29/01/2021 16:29:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:14              dut.10.240.183.67: flow list 0
29/01/2021 16:29:14              dut.10.240.183.67: 
29/01/2021 16:29:14     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l4src passed
29/01/2021 16:29:14              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:14              dut.10.240.183.67: 
29/01/2021 16:29:14     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l4dst================
29/01/2021 16:29:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:14              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:29:14              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:29:14              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:14              dut.10.240.183.67: flow list 0
29/01/2021 16:29:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfbcc4cc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:29:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfbcc4cc9', '0x9')]
29/01/2021 16:29:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:29:16              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9c8b910a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c8b910a', '0xa')]
29/01/2021 16:29:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:29:17              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfbcc4cc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfbcc4cc9', '0x9')]
29/01/2021 16:29:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:18              dut.10.240.183.67: flow list 0
29/01/2021 16:29:18              dut.10.240.183.67: 
29/01/2021 16:29:18     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l4dst passed
29/01/2021 16:29:18              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:19              dut.10.240.183.67: 
29/01/2021 16:29:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_all================
29/01/2021 16:29:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:29:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:29:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:19              dut.10.240.183.67: flow list 0
29/01/2021 16:29:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:20              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4abd9335 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:29:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4abd9335', '0x5')]
29/01/2021 16:29:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:29:21              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x8d25f51f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d25f51f', '0xf')]
29/01/2021 16:29:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:29:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2c9719c4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2c9719c4', '0x4')]
29/01/2021 16:29:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcfc22de5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcfc22de5', '0x5')]
29/01/2021 16:29:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:24              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x83f3d26 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83f3d26', '0x6')]
29/01/2021 16:29:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:25              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x4abd9335 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4abd9335', '0x5')]
29/01/2021 16:29:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:27              dut.10.240.183.67: flow list 0
29/01/2021 16:29:27              dut.10.240.183.67: 
29/01/2021 16:29:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_all passed
29/01/2021 16:29:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:27              dut.10.240.183.67: 
29/01/2021 16:29:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_l3================
29/01/2021 16:29:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:29:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:29:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:27              dut.10.240.183.67: flow list 0
29/01/2021 16:29:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x348bc577 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:29:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x348bc577', '0x7')]
29/01/2021 16:29:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:29              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb1f47ba7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1f47ba7', '0x7')]
29/01/2021 16:29:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:29:30              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x76096b64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:29:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76096b64', '0x4')]
29/01/2021 16:29:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 16:29:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x348bc577 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x348bc577', '0x7')]
29/01/2021 16:29:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:32              dut.10.240.183.67: flow list 0
29/01/2021 16:29:32              dut.10.240.183.67: 
29/01/2021 16:29:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_l3 passed
29/01/2021 16:29:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:33              dut.10.240.183.67: 
29/01/2021 16:29:33     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3src': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_all': 'passed', 'mac_ipv4_gtpu_ipv4_tcp_l3': 'passed'}
29/01/2021 16:29:33     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:29:33     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_tcp Result PASSED:
29/01/2021 16:29:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:34              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:29:34              dut.10.240.183.67: clear port stats all
29/01/2021 16:29:35              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:29:35              dut.10.240.183.67: stop
29/01/2021 16:29:35              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:29:35     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_tcp_symmetric Begin
29/01/2021 16:29:35              dut.10.240.183.67: 
29/01/2021 16:29:35                         tester: 
29/01/2021 16:29:35              dut.10.240.183.67: start
29/01/2021 16:29:35              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:29:35              dut.10.240.183.67: quit
29/01/2021 16:29:37              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:29:37              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:29:38              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:29:48              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:29:48              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:29:48              dut.10.240.183.67: set verbose 1
29/01/2021 16:29:48              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:29:48              dut.10.240.183.67: show port info all
29/01/2021 16:29:48              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:29:48              dut.10.240.183.67: start
29/01/2021 16:29:48              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:29:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_symmetric================
29/01/2021 16:29:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:29:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end  actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:29:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:29:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end  actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:29:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:29:48              dut.10.240.183.67: flow list 0
29/01/2021 16:29:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 TCP => RSS
29/01/2021 16:29:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:29:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfab4af60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 16:29:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfab4af60', '0x0')]
29/01/2021 16:29:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:29:51              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfab4af60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfab4af60', '0x0')]
29/01/2021 16:29:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:29:52              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfab4af60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfab4af60', '0x0')]
29/01/2021 16:29:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:29:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xfab4af60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:29:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfab4af60', '0x0')]
29/01/2021 16:29:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:29:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:29:54              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:29:54              dut.10.240.183.67: flow list 0
29/01/2021 16:29:54              dut.10.240.183.67: 
29/01/2021 16:29:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:29:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcc769c8b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:55     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:29:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc769c8b', '0xb')]
29/01/2021 16:29:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:29:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcc769c8b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:56     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:29:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc769c8b', '0xb')]
29/01/2021 16:29:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:29:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:29:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcc769c8b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc769c8b', '0xb')]
29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_symmetric passed
29/01/2021 16:29:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:57              dut.10.240.183.67: 
29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_tcp_symmetric': 'passed'}
29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:29:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_tcp_symmetric Result PASSED:
29/01/2021 16:29:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:29:59              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:29:59              dut.10.240.183.67: clear port stats all
29/01/2021 16:30:00              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:30:00              dut.10.240.183.67: stop
29/01/2021 16:30:00              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:30:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_udp Begin
29/01/2021 16:30:00              dut.10.240.183.67: 
29/01/2021 16:30:00                         tester: 
29/01/2021 16:30:00              dut.10.240.183.67: start
29/01/2021 16:30:00              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:30:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3dst================
29/01/2021 16:30:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:30:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:30:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:00              dut.10.240.183.67: flow list 0
29/01/2021 16:30:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:01              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf542acd5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf542acd5', '0x5')]
29/01/2021 16:30:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:02              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x9a363319 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9a363319', '0x9')]
29/01/2021 16:30:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:04              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf542acd5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf542acd5', '0x5')]
29/01/2021 16:30:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:05              dut.10.240.183.67: flow list 0
29/01/2021 16:30:05              dut.10.240.183.67: 
29/01/2021 16:30:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3dst passed
29/01/2021 16:30:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:05              dut.10.240.183.67: 
29/01/2021 16:30:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3src================
29/01/2021 16:30:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:30:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:30:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:05              dut.10.240.183.67: flow list 0
29/01/2021 16:30:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:06              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3b92860c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b92860c', '0xc')]
29/01/2021 16:30:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x3b92860c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b92860c', '0xc')]
29/01/2021 16:30:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:08              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x54e619c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54e619c0', '0x0')]
29/01/2021 16:30:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:10              dut.10.240.183.67: flow list 0
29/01/2021 16:30:10              dut.10.240.183.67: 
29/01/2021 16:30:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3src passed
29/01/2021 16:30:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:10              dut.10.240.183.67: 
29/01/2021 16:30:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3dst_l4src================
29/01/2021 16:30:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:10              dut.10.240.183.67: flow list 0
29/01/2021 16:30:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1ce76ebe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ce76ebe', '0xe')]
29/01/2021 16:30:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:12              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x7393f172 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7393f172', '0x2')]
29/01/2021 16:30:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:30:13              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xc7b71887 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc7b71887', '0x7')]
29/01/2021 16:30:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:14              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1ce76ebe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ce76ebe', '0xe')]
29/01/2021 16:30:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:15              dut.10.240.183.67: flow list 0
29/01/2021 16:30:15              dut.10.240.183.67: 
29/01/2021 16:30:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3dst_l4src passed
29/01/2021 16:30:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:16              dut.10.240.183.67: 
29/01/2021 16:30:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3dst_l4dst================
29/01/2021 16:30:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:16              dut.10.240.183.67: flow list 0
29/01/2021 16:30:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd0765301 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0765301', '0x1')]
29/01/2021 16:30:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbf02cccd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf02cccd', '0xd')]
29/01/2021 16:30:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:19              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xc7b71887 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc7b71887', '0x7')]
29/01/2021 16:30:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:30:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd0765301 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0765301', '0x1')]
29/01/2021 16:30:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:21              dut.10.240.183.67: flow list 0
29/01/2021 16:30:21              dut.10.240.183.67: 
29/01/2021 16:30:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:30:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:21              dut.10.240.183.67: 
29/01/2021 16:30:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3src_l4src================
29/01/2021 16:30:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:22              dut.10.240.183.67: flow list 0
29/01/2021 16:30:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:23              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd2374467 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2374467', '0x7')]
29/01/2021 16:30:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:24              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbd43dbab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd43dbab', '0xb')]
29/01/2021 16:30:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:30:25              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x967325e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x967325e', '0xe')]
29/01/2021 16:30:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd2374467 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2374467', '0x7')]
29/01/2021 16:30:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:27              dut.10.240.183.67: flow list 0
29/01/2021 16:30:27              dut.10.240.183.67: 
29/01/2021 16:30:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3src_l4src passed
29/01/2021 16:30:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:27              dut.10.240.183.67: 
29/01/2021 16:30:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3src_l4dst================
29/01/2021 16:30:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:27              dut.10.240.183.67: flow list 0
29/01/2021 16:30:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:29              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1ea679d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ea679d8', '0x8')]
29/01/2021 16:30:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:30              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x71d2e614 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71d2e614', '0x4')]
29/01/2021 16:30:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:31              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x967325e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x967325e', '0xe')]
29/01/2021 16:30:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:30:32              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x1ea679d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ea679d8', '0x8')]
29/01/2021 16:30:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:33              dut.10.240.183.67: flow list 0
29/01/2021 16:30:33              dut.10.240.183.67: 
29/01/2021 16:30:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3src_l4dst passed
29/01/2021 16:30:33              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:33              dut.10.240.183.67: 
29/01/2021 16:30:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l4src================
29/01/2021 16:30:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:30:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:33              dut.10.240.183.67: flow list 0
29/01/2021 16:30:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:34              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x378e6cd8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x378e6cd8', '0x8')]
29/01/2021 16:30:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:30:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x7a3f875d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7a3f875d', '0xd')]
29/01/2021 16:30:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:30:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x378e6cd8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x378e6cd8', '0x8')]
29/01/2021 16:30:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:38              dut.10.240.183.67: flow list 0
29/01/2021 16:30:38              dut.10.240.183.67: 
29/01/2021 16:30:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l4src passed
29/01/2021 16:30:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:38              dut.10.240.183.67: 
29/01/2021 16:30:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l4dst================
29/01/2021 16:30:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:30:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:38              dut.10.240.183.67: flow list 0
29/01/2021 16:30:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:39              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6ee11847 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ee11847', '0x7')]
29/01/2021 16:30:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:40              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x2350f3c2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2350f3c2', '0x2')]
29/01/2021 16:30:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:30:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6ee11847 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ee11847', '0x7')]
29/01/2021 16:30:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:43              dut.10.240.183.67: flow list 0
29/01/2021 16:30:43              dut.10.240.183.67: 
29/01/2021 16:30:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l4dst passed
29/01/2021 16:30:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:43              dut.10.240.183.67: 
29/01/2021 16:30:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_all================
29/01/2021 16:30:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:30:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:30:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:43              dut.10.240.183.67: flow list 0
29/01/2021 16:30:43              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:44              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbdda2448 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:44     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbdda2448', '0x8')]
29/01/2021 16:30:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:30:45              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xf22dfefc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf22dfefc', '0xc')]
29/01/2021 16:30:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:30:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x676e2c80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x676e2c80', '0x0')]
29/01/2021 16:30:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:47              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x2ce79b43 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ce79b43', '0x3')]
29/01/2021 16:30:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xd2aebb84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2aebb84', '0x4')]
29/01/2021 16:30:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:49              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xbdda2448 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbdda2448', '0x8')]
29/01/2021 16:30:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:51              dut.10.240.183.67: flow list 0
29/01/2021 16:30:51              dut.10.240.183.67: 
29/01/2021 16:30:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_all passed
29/01/2021 16:30:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:51              dut.10.240.183.67: 
29/01/2021 16:30:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_l3================
29/01/2021 16:30:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:30:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:30:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:30:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:30:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:30:51              dut.10.240.183.67: flow list 0
29/01/2021 16:30:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:30:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:52              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x502aa87 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:30:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x502aa87', '0x7')]
29/01/2021 16:30:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:53              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x943f158c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x943f158c', '0xc')]
29/01/2021 16:30:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:30:54              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x6a76354b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:30:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6a76354b', '0xb')]
29/01/2021 16:30:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:30:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 16:30:55              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x502aa87 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:30:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:30:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x502aa87', '0x7')]
29/01/2021 16:30:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:30:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:30:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:30:57              dut.10.240.183.67: flow list 0
29/01/2021 16:30:57              dut.10.240.183.67: 
29/01/2021 16:30:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_l3 passed
29/01/2021 16:30:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:57              dut.10.240.183.67: 
29/01/2021 16:30:57     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_udp_l3dst': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3src': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l4src': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l4dst': 'passed', 'mac_ipv4_gtpu_ipv4_udp_all': 'passed', 'mac_ipv4_gtpu_ipv4_udp_l3': 'passed'}
29/01/2021 16:30:57     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:30:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_udp Result PASSED:
29/01/2021 16:30:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:30:58              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:30:58              dut.10.240.183.67: clear port stats all
29/01/2021 16:30:59              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:30:59              dut.10.240.183.67: stop
29/01/2021 16:30:59              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:30:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_udp_symmetric Begin
29/01/2021 16:30:59              dut.10.240.183.67: 
29/01/2021 16:30:59                         tester: 
29/01/2021 16:30:59              dut.10.240.183.67: start
29/01/2021 16:30:59              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:30:59              dut.10.240.183.67: quit
29/01/2021 16:31:01              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:31:01              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:31:02              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:31:12              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:31:12              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:31:12              dut.10.240.183.67: set verbose 1
29/01/2021 16:31:12              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:31:12              dut.10.240.183.67: show port info all
29/01/2021 16:31:12              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:31:12              dut.10.240.183.67: start
29/01/2021 16:31:12              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:31:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_symmetric================
29/01/2021 16:31:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:31:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:31:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:31:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:31:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:31:12              dut.10.240.183.67: flow list 0
29/01/2021 16:31:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV4 UDP => RSS
29/01/2021 16:31:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:31:14              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x82bfa1fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 16:31:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82bfa1fb', '0xb')]
29/01/2021 16:31:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:31:15              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x82bfa1fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82bfa1fb', '0xb')]
29/01/2021 16:31:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:31:16              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x82bfa1fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82bfa1fb', '0xb')]
29/01/2021 16:31:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:31:17              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0x82bfa1fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82bfa1fb', '0xb')]
29/01/2021 16:31:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:31:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:31:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:31:18              dut.10.240.183.67: flow list 0
29/01/2021 16:31:18              dut.10.240.183.67: 
29/01/2021 16:31:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:31:19              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xef105c84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:19     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:31:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xef105c84', '0x4')]
29/01/2021 16:31:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:31:20              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xef105c84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:20     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:31:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xef105c84', '0x4')]
29/01/2021 16:31:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:31:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=558 - nb_segs=1 - RSS hash=0xef105c84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:21     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:31:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xef105c84', '0x4')]
29/01/2021 16:31:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_symmetric passed
29/01/2021 16:31:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:31:22              dut.10.240.183.67: 
29/01/2021 16:31:22     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_udp_symmetric': 'passed'}
29/01/2021 16:31:22     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:31:22     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv4_udp_symmetric Result PASSED:
29/01/2021 16:31:22              dut.10.240.183.67: flow flush 0
29/01/2021 16:31:23              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:31:23              dut.10.240.183.67: clear port stats all
29/01/2021 16:31:24              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:31:24              dut.10.240.183.67: stop
29/01/2021 16:31:24              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:31:24     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6 Begin
29/01/2021 16:31:24              dut.10.240.183.67: 
29/01/2021 16:31:24                         tester: 
29/01/2021 16:31:24              dut.10.240.183.67: start
29/01/2021 16:31:24              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:31:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_l3dst================
29/01/2021 16:31:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:31:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:31:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:31:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:31:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:31:24              dut.10.240.183.67: flow list 0
29/01/2021 16:31:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 => RSS
29/01/2021 16:31:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:26              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:26     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 16:31:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:27              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x977279c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x977279c1', '0x1')]
29/01/2021 16:31:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:28              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:29     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 16:31:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:30              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x977279c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x977279c1', '0x1')]
29/01/2021 16:31:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:31              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:32     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 16:31:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:33              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x977279c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x977279c1', '0x1')]
29/01/2021 16:31:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:34              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:35              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:35     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 16:31:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:36              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x977279c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x977279c1', '0x1')]
29/01/2021 16:31:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:38              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:39     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 16:31:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x977279c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x977279c1', '0x1')]
29/01/2021 16:31:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:41              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb3723ab9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3723ab9', '0x9')]
29/01/2021 16:31:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:31:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:31:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:31:42              dut.10.240.183.67: flow list 0
29/01/2021 16:31:42              dut.10.240.183.67: 
29/01/2021 16:31:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_l3dst passed
29/01/2021 16:31:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:31:42              dut.10.240.183.67: 
29/01/2021 16:31:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_l3src================
29/01/2021 16:31:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:31:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:31:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:31:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:31:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:31:42              dut.10.240.183.67: flow list 0
29/01/2021 16:31:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 => RSS
29/01/2021 16:31:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:43              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:43     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 16:31:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:45              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:31:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x747c9399 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x747c9399', '0x9')]
29/01/2021 16:31:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:47              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:47     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 16:31:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:48              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:31:49              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x747c9399 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x747c9399', '0x9')]
29/01/2021 16:31:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:50              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:50     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 16:31:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:51              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:31:52              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x747c9399 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x747c9399', '0x9')]
29/01/2021 16:31:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:53     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 16:31:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:54              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:31:55              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x747c9399 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x747c9399', '0x9')]
29/01/2021 16:31:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:57              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:57     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 16:31:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:31:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:58              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x92187105 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:31:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92187105', '0x5')]
29/01/2021 16:31:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:31:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:31:59              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x747c9399 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:31:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:31:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x747c9399', '0x9')]
29/01/2021 16:31:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:31:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:32:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:32:00              dut.10.240.183.67: flow list 0
29/01/2021 16:32:00              dut.10.240.183.67: 
29/01/2021 16:32:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_l3src passed
29/01/2021 16:32:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:32:00              dut.10.240.183.67: 
29/01/2021 16:32:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_all================
29/01/2021 16:32:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:32:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:32:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:32:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:32:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:32:00              dut.10.240.183.67: flow list 0
29/01/2021 16:32:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 => RSS
29/01/2021 16:32:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x2549351d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:01     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 16:32:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2549351d', '0xd')]
29/01/2021 16:32:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:02              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x14ec6748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ec6748', '0x8')]
29/01/2021 16:32:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:04              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc32dd781 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc32dd781', '0x1')]
29/01/2021 16:32:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xf28885d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf28885d4', '0x4')]
29/01/2021 16:32:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:06              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x2549351d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:06     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 16:32:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2549351d', '0xd')]
29/01/2021 16:32:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x14ec6748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ec6748', '0x8')]
29/01/2021 16:32:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xc32dd781 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc32dd781', '0x1')]
29/01/2021 16:32:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xf28885d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf28885d4', '0x4')]
29/01/2021 16:32:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x2549351d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:10     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 16:32:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2549351d', '0xd')]
29/01/2021 16:32:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:11              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x14ec6748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ec6748', '0x8')]
29/01/2021 16:32:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xc32dd781 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc32dd781', '0x1')]
29/01/2021 16:32:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:13              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xf28885d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf28885d4', '0x4')]
29/01/2021 16:32:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:32:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x2549351d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:15     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 16:32:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2549351d', '0xd')]
29/01/2021 16:32:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:32:16              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x14ec6748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ec6748', '0x8')]
29/01/2021 16:32:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:32:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc32dd781 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc32dd781', '0x1')]
29/01/2021 16:32:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:32:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf28885d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf28885d4', '0x4')]
29/01/2021 16:32:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x2549351d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:19     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 16:32:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2549351d', '0xd')]
29/01/2021 16:32:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:20              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x14ec6748 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x14ec6748', '0x8')]
29/01/2021 16:32:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:21              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xc32dd781 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc32dd781', '0x1')]
29/01/2021 16:32:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xf28885d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf28885d4', '0x4')]
29/01/2021 16:32:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:32:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:32:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:32:23              dut.10.240.183.67: flow list 0
29/01/2021 16:32:23              dut.10.240.183.67: 
29/01/2021 16:32:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_all passed
29/01/2021 16:32:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:32:23              dut.10.240.183.67: 
29/01/2021 16:32:23     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_gtpu================
29/01/2021 16:32:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:32:23              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 16:32:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:32:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 16:32:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:32:24              dut.10.240.183.67: flow list 0
29/01/2021 16:32:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 => RSS
29/01/2021 16:32:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xd349a42d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd349a42d', '0xd')]
29/01/2021 16:32:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:27              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:28              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:29              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xd349a42d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd349a42d', '0xd')]
29/01/2021 16:32:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:30              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:31              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xd349a42d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd349a42d', '0xd')]
29/01/2021 16:32:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:32:34              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:35              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:32:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xd349a42d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:32:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd349a42d', '0xd')]
29/01/2021 16:32:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:32:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x264062c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x264062c8', '0x8')]
29/01/2021 16:32:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:32:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:32:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:32:38              dut.10.240.183.67: flow list 0
29/01/2021 16:32:38              dut.10.240.183.67: 
29/01/2021 16:32:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_gtpu passed
29/01/2021 16:32:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:32:38              dut.10.240.183.67: 
29/01/2021 16:32:38     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv6_l3dst': 'passed', 'mac_ipv4_gtpu_ipv6_l3src': 'passed', 'mac_ipv4_gtpu_ipv6_all': 'passed', 'mac_ipv4_gtpu_ipv6_gtpu': 'passed'}
29/01/2021 16:32:38     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:32:38     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6 Result PASSED:
29/01/2021 16:32:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:32:39              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:32:39              dut.10.240.183.67: clear port stats all
29/01/2021 16:32:40              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:32:40              dut.10.240.183.67: stop
29/01/2021 16:32:41              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 13             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 9              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:32:41     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_symmetric Begin
29/01/2021 16:32:41              dut.10.240.183.67: 
29/01/2021 16:32:41                         tester: 
29/01/2021 16:32:41              dut.10.240.183.67: start
29/01/2021 16:32:41              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:32:41              dut.10.240.183.67: quit
29/01/2021 16:32:42              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:32:42              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:32:44              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:32:54              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:32:54              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:32:54              dut.10.240.183.67: set verbose 1
29/01/2021 16:32:54              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:32:54              dut.10.240.183.67: show port info all
29/01/2021 16:32:54              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:32:54              dut.10.240.183.67: start
29/01/2021 16:32:54              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:32:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_symmetric================
29/01/2021 16:32:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:32:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:32:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:32:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:32:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:32:54              dut.10.240.183.67: flow list 0
29/01/2021 16:32:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 => RSS
29/01/2021 16:32:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:32:55              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:55     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:32:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:32:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:32:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:32:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:57              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:57     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:32:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:32:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:32:58              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:32:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:32:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:32:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:32:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:33:00              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:33:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:33:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:33:01              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:33:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:33:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:02     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:33:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:33:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:33:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb60f7ab1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb60f7ab1', '0x1')]
29/01/2021 16:33:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:04              dut.10.240.183.67: flow list 0
29/01/2021 16:33:04              dut.10.240.183.67: 
29/01/2021 16:33:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:33:05              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x9fbea47e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:05     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:33:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fbea47e', '0xe')]
29/01/2021 16:33:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:33:06              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x9fbea47e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:06     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:33:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fbea47e', '0xe')]
29/01/2021 16:33:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:33:07              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x9fbea47e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:07     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:33:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fbea47e', '0xe')]
29/01/2021 16:33:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:33:08              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x9fbea47e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fbea47e', '0xe')]
29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_symmetric passed
29/01/2021 16:33:08              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:08              dut.10.240.183.67: 
29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_symmetric': 'passed'}
29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:33:08     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_symmetric Result PASSED:
29/01/2021 16:33:08              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:10              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:33:10              dut.10.240.183.67: clear port stats all
29/01/2021 16:33:11              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:33:11              dut.10.240.183.67: stop
29/01/2021 16:33:11              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:33:11     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_tcp Begin
29/01/2021 16:33:11              dut.10.240.183.67: 
29/01/2021 16:33:11                         tester: 
29/01/2021 16:33:11              dut.10.240.183.67: start
29/01/2021 16:33:11              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:33:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3dst================
29/01/2021 16:33:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:33:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:33:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:11              dut.10.240.183.67: flow list 0
29/01/2021 16:33:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:12              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd911a12 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd911a12', '0x2')]
29/01/2021 16:33:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x601df506 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x601df506', '0x6')]
29/01/2021 16:33:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:15              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xdd911a12 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd911a12', '0x2')]
29/01/2021 16:33:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:16              dut.10.240.183.67: flow list 0
29/01/2021 16:33:16              dut.10.240.183.67: 
29/01/2021 16:33:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3dst passed
29/01/2021 16:33:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:16              dut.10.240.183.67: 
29/01/2021 16:33:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3src================
29/01/2021 16:33:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:33:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:33:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:16              dut.10.240.183.67: flow list 0
29/01/2021 16:33:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:17              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc595b6ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc595b6ab', '0xb')]
29/01/2021 16:33:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc595b6ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc595b6ab', '0xb')]
29/01/2021 16:33:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x96c83c80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x96c83c80', '0x0')]
29/01/2021 16:33:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:19              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:21              dut.10.240.183.67: flow list 0
29/01/2021 16:33:21              dut.10.240.183.67: 
29/01/2021 16:33:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3src passed
29/01/2021 16:33:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:21              dut.10.240.183.67: 
29/01/2021 16:33:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3dst_l4src================
29/01/2021 16:33:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:21              dut.10.240.183.67: flow list 0
29/01/2021 16:33:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x68453739 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68453739', '0x9')]
29/01/2021 16:33:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:23              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd5c9d82d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5c9d82d', '0xd')]
29/01/2021 16:33:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:33:24              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc0179460 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0179460', '0x0')]
29/01/2021 16:33:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x68453739 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68453739', '0x9')]
29/01/2021 16:33:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:27              dut.10.240.183.67: flow list 0
29/01/2021 16:33:27              dut.10.240.183.67: 
29/01/2021 16:33:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3dst_l4src passed
29/01/2021 16:33:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:27              dut.10.240.183.67: 
29/01/2021 16:33:27     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3dst_l4dst================
29/01/2021 16:33:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:27              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:27              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:27              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:27              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:27              dut.10.240.183.67: flow list 0
29/01/2021 16:33:27              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:28              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf94bce86 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf94bce86', '0x6')]
29/01/2021 16:33:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x44c72192 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44c72192', '0x2')]
29/01/2021 16:33:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:30              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc0179460 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0179460', '0x0')]
29/01/2021 16:33:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:33:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xf94bce86 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf94bce86', '0x6')]
29/01/2021 16:33:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:32              dut.10.240.183.67: flow list 0
29/01/2021 16:33:32              dut.10.240.183.67: 
29/01/2021 16:33:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3dst_l4dst passed
29/01/2021 16:33:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:33              dut.10.240.183.67: 
29/01/2021 16:33:33     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3src_l4src================
29/01/2021 16:33:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:33              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:33              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:33              dut.10.240.183.67: flow list 0
29/01/2021 16:33:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x70419b80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70419b80', '0x0')]
29/01/2021 16:33:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:35              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x231c11ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x231c11ab', '0xb')]
29/01/2021 16:33:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:33:36              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd81338d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd81338d9', '0x9')]
29/01/2021 16:33:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:37              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x70419b80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70419b80', '0x0')]
29/01/2021 16:33:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:38              dut.10.240.183.67: flow list 0
29/01/2021 16:33:38              dut.10.240.183.67: 
29/01/2021 16:33:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3src_l4src passed
29/01/2021 16:33:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:38              dut.10.240.183.67: 
29/01/2021 16:33:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l3src_l4dst================
29/01/2021 16:33:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:39              dut.10.240.183.67: flow list 0
29/01/2021 16:33:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:40              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe14f623f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe14f623f', '0xf')]
29/01/2021 16:33:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xb212e814 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb212e814', '0x4')]
29/01/2021 16:33:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xd81338d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd81338d9', '0x9')]
29/01/2021 16:33:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:33:43              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe14f623f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe14f623f', '0xf')]
29/01/2021 16:33:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:44              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:44              dut.10.240.183.67: flow list 0
29/01/2021 16:33:44              dut.10.240.183.67: 
29/01/2021 16:33:44     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l3src_l4dst passed
29/01/2021 16:33:44              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:44              dut.10.240.183.67: 
29/01/2021 16:33:44     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l4src================
29/01/2021 16:33:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:44              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:44              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:33:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:44              dut.10.240.183.67: flow list 0
29/01/2021 16:33:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:46              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xbd583be4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd583be4', '0x4')]
29/01/2021 16:33:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:33:47              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x704881c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x704881c8', '0x8')]
29/01/2021 16:33:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:33:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xbd583be4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd583be4', '0x4')]
29/01/2021 16:33:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:49              dut.10.240.183.67: flow list 0
29/01/2021 16:33:49              dut.10.240.183.67: 
29/01/2021 16:33:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l4src passed
29/01/2021 16:33:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:49              dut.10.240.183.67: 
29/01/2021 16:33:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_l4dst================
29/01/2021 16:33:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:33:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:49              dut.10.240.183.67: flow list 0
29/01/2021 16:33:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:50              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x88341808 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:50     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x88341808', '0x8')]
29/01/2021 16:33:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:51              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4524a224 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4524a224', '0x4')]
29/01/2021 16:33:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:33:53              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x88341808 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:33:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x88341808', '0x8')]
29/01/2021 16:33:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:33:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:33:54              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:33:54              dut.10.240.183.67: flow list 0
29/01/2021 16:33:54              dut.10.240.183.67: 
29/01/2021 16:33:54     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_l4dst passed
29/01/2021 16:33:54              dut.10.240.183.67: flow flush 0
29/01/2021 16:33:54              dut.10.240.183.67: 
29/01/2021 16:33:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_tcp_all================
29/01/2021 16:33:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:33:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:33:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:33:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:33:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:33:54              dut.10.240.183.67: flow list 0
29/01/2021 16:33:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:33:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:55              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1905899a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:33:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1905899a', '0xa')]
29/01/2021 16:33:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:33:56              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xa1c6bf2d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa1c6bf2d', '0xd')]
29/01/2021 16:33:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:33:57              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x2fb26b07 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2fb26b07', '0x7')]
29/01/2021 16:33:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:33:58              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xe787c0c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:33:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:33:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe787c0c9', '0x9')]
29/01/2021 16:33:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:33:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:00              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x4a5803b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a5803b1', '0x1')]
29/01/2021 16:34:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:01              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1905899a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1905899a', '0xa')]
29/01/2021 16:34:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:02              dut.10.240.183.67: flow list 0
29/01/2021 16:34:02              dut.10.240.183.67: 
29/01/2021 16:34:02     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_tcp_all passed
29/01/2021 16:34:02              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:02              dut.10.240.183.67: 
29/01/2021 16:34:02     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv6_tcp_l3dst': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l3src': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_tcp_all': 'passed'}
29/01/2021 16:34:02     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:34:02     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_tcp Result PASSED:
29/01/2021 16:34:02              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:03              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:34:03              dut.10.240.183.67: clear port stats all
29/01/2021 16:34:04              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:34:04              dut.10.240.183.67: stop
29/01/2021 16:34:04              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:34:04     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_tcp_symmetric Begin
29/01/2021 16:34:04              dut.10.240.183.67: 
29/01/2021 16:34:05                         tester: 
29/01/2021 16:34:05              dut.10.240.183.67: start
29/01/2021 16:34:05              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:34:05              dut.10.240.183.67: quit
29/01/2021 16:34:06              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:34:06              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:34:07              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:34:17              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:34:17              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:34:17              dut.10.240.183.67: set verbose 1
29/01/2021 16:34:17              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:34:17              dut.10.240.183.67: show port info all
29/01/2021 16:34:18              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:34:18              dut.10.240.183.67: start
29/01/2021 16:34:18              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:34:18     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_tcp_symmetric================
29/01/2021 16:34:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:18              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end  actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:34:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / tcp / end  actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 16:34:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:18              dut.10.240.183.67: flow list 0
29/01/2021 16:34:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 TCP => RSS
29/01/2021 16:34:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:34:19              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1ad91de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 16:34:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ad91de4', '0x4')]
29/01/2021 16:34:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:34:20              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1ad91de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ad91de4', '0x4')]
29/01/2021 16:34:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:34:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1ad91de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ad91de4', '0x4')]
29/01/2021 16:34:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:34:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1ad91de4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1ad91de4', '0x4')]
29/01/2021 16:34:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:23              dut.10.240.183.67: flow list 0
29/01/2021 16:34:23              dut.10.240.183.67: 
29/01/2021 16:34:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:34:25              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc077ae61 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:25     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:34:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc077ae61', '0x1')]
29/01/2021 16:34:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:34:26              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc077ae61 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:26     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:34:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc077ae61', '0x1')]
29/01/2021 16:34:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:34:27              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0xc077ae61 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc077ae61', '0x1')]
29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_tcp_symmetric passed
29/01/2021 16:34:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:27              dut.10.240.183.67: 
29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_tcp_symmetric': 'passed'}
29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:34:27     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_tcp_symmetric Result PASSED:
29/01/2021 16:34:27              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:28              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:34:28              dut.10.240.183.67: clear port stats all
29/01/2021 16:34:29              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:34:29              dut.10.240.183.67: stop
29/01/2021 16:34:29              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:34:29     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_udp Begin
29/01/2021 16:34:29              dut.10.240.183.67: 
29/01/2021 16:34:29                         tester: 
29/01/2021 16:34:29              dut.10.240.183.67: start
29/01/2021 16:34:29              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:34:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3dst================
29/01/2021 16:34:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:34:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:34:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:30              dut.10.240.183.67: flow list 0
29/01/2021 16:34:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xefb9bbf6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefb9bbf6', '0x6')]
29/01/2021 16:34:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xffb6be89 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xffb6be89', '0x9')]
29/01/2021 16:34:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:33              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xefb9bbf6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefb9bbf6', '0x6')]
29/01/2021 16:34:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:34              dut.10.240.183.67: flow list 0
29/01/2021 16:34:34              dut.10.240.183.67: 
29/01/2021 16:34:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3dst passed
29/01/2021 16:34:34              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:34              dut.10.240.183.67: 
29/01/2021 16:34:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3src================
29/01/2021 16:34:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:34:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:34:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:34              dut.10.240.183.67: flow list 0
29/01/2021 16:34:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xcf69507d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcf69507d', '0xd')]
29/01/2021 16:34:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xcf69507d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcf69507d', '0xd')]
29/01/2021 16:34:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:38              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xdd5f97fe - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd5f97fe', '0xe')]
29/01/2021 16:34:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:39              dut.10.240.183.67: flow list 0
29/01/2021 16:34:39              dut.10.240.183.67: 
29/01/2021 16:34:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3src passed
29/01/2021 16:34:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:39              dut.10.240.183.67: 
29/01/2021 16:34:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3dst_l4src================
29/01/2021 16:34:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:34:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:34:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:39              dut.10.240.183.67: flow list 0
29/01/2021 16:34:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:40              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x965ffbc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x965ffbc9', '0x9')]
29/01/2021 16:34:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:41              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x8650feb6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8650feb6', '0x6')]
29/01/2021 16:34:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:34:43              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x75a78696 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x75a78696', '0x6')]
29/01/2021 16:34:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:34:44              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x965ffbc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x965ffbc9', '0x9')]
29/01/2021 16:34:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:45              dut.10.240.183.67: flow list 0
29/01/2021 16:34:45              dut.10.240.183.67: 
29/01/2021 16:34:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3dst_l4src passed
29/01/2021 16:34:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:45              dut.10.240.183.67: 
29/01/2021 16:34:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3dst_l4dst================
29/01/2021 16:34:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:34:45              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:34:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:45              dut.10.240.183.67: flow list 0
29/01/2021 16:34:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:46              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x5a222836 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a222836', '0x6')]
29/01/2021 16:34:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x4a2d2d49 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a2d2d49', '0x9')]
29/01/2021 16:34:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:34:48              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x75a78696 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x75a78696', '0x6')]
29/01/2021 16:34:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:34:50              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x5a222836 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a222836', '0x6')]
29/01/2021 16:34:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:51              dut.10.240.183.67: flow list 0
29/01/2021 16:34:51              dut.10.240.183.67: 
29/01/2021 16:34:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3dst_l4dst passed
29/01/2021 16:34:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:51              dut.10.240.183.67: 
29/01/2021 16:34:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3src_l4src================
29/01/2021 16:34:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:34:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:34:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:51              dut.10.240.183.67: flow list 0
29/01/2021 16:34:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:52              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb68f1042 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb68f1042', '0x2')]
29/01/2021 16:34:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:53              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xa4b9d7c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4b9d7c1', '0x1')]
29/01/2021 16:34:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:34:54              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x55776d1d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55776d1d', '0xd')]
29/01/2021 16:34:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:34:55              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb68f1042 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:34:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb68f1042', '0x2')]
29/01/2021 16:34:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:34:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:34:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:34:57              dut.10.240.183.67: flow list 0
29/01/2021 16:34:57              dut.10.240.183.67: 
29/01/2021 16:34:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3src_l4src passed
29/01/2021 16:34:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:34:57              dut.10.240.183.67: 
29/01/2021 16:34:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l3src_l4dst================
29/01/2021 16:34:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:34:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:34:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:34:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:34:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:34:57              dut.10.240.183.67: flow list 0
29/01/2021 16:34:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:34:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x7af2c3bd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:34:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7af2c3bd', '0xd')]
29/01/2021 16:34:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:34:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x68c4043e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:34:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:34:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x68c4043e', '0xe')]
29/01/2021 16:34:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:34:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:35:00              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x55776d1d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x55776d1d', '0xd')]
29/01/2021 16:35:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:35:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x7af2c3bd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7af2c3bd', '0xd')]
29/01/2021 16:35:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:35:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:35:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:35:02              dut.10.240.183.67: flow list 0
29/01/2021 16:35:03              dut.10.240.183.67: 
29/01/2021 16:35:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l3src_l4dst passed
29/01/2021 16:35:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:03              dut.10.240.183.67: 
29/01/2021 16:35:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l4src================
29/01/2021 16:35:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:35:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:35:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:35:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:35:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:35:03              dut.10.240.183.67: flow list 0
29/01/2021 16:35:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:35:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:04              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x48cdc2fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:35:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48cdc2fb', '0xb')]
29/01/2021 16:35:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:35:05              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb90cfd83 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb90cfd83', '0x3')]
29/01/2021 16:35:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:35:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x48cdc2fb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48cdc2fb', '0xb')]
29/01/2021 16:35:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:35:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:35:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:35:07              dut.10.240.183.67: flow list 0
29/01/2021 16:35:07              dut.10.240.183.67: 
29/01/2021 16:35:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l4src passed
29/01/2021 16:35:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:07              dut.10.240.183.67: 
29/01/2021 16:35:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_l4dst================
29/01/2021 16:35:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:35:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:35:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:35:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:35:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:35:08              dut.10.240.183.67: flow list 0
29/01/2021 16:35:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:35:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:09              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xd82d9db2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:35:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82d9db2', '0x2')]
29/01/2021 16:35:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:35:10              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x29eca2ca - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x29eca2ca', '0xa')]
29/01/2021 16:35:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:35:11              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xd82d9db2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82d9db2', '0x2')]
29/01/2021 16:35:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:35:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:35:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:35:12              dut.10.240.183.67: flow list 0
29/01/2021 16:35:12              dut.10.240.183.67: 
29/01/2021 16:35:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_l4dst passed
29/01/2021 16:35:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:12              dut.10.240.183.67: 
29/01/2021 16:35:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv6_udp_all================
29/01/2021 16:35:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:35:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:35:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:35:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:35:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:35:12              dut.10.240.183.67: flow list 0
29/01/2021 16:35:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:35:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x7b53d000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:35:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b53d000', '0x0')]
29/01/2021 16:35:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:35:15              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x470713d7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x470713d7', '0x7')]
29/01/2021 16:35:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:35:16              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0xb8841e18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb8841e18', '0x8')]
29/01/2021 16:35:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x837d799e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837d799e', '0xe')]
29/01/2021 16:35:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:18              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x69651783 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:35:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x69651783', '0x3')]
29/01/2021 16:35:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:35:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x7b53d000 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b53d000', '0x0')]
29/01/2021 16:35:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:35:19              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:35:20              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:35:20              dut.10.240.183.67: flow list 0
29/01/2021 16:35:20              dut.10.240.183.67: 
29/01/2021 16:35:20     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv6_udp_all passed
29/01/2021 16:35:20              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:20              dut.10.240.183.67: 
29/01/2021 16:35:20     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv6_udp_l3dst': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l3src': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l4src': 'passed', 'mac_ipv4_gtpu_ipv6_udp_l4dst': 'passed', 'mac_ipv4_gtpu_ipv6_udp_all': 'passed'}
29/01/2021 16:35:20     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:35:20     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_udp Result PASSED:
29/01/2021 16:35:20              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:21              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:35:21              dut.10.240.183.67: clear port stats all
29/01/2021 16:35:23              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:35:23              dut.10.240.183.67: stop
29/01/2021 16:35:23              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:35:23     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_udp_symmetric Begin
29/01/2021 16:35:23              dut.10.240.183.67: 
29/01/2021 16:35:23                         tester: 
29/01/2021 16:35:23              dut.10.240.183.67: start
29/01/2021 16:35:23              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:35:23              dut.10.240.183.67: quit
29/01/2021 16:35:24              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:35:24              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:35:26              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:35:36              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:35:36              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:35:36              dut.10.240.183.67: set verbose 1
29/01/2021 16:35:36              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:35:36              dut.10.240.183.67: show port info all
29/01/2021 16:35:36              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:35:36              dut.10.240.183.67: start
29/01/2021 16:35:36              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:35:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_ipv4_udp_symmetric================
29/01/2021 16:35:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:35:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:35:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:35:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 16:35:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:35:36              dut.10.240.183.67: flow list 0
29/01/2021 16:35:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU IPV6 UDP => RSS
29/01/2021 16:35:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:35:37              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x1201fb80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 16:35:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1201fb80', '0x0')]
29/01/2021 16:35:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:35:38              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x1201fb80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1201fb80', '0x0')]
29/01/2021 16:35:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:35:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x1201fb80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1201fb80', '0x0')]
29/01/2021 16:35:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:35:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x1201fb80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:35:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1201fb80', '0x0')]
29/01/2021 16:35:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:35:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:35:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:35:42              dut.10.240.183.67: flow list 0
29/01/2021 16:35:42              dut.10.240.183.67: 
29/01/2021 16:35:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:35:43              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x39083635 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:43     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:35:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x39083635', '0x5')]
29/01/2021 16:35:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:35:44              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x39083635 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:44     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:35:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x39083635', '0x5')]
29/01/2021 16:35:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:35:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:35:45              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=578 - nb_segs=1 - RSS hash=0x39083635 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x39083635', '0x5')]
29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_ipv4_udp_symmetric passed
29/01/2021 16:35:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:45              dut.10.240.183.67: 
29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_ipv4_udp_symmetric': 'passed'}
29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:35:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_ipv6_udp_symmetric Result PASSED:
29/01/2021 16:35:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:35:46              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:35:46              dut.10.240.183.67: clear port stats all
29/01/2021 16:35:47              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:35:47              dut.10.240.183.67: stop
29/01/2021 16:35:47              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:35:47     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_symmetric Begin
29/01/2021 16:35:48              dut.10.240.183.67: 
29/01/2021 16:35:48                         tester: 
29/01/2021 16:35:48              dut.10.240.183.67: start
29/01/2021 16:35:48              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:35:48              dut.10.240.183.67: quit
29/01/2021 16:35:49              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:35:49              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:35:50              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:36:00              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:36:00              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:36:00              dut.10.240.183.67: set verbose 1
29/01/2021 16:36:01              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:36:01              dut.10.240.183.67: show port info all
29/01/2021 16:36:01              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:36:01              dut.10.240.183.67: start
29/01/2021 16:36:01              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:36:01     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpu_symmetric================
29/01/2021 16:36:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:36:01              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:36:01              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:36:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:36:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:36:01              dut.10.240.183.67: flow list 0
29/01/2021 16:36:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU => RSS
29/01/2021 16:36:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:01     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:36:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:02     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-pay'}

29/01/2021 16:36:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:36:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:36:04              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:36:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:36:05              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:36:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:06     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-request'}

29/01/2021 16:36:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:36:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:07     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:36:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpu-echo-reponse'}

29/01/2021 16:36:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:36:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:36:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:11     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-pay'}

29/01/2021 16:36:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:36:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:36:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:13     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-eh-pay'}

29/01/2021 16:36:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:36:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:36:15              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-request'}

29/01/2021 16:36:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:36:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.1", dst="192.168.1.3")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()']
29/01/2021 16:36:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:17     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv4-gtpu-echo-reponse'}

29/01/2021 16:36:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:36:18              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x95154981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95154981', '0x1')]
29/01/2021 16:36:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:36:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:36:20              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:36:20              dut.10.240.183.67: flow list 0
29/01/2021 16:36:20              dut.10.240.183.67: 
29/01/2021 16:36:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:36:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=146 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:21     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpu-pay'}

29/01/2021 16:36:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:36:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=158 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:22     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpu-eh-pay'}

29/01/2021 16:36:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:36:23              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:23     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpu-echo-request'}

29/01/2021 16:36:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:36:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:24     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-gtpu-echo-reponse'}

29/01/2021 16:36:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:36:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:25     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpu-pay'}

29/01/2021 16:36:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:36:26              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=162 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:26     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpu-eh-pay'}

29/01/2021 16:36:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:36:27              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:27     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpu-echo-request'}

29/01/2021 16:36:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IP(src="192.168.1.3", dst="192.168.1.1")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoResponse()
29/01/2021 16:36:28              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:1E:67:56:C8:2B - dst=00:11:22:33:44:55 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x2ac55609 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv4-gtpu-echo-reponse'}

29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ac55609', '0x9')]
29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpu_symmetric passed
29/01/2021 16:36:28              dut.10.240.183.67: flow flush 0
29/01/2021 16:36:28              dut.10.240.183.67: 
29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpu_symmetric': 'passed'}
29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:36:28     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv4_gtpu_symmetric Result PASSED:
29/01/2021 16:36:28              dut.10.240.183.67: flow flush 0
29/01/2021 16:36:30              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:36:30              dut.10.240.183.67: clear port stats all
29/01/2021 16:36:31              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:36:31              dut.10.240.183.67: stop
29/01/2021 16:36:31              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:36:31     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpc Begin
29/01/2021 16:36:31              dut.10.240.183.67: 
29/01/2021 16:36:31                         tester: 
29/01/2021 16:36:31              dut.10.240.183.67: start
29/01/2021 16:36:31              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:36:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv4_gtpc_l3src_only================
29/01/2021 16:36:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:36:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end 
29/01/2021 16:36:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:36:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end 
29/01/2021 16:36:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:36:31              dut.10.240.183.67: flow list 0
29/01/2021 16:36:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPC => RSS
29/01/2021 16:36:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:36:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 16:36:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:36:33              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:36:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:36:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoEesponse'}

29/01/2021 16:36:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:36:37              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:36:38              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:36:39              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:36:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:36:40              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:36:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:36:42              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:42     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:36:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:36:43              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:36:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:36:46              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:36:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:36:47              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:36:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:36:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:49     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:36:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:36:50              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:36:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:36:52              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:52     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:36:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:36:53              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:36:54              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:36:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:55     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:36:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:36:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:36:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:36:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:36:58              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:36:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:36:59              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:36:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:36:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:36:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:36:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:37:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:37:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:01     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:37:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:02     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:37:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:37:03              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:37:04              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:37:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:05     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoRequest'}

29/01/2021 16:37:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:37:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:37:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:37:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoEesponse'}

29/01/2021 16:37:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:37:10              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:37:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:37:12              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:12     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:37:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:37:13              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:37:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:37:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:37:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:37:16              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:37:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:37:19              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:37:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:37:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:37:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:37:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:22     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:37:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:37:23              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:37:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:24     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:37:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:25     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:37:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:37:26              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:37:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:37:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:28     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:37:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:28     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:37:30              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:37:31              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:37:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:37:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:37:33              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:37:34              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:37:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:35     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:37:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:37:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xc8579ccb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8579ccb', '0xb')]
29/01/2021 16:37:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:37:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x896eb9d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x896eb9d', '0xd')]
29/01/2021 16:37:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:37:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:37:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:37:38              dut.10.240.183.67: flow list 0
29/01/2021 16:37:38              dut.10.240.183.67: 
29/01/2021 16:37:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv4_gtpc_l3src_only passed
29/01/2021 16:37:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:37:39              dut.10.240.183.67: 
29/01/2021 16:37:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpc_l3dst_only================
29/01/2021 16:37:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:37:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end 
29/01/2021 16:37:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:37:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end 
29/01/2021 16:37:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:37:39              dut.10.240.183.67: flow list 0
29/01/2021 16:37:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPC => RSS
29/01/2021 16:37:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:37:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:40     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-gtpc-EchoRequest'}

29/01/2021 16:37:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:37:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:37:42              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:37:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoEesponse'}

29/01/2021 16:37:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:37:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:37:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:45     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:37:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:37:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:37:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:37:49              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:37:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:37:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:50     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:37:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:37:52              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:37:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:37:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:37:54              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:37:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:37:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:37:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:56     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:37:57              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:37:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:37:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:37:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:37:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:37:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:37:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:37:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:38:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:38:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:38:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:38:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:38:03              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:38:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:38:04              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:38:05              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:38:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:06     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:38:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:38:07              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:38:08              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:38:10              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:38:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:38:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:38:12              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:38:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:13     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoRequest'}

29/01/2021 16:38:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:38:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:38:15              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:38:16              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:16     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoEesponse'}

29/01/2021 16:38:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:38:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:38:18              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:38:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:38:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:38:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:38:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:38:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:23     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:38:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:23     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:38:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:38:25              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:38:26              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:38:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:38:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:38:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:28     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:38:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:29     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:38:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:29     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:38:30              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:38:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:38:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:33     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:38:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:38:34              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:38:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:38:36              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:38:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:38:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:38:38              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:38:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:38:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:38:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:38:41              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:38:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:38:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:38:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x1c112d5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1c112d5d', '0xd')]
29/01/2021 16:38:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=3)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:38:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xbcb0e1a0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbcb0e1a0', '0x0')]
29/01/2021 16:38:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:38:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:38:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:38:46              dut.10.240.183.67: flow list 0
29/01/2021 16:38:46              dut.10.240.183.67: 
29/01/2021 16:38:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpc_l3dst_only passed
29/01/2021 16:38:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:38:46              dut.10.240.183.67: 
29/01/2021 16:38:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpc_l3_src_only_l3_dst_only================
29/01/2021 16:38:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:38:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 end key_len 0 queues end / end 
29/01/2021 16:38:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:38:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss types ipv6 end key_len 0 queues end / end 
29/01/2021 16:38:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:38:46              dut.10.240.183.67: flow list 0
29/01/2021 16:38:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPC => RSS
29/01/2021 16:38:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:38:47              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:47     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoRequest'}

29/01/2021 16:38:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:38:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:38:48              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:38:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:38:49              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:38:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:38:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:38:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:38:52              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:38:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:38:53              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoEesponse'}

29/01/2021 16:38:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:38:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:38:54              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:38:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:38:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:38:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:38:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:38:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:38:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:38:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:38:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:57     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:38:58              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:58     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:38:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:38:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:38:59              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:38:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:38:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:38:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:38:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:39:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:39:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:39:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:39:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:39:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:39:05              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:39:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:39:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:39:08              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:39:09              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:39:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:39:10              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:39:11              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:39:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:39:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:39:15              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:39:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:39:16              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:39:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:39:18              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:39:19              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:19     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:39:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:39:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:39:21              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:39:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:39:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:39:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:39:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:39:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:39:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:39:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:39:29              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:39:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:30     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:39:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:31     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:39:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:39:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:39:33              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:39:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:39:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:39:37              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:37     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:39:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:39:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:39:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:39:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:39:41              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:39:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:42     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoRequest'}

29/01/2021 16:39:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:39:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:39:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:39:45              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:39:47              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:39:48              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoEesponse'}

29/01/2021 16:39:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:39:49              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:39:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:39:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:39:52              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:39:53              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:53     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:39:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:39:54              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:39:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:39:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:39:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:39:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:39:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:39:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:39:58              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:39:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:39:59              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:39:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:39:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:39:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:39:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:40:00              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:40:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:40:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:40:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:40:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:40:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:40:05              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:05     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:40:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:40:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:40:09              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:40:10              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:40:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:40:11              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:40:12              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:40:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:40:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:40:15              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:15     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:40:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:40:16              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:16     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:40:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:40:18              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:40:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:40:21              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:40:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:40:22              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:40:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:40:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:40:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:25     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:40:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:40:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:40:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:40:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:40:29              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:40:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:40:32              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:40:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:40:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x5f2c7507 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f2c7507', '0x7')]
29/01/2021 16:40:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:40:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xac27e1d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xac27e1d0', '0x0')]
29/01/2021 16:40:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:40:35              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x9fed0251 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:40:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fed0251', '0x1')]
29/01/2021 16:40:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2123)/GTPHeader(teid=0x12345682,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:40:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0x6ce69686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ce69686', '0x6')]
29/01/2021 16:40:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:40:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:40:37              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:40:37              dut.10.240.183.67: flow list 0
29/01/2021 16:40:37              dut.10.240.183.67: 
29/01/2021 16:40:37     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpc_l3_src_only_l3_dst_only passed
29/01/2021 16:40:37              dut.10.240.183.67: flow flush 0
29/01/2021 16:40:37              dut.10.240.183.67: 
29/01/2021 16:40:37     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv4_gtpc_l3src_only': 'passed', 'mac_ipv6_gtpc_l3dst_only': 'passed', 'mac_ipv6_gtpc_l3_src_only_l3_dst_only': 'passed'}
29/01/2021 16:40:37     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:40:37     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpc Result PASSED:
29/01/2021 16:40:37              dut.10.240.183.67: flow flush 0
29/01/2021 16:40:39              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:40:39              dut.10.240.183.67: clear port stats all
29/01/2021 16:40:40              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:40:40              dut.10.240.183.67: stop
29/01/2021 16:40:40              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 60             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 60             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:40:40     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpc_symmetric Begin
29/01/2021 16:40:40              dut.10.240.183.67: 
29/01/2021 16:40:40                         tester: 
29/01/2021 16:40:40              dut.10.240.183.67: start
29/01/2021 16:40:40              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:40:40              dut.10.240.183.67: quit
29/01/2021 16:40:41              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:40:41              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:40:43              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:40:53              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:40:53              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:40:53              dut.10.240.183.67: set verbose 1
29/01/2021 16:40:53              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:40:53              dut.10.240.183.67: show port info all
29/01/2021 16:40:53              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:40:53              dut.10.240.183.67: start
29/01/2021 16:40:53              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:40:53     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpc_symmetric================
29/01/2021 16:40:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:40:53              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:40:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:40:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpc / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:40:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:40:53              dut.10.240.183.67: flow list 0
29/01/2021 16:40:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPC => RSS
29/01/2021 16:40:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:40:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoRequest'}

29/01/2021 16:40:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:40:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:40:55              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:40:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:40:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:57     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-EchoEesponse'}

29/01/2021 16:40:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:40:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:40:58              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:40:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:40:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:58     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:40:59              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:40:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:40:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:40:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:40:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:41:00              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:41:01              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:01     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:41:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:41:02              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:02     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:41:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:41:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:41:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:41:05              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:05     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:41:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:41:06              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:41:08              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:08     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:41:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:41:09              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:09     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:41:10              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:41:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:41:11              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:41:12              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:12     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:41:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:41:13              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:41:14              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:41:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:41:15              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:41:16              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:16     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoRequest'}

29/01/2021 16:41:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:41:17              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:41:19              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-EchoEesponse'}

29/01/2021 16:41:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:41:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()']
29/01/2021 16:41:21              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:41:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:41:22              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()']
29/01/2021 16:41:23              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:23     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:41:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:41:24              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:24     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()']
29/01/2021 16:41:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:25     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:41:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:41:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()']
29/01/2021 16:41:27              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:41:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:41:28              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:28     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()']
29/01/2021 16:41:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:30     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:41:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:41:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()']
29/01/2021 16:41:32              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:41:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:41:33              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()']
29/01/2021 16:41:34              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:41:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:41:35              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()']
29/01/2021 16:41:36              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:41:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:41:37              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xc473b916 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:41:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc473b916', '0x6')]
29/01/2021 16:41:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:41:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:41:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:41:38              dut.10.240.183.67: flow list 0
29/01/2021 16:41:38              dut.10.240.183.67: 
29/01/2021 16:41:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:41:40              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:40     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-EchoRequest'}

29/01/2021 16:41:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:41:41              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:41     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-EchoEesponse'}

29/01/2021 16:41:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:41:42              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=109 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:42     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:41:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:41:43              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:43     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:41:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:41:44              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=146 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:44     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:41:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:41:45              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:45     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:41:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:41:46              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:46     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:41:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:41:47              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:47     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:41:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:41:48              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=103 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:48     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:41:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:41:49              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=79 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =28897, Destination UDP port =2123, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:49     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:41:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:41:51              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:51     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-EchoRequest'}

29/01/2021 16:41:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:41:52              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=78 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:52     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-EchoEesponse'}

29/01/2021 16:41:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x10)/GTPCreatePDPContextRequest()
29/01/2021 16:41:53              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=113 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:53     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-CreatePDPContextRequest'}

29/01/2021 16:41:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x11)/GTPCreatePDPContextResponse()
29/01/2021 16:41:54              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:54     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-CreatePDPContextResponse'}

29/01/2021 16:41:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x12)/GTPUpdatePDPContextRequest()
29/01/2021 16:41:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=150 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:55     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-UpdatePDPContextRequest'}

29/01/2021 16:41:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x13)/GTPUpdatePDPContextResponse()
29/01/2021 16:41:56              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:56     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-UpdatePDPContextResponse'}

29/01/2021 16:41:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x14)/GTPDeletePDPContextRequest()
29/01/2021 16:41:57              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:57     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-DeletePDPContextRequest'}

29/01/2021 16:41:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x15)/GTPDeletePDPContextResponse()
29/01/2021 16:41:58              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:58     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-DeletePDPContextResponse'}

29/01/2021 16:41:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1B)/GTPPDUNotificationRequest()
29/01/2021 16:41:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=107 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:41:59     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-PDUNotificationRequest'}

29/01/2021 16:41:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:41:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:41:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2123)/GTPHeader(teid=0x12345678,gtp_type=0x1F)/GTPSupportedExtensionHeadersNotification()
29/01/2021 16:42:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=83 - nb_segs=1 - RSS hash=0xc10d9f0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPC  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpc-SupportedExtensionHeadersNotification'}

29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc10d9f0e', '0xe')]
29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpc_symmetric passed
29/01/2021 16:42:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:42:00              dut.10.240.183.67: 
29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpc_symmetric': 'passed'}
29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:42:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpc_symmetric Result PASSED:
29/01/2021 16:42:00              dut.10.240.183.67: flow flush 0
29/01/2021 16:42:02              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:42:02              dut.10.240.183.67: clear port stats all
29/01/2021 16:42:03              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:42:03              dut.10.240.183.67: stop
29/01/2021 16:42:03              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:42:03     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu Begin
29/01/2021 16:42:03              dut.10.240.183.67: 
29/01/2021 16:42:03                         tester: 
29/01/2021 16:42:03              dut.10.240.183.67: start
29/01/2021 16:42:03              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:42:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_l3src_only================
29/01/2021 16:42:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:42:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:42:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:42:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:42:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:42:03              dut.10.240.183.67: flow list 0
29/01/2021 16:42:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU => RSS
29/01/2021 16:42:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:03     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:04              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-pay'}

29/01/2021 16:42:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345691,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:42:07              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:07     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:08              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:08     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-eh-pay'}

29/01/2021 16:42:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:08     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:42:10              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:11              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:11     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-request'}

29/01/2021 16:42:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:12              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=25,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:42:13              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:14              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-reponse'}

29/01/2021 16:42:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:14     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=25,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:42:17              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:18              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:18     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-pay'}

29/01/2021 16:42:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:19              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:42:20              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:20     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:21              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-eh-pay'}

29/01/2021 16:42:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2027")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x44)/Raw("x"*96)
29/01/2021 16:42:23              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:23     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:24              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:24     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-request'}

29/01/2021 16:42:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:24     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=25,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:42:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-reponse'}

29/01/2021 16:42:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x864a1fa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x864a1fa9', '0x9')]
29/01/2021 16:42:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=25,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:42:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x5db93cb7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5db93cb7', '0x7')]
29/01/2021 16:42:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:42:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:42:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:42:31              dut.10.240.183.67: flow list 0
29/01/2021 16:42:31              dut.10.240.183.67: 
29/01/2021 16:42:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_l3src_only passed
29/01/2021 16:42:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:42:31              dut.10.240.183.67: 
29/01/2021 16:42:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_l3dst_only================
29/01/2021 16:42:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:42:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:42:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:42:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:42:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:42:31              dut.10.240.183.67: flow list 0
29/01/2021 16:42:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU => RSS
29/01/2021 16:42:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:31     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:32              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-pay'}

29/01/2021 16:42:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:33              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:42:34              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:36              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-eh-pay'}

29/01/2021 16:42:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:36     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:37              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:42:38              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:39              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-request'}

29/01/2021 16:42:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:40              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:42:41              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:42              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:42     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-reponse'}

29/01/2021 16:42:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:43              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345691,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:42:44              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:45              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:45     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-pay'}

29/01/2021 16:42:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:45     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:42:47              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=7)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:42:48              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:48     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:49              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:49     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-eh-pay'}

29/01/2021 16:42:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:42:50              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:42:51              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:52              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:52     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-request'}

29/01/2021 16:42:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:52     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:42:53              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:42:54              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:54     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:55     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-reponse'}

29/01/2021 16:42:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:42:56              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x8d678a1f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:42:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8d678a1f', '0xf')]
29/01/2021 16:42:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:42:57              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xbb6d388e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:42:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:42:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb6d388e', '0xe')]
29/01/2021 16:42:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:42:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:42:59              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:42:59              dut.10.240.183.67: flow list 0
29/01/2021 16:42:59              dut.10.240.183.67: 
29/01/2021 16:42:59     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_l3dst_only passed
29/01/2021 16:42:59              dut.10.240.183.67: flow flush 0
29/01/2021 16:42:59              dut.10.240.183.67: 
29/01/2021 16:42:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_l3_src_only_l3_dst_only================
29/01/2021 16:42:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:42:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:42:59              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:42:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:42:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:42:59              dut.10.240.183.67: flow list 0
29/01/2021 16:42:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU => RSS
29/01/2021 16:42:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:42:59     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:00              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:00     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-pay'}

29/01/2021 16:43:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:00     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:01     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:02              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:43:03              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:43:04              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:04     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:06     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-eh-pay'}

29/01/2021 16:43:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:06     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:07     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:08              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:43:09              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:09     TestCVLAdvancedIAVFRSSGTPU: action: heck_hash_different

29/01/2021 16:43:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=27,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:43:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:10     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:11              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:11     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-request'}

29/01/2021 16:43:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:11     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:12              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:12     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:13              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:43:14              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:43:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:15     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:17              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:17     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-reponse'}

29/01/2021 16:43:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:17     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:18     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:19              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:43:20              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:43:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:21     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:22              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:22     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-pay'}

29/01/2021 16:43:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:22     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:23              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:23     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 16:43:24              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:43:25              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345683,gtp_type=0x01)/Raw("x"*96)
29/01/2021 16:43:26              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:26     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:27              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-eh-pay'}

29/01/2021 16:43:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:27     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:29              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:29     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 16:43:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 16:43:31              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPPDUSessionContainer(type=1, P=1, QFI=0x55)/Raw("x"*96)
29/01/2021 16:43:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:32     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:33     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-request'}

29/01/2021 16:43:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:34              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 16:43:35              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:43:36              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 16:43:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:38              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:38     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-reponse'}

29/01/2021 16:43:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:40              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xe66be474 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe66be474', '0x4')]
29/01/2021 16:43:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 16:43:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x11407417 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11407417', '0x7')]
29/01/2021 16:43:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1537", dst="CDCD:910A:2222:5498:8475:1111:3900:2023")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:43:42              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x3d98c76a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d98c76a', '0xa')]
29/01/2021 16:43:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=5)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23,dport=2152)/GTP_U_Header(teid=0x12345682,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 16:43:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0xcab35709 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcab35709', '0x9')]
29/01/2021 16:43:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:43:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:43:44              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:43:44              dut.10.240.183.67: flow list 0
29/01/2021 16:43:44              dut.10.240.183.67: 
29/01/2021 16:43:44     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_l3_src_only_l3_dst_only passed
29/01/2021 16:43:44              dut.10.240.183.67: flow flush 0
29/01/2021 16:43:44              dut.10.240.183.67: 
29/01/2021 16:43:44     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_l3src_only': 'passed', 'mac_ipv6_gtpu_l3dst_only': 'passed', 'mac_ipv6_gtpu_l3_src_only_l3_dst_only': 'passed'}
29/01/2021 16:43:44     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:43:44     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu Result PASSED:
29/01/2021 16:43:44              dut.10.240.183.67: flow flush 0
29/01/2021 16:43:45              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:43:45              dut.10.240.183.67: clear port stats all
29/01/2021 16:43:46              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:43:46              dut.10.240.183.67: stop
29/01/2021 16:43:47              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 24             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 24             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:43:47     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4 Begin
29/01/2021 16:43:47              dut.10.240.183.67: 
29/01/2021 16:43:47                         tester: 
29/01/2021 16:43:47              dut.10.240.183.67: start
29/01/2021 16:43:47              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:43:47     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_l3dst================
29/01/2021 16:43:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:43:47              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:43:47              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:43:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:43:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:43:47              dut.10.240.183.67: flow list 0
29/01/2021 16:43:47              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:43:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:43:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:43:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:43:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:43:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:43:50              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:43:51              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:43:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:43:53              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:43:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:43:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:43:55              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:43:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:43:56              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:43:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:43:57              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:43:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:43:58              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:43:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:43:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:43:59              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:43:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:43:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:43:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:43:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:44:00              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:44:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:44:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:44:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:44:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:44:05              dut.10.240.183.67: flow list 0
29/01/2021 16:44:05              dut.10.240.183.67: 
29/01/2021 16:44:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_l3dst passed
29/01/2021 16:44:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:44:05              dut.10.240.183.67: 
29/01/2021 16:44:05     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_l3src================
29/01/2021 16:44:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:44:05              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:44:05              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:44:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:44:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:44:05              dut.10.240.183.67: flow list 0
29/01/2021 16:44:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:44:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:44:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:44:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:44:12              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:44:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:44:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:44:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:44:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:44:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:19              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:44:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:44:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:44:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:44:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:44:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:44:23              dut.10.240.183.67: flow list 0
29/01/2021 16:44:23              dut.10.240.183.67: 
29/01/2021 16:44:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_l3src passed
29/01/2021 16:44:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:44:23              dut.10.240.183.67: 
29/01/2021 16:44:23     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_all================
29/01/2021 16:44:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:44:23              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:44:23              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:44:23              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:44:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:44:23              dut.10.240.183.67: flow list 0
29/01/2021 16:44:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:44:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:24              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:44:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:44:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:44:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:44:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:44:27              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:44:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:29              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:44:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:44:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:44:31              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:44:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:44:32              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:44:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:33              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:44:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:34              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:44:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:44:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:44:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:44:36              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:44:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:44:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:38              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:44:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:44:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:44:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:44:41              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:44:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:42              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:44:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:44:43              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:44:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:44:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:44:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:44:45              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:44:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:44:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:44:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:44:46              dut.10.240.183.67: flow list 0
29/01/2021 16:44:46              dut.10.240.183.67: 
29/01/2021 16:44:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_all passed
29/01/2021 16:44:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:44:46              dut.10.240.183.67: 
29/01/2021 16:44:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_l3dst================
29/01/2021 16:44:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:44:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:44:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:44:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:44:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:44:46              dut.10.240.183.67: flow list 0
29/01/2021 16:44:47              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:44:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:44:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:44:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:44:50              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:51              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:44:52              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:44:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:44:53              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:44:55              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:44:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:44:56              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:44:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:58              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:44:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:44:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:44:59              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:44:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:44:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:44:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:44:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:45:00              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:45:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:45:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x86546bcd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x86546bcd', '0xd')]
29/01/2021 16:45:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:45:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdf6c6868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdf6c6868', '0x8')]
29/01/2021 16:45:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:45:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:45:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:45:04              dut.10.240.183.67: flow list 0
29/01/2021 16:45:04              dut.10.240.183.67: 
29/01/2021 16:45:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_l3dst passed
29/01/2021 16:45:04              dut.10.240.183.67: flow flush 0
29/01/2021 16:45:04              dut.10.240.183.67: 
29/01/2021 16:45:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_l3src================
29/01/2021 16:45:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:45:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:45:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:45:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:45:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:45:05              dut.10.240.183.67: flow list 0
29/01/2021 16:45:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:45:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:45:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:45:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:45:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:45:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:45:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:45:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:45:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:45:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:45:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:45:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:45:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:45:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:45:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:45:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:45:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:45:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:19              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7b6e1fe1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:45:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7b6e1fe1', '0x1')]
29/01/2021 16:45:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:45:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x22561c44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22561c44', '0x4')]
29/01/2021 16:45:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:45:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:45:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:45:22              dut.10.240.183.67: flow list 0
29/01/2021 16:45:22              dut.10.240.183.67: 
29/01/2021 16:45:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_l3src passed
29/01/2021 16:45:22              dut.10.240.183.67: flow flush 0
29/01/2021 16:45:22              dut.10.240.183.67: 
29/01/2021 16:45:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_all================
29/01/2021 16:45:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:45:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:45:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:45:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:45:23              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:45:23              dut.10.240.183.67: flow list 0
29/01/2021 16:45:23              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:45:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:45:24              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:45:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:45:25              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:45:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:45:26              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:45:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:45:27              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:45:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:45:28              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:28     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:45:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:45:29              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:45:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:45:30              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:45:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:45:31              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:45:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:45:32              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:45:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:45:34              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:45:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:45:35              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:45:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:45:36              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:45:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:45:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:45:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:45:38              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:45:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:45:39              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:45:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:45:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:45:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:41              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x11d24438 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:45:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d24438', '0x8')]
29/01/2021 16:45:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 16:45:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1f463206 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f463206', '0x6')]
29/01/2021 16:45:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:45:44              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x48ea479d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x48ea479d', '0xd')]
29/01/2021 16:45:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:45:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 16:45:45              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x467e31a3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:45:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:45:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x467e31a3', '0x3')]
29/01/2021 16:45:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:45:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:45:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:45:46              dut.10.240.183.67: flow list 0
29/01/2021 16:45:46              dut.10.240.183.67: 
29/01/2021 16:45:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_all passed
29/01/2021 16:45:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:45:46              dut.10.240.183.67: 
29/01/2021 16:45:46     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_all': 'passed'}
29/01/2021 16:45:46     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:45:46     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4 Result PASSED:
29/01/2021 16:45:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:45:47              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:45:47              dut.10.240.183.67: clear port stats all
29/01/2021 16:45:48              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:45:48              dut.10.240.183.67: stop
29/01/2021 16:45:48              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 30             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:45:48     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_symmetric Begin
29/01/2021 16:45:48              dut.10.240.183.67: 
29/01/2021 16:45:49                         tester: 
29/01/2021 16:45:49              dut.10.240.183.67: start
29/01/2021 16:45:49              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:45:49              dut.10.240.183.67: quit
29/01/2021 16:45:50              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:45:50              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:45:51              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:46:01              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:46:01              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:46:01              dut.10.240.183.67: set verbose 1
29/01/2021 16:46:01              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:46:01              dut.10.240.183.67: show port info all
29/01/2021 16:46:02              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:46:02              dut.10.240.183.67: start
29/01/2021 16:46:02              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:46:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_symmetric================
29/01/2021 16:46:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:46:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:46:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:02              dut.10.240.183.67: flow list 0
29/01/2021 16:46:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:46:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:46:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:46:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:46:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:46:05              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:05     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:46:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:46:06              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:46:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:07     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:46:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:46:08              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:46:10              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:10     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:46:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:46:11              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:12              dut.10.240.183.67: flow list 0
29/01/2021 16:46:12              dut.10.240.183.67: 
29/01/2021 16:46:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:46:13              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:13     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:46:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:46:14              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:14     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:46:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:46:15              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:15     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:46:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:46:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:16     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:46:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_symmetric passed
29/01/2021 16:46:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:16              dut.10.240.183.67: 
29/01/2021 16:46:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_symmetric================
29/01/2021 16:46:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:46:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:46:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:16              dut.10.240.183.67: flow list 0
29/01/2021 16:46:17              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:46:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:46:18              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:18     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:46:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:46:19              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:46:20              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:20     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:46:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:46:21              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:46:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:22     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:46:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:46:23              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:46:24              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:24     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:46:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:46:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8e19b5f8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8e19b5f8', '0x8')]
29/01/2021 16:46:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:26              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:26              dut.10.240.183.67: flow list 0
29/01/2021 16:46:27              dut.10.240.183.67: 
29/01/2021 16:46:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:46:28              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:28     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:46:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 16:46:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:29     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:46:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:46:30              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:30     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:46:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 16:46:31              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3fda632 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3fda632', '0x2')]
29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_symmetric passed
29/01/2021 16:46:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:31              dut.10.240.183.67: 
29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_symmetric': 'passed'}
29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:46:31     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_symmetric Result PASSED:
29/01/2021 16:46:31              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:32              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:46:32              dut.10.240.183.67: clear port stats all
29/01/2021 16:46:33              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:46:33              dut.10.240.183.67: stop
29/01/2021 16:46:33              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:46:33     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp Begin
29/01/2021 16:46:34              dut.10.240.183.67: 
29/01/2021 16:46:34                         tester: 
29/01/2021 16:46:34              dut.10.240.183.67: start
29/01/2021 16:46:34              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:46:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst================
29/01/2021 16:46:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:46:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:46:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:34              dut.10.240.183.67: flow list 0
29/01/2021 16:46:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:46:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:35              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x589460e2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:46:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x589460e2', '0x2')]
29/01/2021 16:46:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x3ccfeb1d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ccfeb1d', '0xd')]
29/01/2021 16:46:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:37              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x589460e2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x589460e2', '0x2')]
29/01/2021 16:46:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:38              dut.10.240.183.67: flow list 0
29/01/2021 16:46:38              dut.10.240.183.67: 
29/01/2021 16:46:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst passed
29/01/2021 16:46:38              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:39              dut.10.240.183.67: 
29/01/2021 16:46:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src================
29/01/2021 16:46:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:46:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:46:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:39              dut.10.240.183.67: flow list 0
29/01/2021 16:46:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:46:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2eda60ad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:46:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2eda60ad', '0xd')]
29/01/2021 16:46:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2eda60ad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2eda60ad', '0xd')]
29/01/2021 16:46:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:42              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x4a81eb52 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a81eb52', '0x2')]
29/01/2021 16:46:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:43              dut.10.240.183.67: flow list 0
29/01/2021 16:46:43              dut.10.240.183.67: 
29/01/2021 16:46:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src passed
29/01/2021 16:46:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:43              dut.10.240.183.67: 
29/01/2021 16:46:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4src================
29/01/2021 16:46:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:46:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:46:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:43              dut.10.240.183.67: flow list 0
29/01/2021 16:46:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:46:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:45              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe74b2914 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:46:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe74b2914', '0x4')]
29/01/2021 16:46:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:46              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8310a2eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8310a2eb', '0xb')]
29/01/2021 16:46:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:46:47              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf8e2b62f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8e2b62f', '0xf')]
29/01/2021 16:46:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:46:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe74b2914 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe74b2914', '0x4')]
29/01/2021 16:46:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:49              dut.10.240.183.67: flow list 0
29/01/2021 16:46:49              dut.10.240.183.67: 
29/01/2021 16:46:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:46:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:49              dut.10.240.183.67: 
29/01/2021 16:46:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:46:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:46:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:46:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:49              dut.10.240.183.67: flow list 0
29/01/2021 16:46:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:46:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:51              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x18c1abcf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:46:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18c1abcf', '0xf')]
29/01/2021 16:46:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:52              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7c9a2030 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c9a2030', '0x0')]
29/01/2021 16:46:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:46:53              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf8e2b62f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8e2b62f', '0xf')]
29/01/2021 16:46:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:46:54              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x18c1abcf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:46:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18c1abcf', '0xf')]
29/01/2021 16:46:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:46:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:46:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:46:55              dut.10.240.183.67: flow list 0
29/01/2021 16:46:55              dut.10.240.183.67: 
29/01/2021 16:46:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:46:55              dut.10.240.183.67: flow flush 0
29/01/2021 16:46:55              dut.10.240.183.67: 
29/01/2021 16:46:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4src================
29/01/2021 16:46:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:46:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:46:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:46:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:46:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:46:55              dut.10.240.183.67: flow list 0
29/01/2021 16:46:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:46:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9105295b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:46:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9105295b', '0xb')]
29/01/2021 16:46:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:46:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf55ea2a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf55ea2a4', '0x4')]
29/01/2021 16:46:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:46:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8eacb660 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:46:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:46:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8eacb660', '0x0')]
29/01/2021 16:46:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:46:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9105295b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9105295b', '0xb')]
29/01/2021 16:47:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:01              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:01              dut.10.240.183.67: flow list 0
29/01/2021 16:47:01              dut.10.240.183.67: 
29/01/2021 16:47:01     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4src passed
29/01/2021 16:47:01              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:01              dut.10.240.183.67: 
29/01/2021 16:47:01     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4dst================
29/01/2021 16:47:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:01              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:01              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:01              dut.10.240.183.67: flow list 0
29/01/2021 16:47:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:02              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6e8fab80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e8fab80', '0x0')]
29/01/2021 16:47:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:03              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xad4207f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xad4207f', '0xf')]
29/01/2021 16:47:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:05              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8eacb660 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8eacb660', '0x0')]
29/01/2021 16:47:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:47:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6e8fab80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e8fab80', '0x0')]
29/01/2021 16:47:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:07              dut.10.240.183.67: flow list 0
29/01/2021 16:47:07              dut.10.240.183.67: 
29/01/2021 16:47:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:47:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:07              dut.10.240.183.67: 
29/01/2021 16:47:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4src================
29/01/2021 16:47:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:07              dut.10.240.183.67: flow list 0
29/01/2021 16:47:07              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7ac3b9b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ac3b9b4', '0x4')]
29/01/2021 16:47:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:47:09              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x650de5f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x650de5f7', '0x7')]
29/01/2021 16:47:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:47:10              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7ac3b9b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ac3b9b4', '0x4')]
29/01/2021 16:47:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:12              dut.10.240.183.67: flow list 0
29/01/2021 16:47:12              dut.10.240.183.67: 
29/01/2021 16:47:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4src passed
29/01/2021 16:47:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:12              dut.10.240.183.67: 
29/01/2021 16:47:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4dst================
29/01/2021 16:47:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:12              dut.10.240.183.67: flow list 0
29/01/2021 16:47:12              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:13              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8ea7e23f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ea7e23f', '0xf')]
29/01/2021 16:47:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:14              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9169be7c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9169be7c', '0xc')]
29/01/2021 16:47:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:47:15              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8ea7e23f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ea7e23f', '0xf')]
29/01/2021 16:47:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:16              dut.10.240.183.67: flow list 0
29/01/2021 16:47:16              dut.10.240.183.67: 
29/01/2021 16:47:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4dst passed
29/01/2021 16:47:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:17              dut.10.240.183.67: 
29/01/2021 16:47:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_all================
29/01/2021 16:47:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:47:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:47:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:17              dut.10.240.183.67: flow list 0
29/01/2021 16:47:17              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:18              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbf16cd13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf16cd13', '0x3')]
29/01/2021 16:47:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:47:19              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x962b5d93 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x962b5d93', '0x3')]
29/01/2021 16:47:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:20              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2f96584e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f96584e', '0xe')]
29/01/2021 16:47:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:21              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x35941610 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x35941610', '0x0')]
29/01/2021 16:47:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:22              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdb4d46ec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb4d46ec', '0xc')]
29/01/2021 16:47:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:23              dut.10.240.183.67: flow list 0
29/01/2021 16:47:24              dut.10.240.183.67: 
29/01/2021 16:47:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_all passed
29/01/2021 16:47:24              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:24              dut.10.240.183.67: 
29/01/2021 16:47:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3================
29/01/2021 16:47:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:47:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:47:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:24              dut.10.240.183.67: flow list 0
29/01/2021 16:47:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x42cb730d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cb730d', '0xd')]
29/01/2021 16:47:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:26              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc849a80e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc849a80e', '0xe')]
29/01/2021 16:47:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:27              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2690f8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2690f8f2', '0x2')]
29/01/2021 16:47:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 16:47:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x42cb730d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cb730d', '0xd')]
29/01/2021 16:47:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:29              dut.10.240.183.67: flow list 0
29/01/2021 16:47:29              dut.10.240.183.67: 
29/01/2021 16:47:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3 passed
29/01/2021 16:47:29              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:29              dut.10.240.183.67: 
29/01/2021 16:47:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst================
29/01/2021 16:47:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:47:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:47:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:30              dut.10.240.183.67: flow list 0
29/01/2021 16:47:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:31              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x589460e2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x589460e2', '0x2')]
29/01/2021 16:47:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x3ccfeb1d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ccfeb1d', '0xd')]
29/01/2021 16:47:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x589460e2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x589460e2', '0x2')]
29/01/2021 16:47:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:34              dut.10.240.183.67: flow list 0
29/01/2021 16:47:34              dut.10.240.183.67: 
29/01/2021 16:47:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst passed
29/01/2021 16:47:34              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:34              dut.10.240.183.67: 
29/01/2021 16:47:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src================
29/01/2021 16:47:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:47:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:47:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:34              dut.10.240.183.67: flow list 0
29/01/2021 16:47:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2eda60ad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2eda60ad', '0xd')]
29/01/2021 16:47:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2eda60ad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2eda60ad', '0xd')]
29/01/2021 16:47:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x4a81eb52 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a81eb52', '0x2')]
29/01/2021 16:47:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:39              dut.10.240.183.67: flow list 0
29/01/2021 16:47:39              dut.10.240.183.67: 
29/01/2021 16:47:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src passed
29/01/2021 16:47:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:39              dut.10.240.183.67: 
29/01/2021 16:47:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4src================
29/01/2021 16:47:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:39              dut.10.240.183.67: flow list 0
29/01/2021 16:47:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:40              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe74b2914 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe74b2914', '0x4')]
29/01/2021 16:47:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:41              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8310a2eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8310a2eb', '0xb')]
29/01/2021 16:47:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:47:43              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf8e2b62f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8e2b62f', '0xf')]
29/01/2021 16:47:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:44              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe74b2914 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe74b2914', '0x4')]
29/01/2021 16:47:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:45              dut.10.240.183.67: flow list 0
29/01/2021 16:47:45              dut.10.240.183.67: 
29/01/2021 16:47:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:47:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:45              dut.10.240.183.67: 
29/01/2021 16:47:45     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:47:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:45              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:45              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:45              dut.10.240.183.67: flow list 0
29/01/2021 16:47:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:46              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x18c1abcf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18c1abcf', '0xf')]
29/01/2021 16:47:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:47              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7c9a2030 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c9a2030', '0x0')]
29/01/2021 16:47:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:48              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf8e2b62f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8e2b62f', '0xf')]
29/01/2021 16:47:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:47:50              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x18c1abcf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18c1abcf', '0xf')]
29/01/2021 16:47:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:51              dut.10.240.183.67: flow list 0
29/01/2021 16:47:51              dut.10.240.183.67: 
29/01/2021 16:47:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:47:51              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:51              dut.10.240.183.67: 
29/01/2021 16:47:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4src================
29/01/2021 16:47:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:47:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:51              dut.10.240.183.67: flow list 0
29/01/2021 16:47:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:52              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9105295b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9105295b', '0xb')]
29/01/2021 16:47:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf55ea2a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf55ea2a4', '0x4')]
29/01/2021 16:47:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:47:54              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8eacb660 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8eacb660', '0x0')]
29/01/2021 16:47:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:47:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9105295b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:47:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9105295b', '0xb')]
29/01/2021 16:47:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:47:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:47:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:47:57              dut.10.240.183.67: flow list 0
29/01/2021 16:47:57              dut.10.240.183.67: 
29/01/2021 16:47:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4src passed
29/01/2021 16:47:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:47:57              dut.10.240.183.67: 
29/01/2021 16:47:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4dst================
29/01/2021 16:47:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:47:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:47:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:47:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:47:57              dut.10.240.183.67: flow list 0
29/01/2021 16:47:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:47:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:58              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6e8fab80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:47:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e8fab80', '0x0')]
29/01/2021 16:47:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:47:59              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xad4207f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:47:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:47:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xad4207f', '0xf')]
29/01/2021 16:47:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:47:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:48:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8eacb660 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8eacb660', '0x0')]
29/01/2021 16:48:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:48:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6e8fab80 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e8fab80', '0x0')]
29/01/2021 16:48:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:03              dut.10.240.183.67: flow list 0
29/01/2021 16:48:03              dut.10.240.183.67: 
29/01/2021 16:48:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:48:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:03              dut.10.240.183.67: 
29/01/2021 16:48:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4src================
29/01/2021 16:48:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:48:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:48:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:03              dut.10.240.183.67: flow list 0
29/01/2021 16:48:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7ac3b9b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ac3b9b4', '0x4')]
29/01/2021 16:48:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:48:05              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x650de5f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x650de5f7', '0x7')]
29/01/2021 16:48:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 16:48:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7ac3b9b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7ac3b9b4', '0x4')]
29/01/2021 16:48:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:07              dut.10.240.183.67: flow list 0
29/01/2021 16:48:07              dut.10.240.183.67: 
29/01/2021 16:48:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4src passed
29/01/2021 16:48:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:08              dut.10.240.183.67: 
29/01/2021 16:48:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4dst================
29/01/2021 16:48:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:48:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:48:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:08              dut.10.240.183.67: flow list 0
29/01/2021 16:48:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:09              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8ea7e23f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ea7e23f', '0xf')]
29/01/2021 16:48:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:48:10              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9169be7c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9169be7c', '0xc')]
29/01/2021 16:48:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:48:11              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8ea7e23f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ea7e23f', '0xf')]
29/01/2021 16:48:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:12              dut.10.240.183.67: flow list 0
29/01/2021 16:48:12              dut.10.240.183.67: 
29/01/2021 16:48:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4dst passed
29/01/2021 16:48:12              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:12              dut.10.240.183.67: 
29/01/2021 16:48:12     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_all================
29/01/2021 16:48:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:12              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:12              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:12              dut.10.240.183.67: flow list 0
29/01/2021 16:48:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:14              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbf16cd13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf16cd13', '0x3')]
29/01/2021 16:48:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:48:15              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x962b5d93 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x962b5d93', '0x3')]
29/01/2021 16:48:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:48:16              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2f96584e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f96584e', '0xe')]
29/01/2021 16:48:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x35941610 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x35941610', '0x0')]
29/01/2021 16:48:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:18              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdb4d46ec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb4d46ec', '0xc')]
29/01/2021 16:48:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:19              dut.10.240.183.67: flow list 0
29/01/2021 16:48:19              dut.10.240.183.67: 
29/01/2021 16:48:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_all passed
29/01/2021 16:48:19              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:19              dut.10.240.183.67: 
29/01/2021 16:48:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3================
29/01/2021 16:48:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:48:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:48:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:19              dut.10.240.183.67: flow list 0
29/01/2021 16:48:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x42cb730d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cb730d', '0xd')]
29/01/2021 16:48:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:22              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc849a80e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc849a80e', '0xe')]
29/01/2021 16:48:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:48:23              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2690f8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:48:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2690f8f2', '0x2')]
29/01/2021 16:48:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 16:48:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x42cb730d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cb730d', '0xd')]
29/01/2021 16:48:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:25              dut.10.240.183.67: flow list 0
29/01/2021 16:48:25              dut.10.240.183.67: 
29/01/2021 16:48:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3 passed
29/01/2021 16:48:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:25              dut.10.240.183.67: 
29/01/2021 16:48:25     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_all': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_tcp_l3': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_l3': 'passed'}
29/01/2021 16:48:25     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:48:25     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp Result PASSED:
29/01/2021 16:48:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:26              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:48:26              dut.10.240.183.67: clear port stats all
29/01/2021 16:48:28              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:48:28              dut.10.240.183.67: stop
29/01/2021 16:48:28              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 12             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:48:28     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_symmetric Begin
29/01/2021 16:48:28              dut.10.240.183.67: 
29/01/2021 16:48:28                         tester: 
29/01/2021 16:48:28              dut.10.240.183.67: start
29/01/2021 16:48:28              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:48:28              dut.10.240.183.67: quit
29/01/2021 16:48:29              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:48:29              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:48:31              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:48:41              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:48:41              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:48:41              dut.10.240.183.67: set verbose 1
29/01/2021 16:48:41              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:48:41              dut.10.240.183.67: show port info all
29/01/2021 16:48:41              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:48:41              dut.10.240.183.67: start
29/01/2021 16:48:41              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:48:41     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric================
29/01/2021 16:48:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:41              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:41              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:41              dut.10.240.183.67: flow list 0
29/01/2021 16:48:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:42              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:43              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:44              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:46              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:47              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:47              dut.10.240.183.67: flow list 0
29/01/2021 16:48:47              dut.10.240.183.67: 
29/01/2021 16:48:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:48              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:48     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:49              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:49     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:50              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric passed
29/01/2021 16:48:50              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:50              dut.10.240.183.67: 
29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric================
29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:48:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:48:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:48:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:48:50              dut.10.240.183.67: flow list 0
29/01/2021 16:48:50              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:51              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:48:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:53              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:54              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:55              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x654961aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:48:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x654961aa', '0xa')]
29/01/2021 16:48:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:48:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:48:56              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:48:56              dut.10.240.183.67: flow list 0
29/01/2021 16:48:56              dut.10.240.183.67: 
29/01/2021 16:48:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:57              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:57     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:48:58              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:58     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:48:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:48:59              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8f82d082 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f82d082', '0x2')]
29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric passed
29/01/2021 16:48:59              dut.10.240.183.67: flow flush 0
29/01/2021 16:48:59              dut.10.240.183.67: 
29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric': 'passed'}
29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:48:59     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_symmetric Result PASSED:
29/01/2021 16:48:59              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:01              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:49:01              dut.10.240.183.67: clear port stats all
29/01/2021 16:49:02              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:49:02              dut.10.240.183.67: stop
29/01/2021 16:49:02              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:49:02     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl Begin
29/01/2021 16:49:02              dut.10.240.183.67: 
29/01/2021 16:49:02                         tester: 
29/01/2021 16:49:02              dut.10.240.183.67: start
29/01/2021 16:49:02              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:49:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src================
29/01/2021 16:49:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:49:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:49:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:02              dut.10.240.183.67: flow list 0
29/01/2021 16:49:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:03              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x54134ea9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54134ea9', '0x9')]
29/01/2021 16:49:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:04              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x54134ea9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54134ea9', '0x9')]
29/01/2021 16:49:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:06              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x49511b58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49511b58', '0x8')]
29/01/2021 16:49:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x49511b58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49511b58', '0x8')]
29/01/2021 16:49:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:49:08              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x54134ea9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54134ea9', '0x9')]
29/01/2021 16:49:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:49:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x54134ea9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x54134ea9', '0x9')]
29/01/2021 16:49:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:10              dut.10.240.183.67: flow list 0
29/01/2021 16:49:10              dut.10.240.183.67: 
29/01/2021 16:49:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src passed
29/01/2021 16:49:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:10              dut.10.240.183.67: 
29/01/2021 16:49:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst================
29/01/2021 16:49:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:49:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:49:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:10              dut.10.240.183.67: flow list 0
29/01/2021 16:49:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:11              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb76c477c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb76c477c', '0xc')]
29/01/2021 16:49:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:13              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb76c477c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb76c477c', '0xc')]
29/01/2021 16:49:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xaa2e128d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa2e128d', '0xd')]
29/01/2021 16:49:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xaa2e128d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa2e128d', '0xd')]
29/01/2021 16:49:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:49:16              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb76c477c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb76c477c', '0xc')]
29/01/2021 16:49:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 16:49:17              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb76c477c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb76c477c', '0xc')]
29/01/2021 16:49:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:18              dut.10.240.183.67: flow list 0
29/01/2021 16:49:18              dut.10.240.183.67: 
29/01/2021 16:49:18     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst passed
29/01/2021 16:49:18              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:18              dut.10.240.183.67: 
29/01/2021 16:49:18     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst================
29/01/2021 16:49:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:18              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:18              dut.10.240.183.67: flow list 0
29/01/2021 16:49:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7e892111 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7e892111', '0x1')]
29/01/2021 16:49:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:49:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x32b1479 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32b1479', '0x9')]
29/01/2021 16:49:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:22              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x63cb74e0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x63cb74e0', '0x0')]
29/01/2021 16:49:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:23              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7e892111 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7e892111', '0x1')]
29/01/2021 16:49:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x7e892111 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7e892111', '0x1')]
29/01/2021 16:49:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:25              dut.10.240.183.67: flow list 0
29/01/2021 16:49:25              dut.10.240.183.67: 
29/01/2021 16:49:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst passed
29/01/2021 16:49:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:25              dut.10.240.183.67: 
29/01/2021 16:49:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src================
29/01/2021 16:49:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:25              dut.10.240.183.67: flow list 0
29/01/2021 16:49:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6c90f0e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c90f0e7', '0x7')]
29/01/2021 16:49:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:28              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x18e771bd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18e771bd', '0xd')]
29/01/2021 16:49:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:29              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x71d2a516 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71d2a516', '0x6')]
29/01/2021 16:49:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6c90f0e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c90f0e7', '0x7')]
29/01/2021 16:49:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6c90f0e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6c90f0e7', '0x7')]
29/01/2021 16:49:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:32              dut.10.240.183.67: flow list 0
29/01/2021 16:49:32              dut.10.240.183.67: 
29/01/2021 16:49:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src passed
29/01/2021 16:49:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:32              dut.10.240.183.67: 
29/01/2021 16:49:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src================
29/01/2021 16:49:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:32              dut.10.240.183.67: flow list 0
29/01/2021 16:49:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8feff932 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8feff932', '0x2')]
29/01/2021 16:49:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:35              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xfb987868 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfb987868', '0x8')]
29/01/2021 16:49:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:36              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x92adacc3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x92adacc3', '0x3')]
29/01/2021 16:49:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:37              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8feff932 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8feff932', '0x2')]
29/01/2021 16:49:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x8feff932 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8feff932', '0x2')]
29/01/2021 16:49:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:39              dut.10.240.183.67: flow list 0
29/01/2021 16:49:39              dut.10.240.183.67: 
29/01/2021 16:49:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src passed
29/01/2021 16:49:39              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:39              dut.10.240.183.67: 
29/01/2021 16:49:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst================
29/01/2021 16:49:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:39              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:39              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:39              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:39              dut.10.240.183.67: flow list 0
29/01/2021 16:49:39              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9df628c4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9df628c4', '0x4')]
29/01/2021 16:49:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:49:42              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe0541dac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe0541dac', '0xc')]
29/01/2021 16:49:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:43              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x80b47d35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x80b47d35', '0x5')]
29/01/2021 16:49:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:44              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9df628c4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9df628c4', '0x4')]
29/01/2021 16:49:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:45              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9df628c4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9df628c4', '0x4')]
29/01/2021 16:49:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:46              dut.10.240.183.67: flow list 0
29/01/2021 16:49:46              dut.10.240.183.67: 
29/01/2021 16:49:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst passed
29/01/2021 16:49:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:46              dut.10.240.183.67: 
29/01/2021 16:49:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only================
29/01/2021 16:49:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 16:49:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:46              dut.10.240.183.67: flow list 0
29/01/2021 16:49:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:48              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf1de3f13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf1de3f13', '0x3')]
29/01/2021 16:49:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:49              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x2806f09b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2806f09b', '0xb')]
29/01/2021 16:49:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:50              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf1de3f13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf1de3f13', '0x3')]
29/01/2021 16:49:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:49:51              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xf1de3f13 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf1de3f13', '0x3')]
29/01/2021 16:49:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:52              dut.10.240.183.67: flow list 0
29/01/2021 16:49:52              dut.10.240.183.67: 
29/01/2021 16:49:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only passed
29/01/2021 16:49:52              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:52              dut.10.240.183.67: 
29/01/2021 16:49:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only================
29/01/2021 16:49:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:49:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:52              dut.10.240.183.67: flow list 0
29/01/2021 16:49:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd7c37d46 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd7c37d46', '0x6')]
29/01/2021 16:49:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 16:49:55              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x3b0851b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:49:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b0851b1', '0x1')]
29/01/2021 16:49:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:56              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd7c37d46 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd7c37d46', '0x6')]
29/01/2021 16:49:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:49:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd7c37d46 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:49:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd7c37d46', '0x6')]
29/01/2021 16:49:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:49:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:49:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:49:58              dut.10.240.183.67: flow list 0
29/01/2021 16:49:58              dut.10.240.183.67: 
29/01/2021 16:49:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only passed
29/01/2021 16:49:58              dut.10.240.183.67: flow flush 0
29/01/2021 16:49:58              dut.10.240.183.67: 
29/01/2021 16:49:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp================
29/01/2021 16:49:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:49:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:49:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:49:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:49:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:49:58              dut.10.240.183.67: flow list 0
29/01/2021 16:49:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:49:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:49:59              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb7073689 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:49:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:49:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb7073689', '0x9')]
29/01/2021 16:49:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:49:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 16:50:01              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcfa3ea12 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcfa3ea12', '0x2')]
29/01/2021 16:50:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 16:50:02              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6b9c8f9a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b9c8f9a', '0xa')]
29/01/2021 16:50:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:03              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd1df15b0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd1df15b0', '0x0')]
29/01/2021 16:50:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xaa456378 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa456378', '0x8')]
29/01/2021 16:50:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:05              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb7073689 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb7073689', '0x9')]
29/01/2021 16:50:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:50:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:50:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:50:06              dut.10.240.183.67: flow list 0
29/01/2021 16:50:06              dut.10.240.183.67: 
29/01/2021 16:50:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp passed
29/01/2021 16:50:06              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:06              dut.10.240.183.67: 
29/01/2021 16:50:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3================
29/01/2021 16:50:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:50:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:50:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:50:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:50:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:50:06              dut.10.240.183.67: flow list 0
29/01/2021 16:50:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:50:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:08              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbb8970d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:50:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8970d0', '0x0')]
29/01/2021 16:50:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:09              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbb8970d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8970d0', '0x0')]
29/01/2021 16:50:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdd5153e9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd5153e9', '0x9')]
29/01/2021 16:50:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xa6cb2521 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa6cb2521', '0x1')]
29/01/2021 16:50:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:12              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xdd5153e9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd5153e9', '0x9')]
29/01/2021 16:50:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xa6cb2521 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa6cb2521', '0x1')]
29/01/2021 16:50:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:50:14              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbb8970d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8970d0', '0x0')]
29/01/2021 16:50:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 16:50:15              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbb8970d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8970d0', '0x0')]
29/01/2021 16:50:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:50:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:50:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:50:16              dut.10.240.183.67: flow list 0
29/01/2021 16:50:16              dut.10.240.183.67: 
29/01/2021 16:50:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3 passed
29/01/2021 16:50:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:17              dut.10.240.183.67: 
29/01/2021 16:50:17     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4src_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l4dst_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_tcp_l3': 'passed'}
29/01/2021 16:50:17     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:50:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl Result PASSED:
29/01/2021 16:50:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:18              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:50:18              dut.10.240.183.67: clear port stats all
29/01/2021 16:50:19              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:50:19              dut.10.240.183.67: stop
29/01/2021 16:50:19              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 9              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:50:19     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric Begin
29/01/2021 16:50:19              dut.10.240.183.67: 
29/01/2021 16:50:19                         tester: 
29/01/2021 16:50:19              dut.10.240.183.67: start
29/01/2021 16:50:19              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:50:19              dut.10.240.183.67: quit
29/01/2021 16:50:21              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:50:21              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:50:22              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:50:32              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:50:32              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:50:32              dut.10.240.183.67: set verbose 1
29/01/2021 16:50:32              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:50:32              dut.10.240.183.67: show port info all
29/01/2021 16:50:32              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:50:32              dut.10.240.183.67: start
29/01/2021 16:50:32              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:50:32     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric================
29/01/2021 16:50:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:50:32              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:50:32              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:50:32              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:50:32              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:50:32              dut.10.240.183.67: flow list 0
29/01/2021 16:50:32              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:50:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:50:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:36              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:37              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:38              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:38     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:50:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:40              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:41              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xab846ff0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xab846ff0', '0x0')]
29/01/2021 16:50:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:50:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:50:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:50:42              dut.10.240.183.67: flow list 0
29/01/2021 16:50:43              dut.10.240.183.67: 
29/01/2021 16:50:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:44              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:44     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:44     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:50:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:45              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:45     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:45     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:50:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:46              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:46     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:46     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:50:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:47              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:47     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:47     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:50:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:50:48              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:48     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:48     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:50:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:50:49              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xacef288f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xacef288f', '0xf')]
29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric passed
29/01/2021 16:50:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:49              dut.10.240.183.67: 
29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:50:49     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_tcp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:50:49              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:50              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:50:50              dut.10.240.183.67: clear port stats all
29/01/2021 16:50:52              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:50:52              dut.10.240.183.67: stop
29/01/2021 16:50:52              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:50:52     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp Begin
29/01/2021 16:50:52              dut.10.240.183.67: 
29/01/2021 16:50:52                         tester: 
29/01/2021 16:50:52              dut.10.240.183.67: start
29/01/2021 16:50:52              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:50:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst================
29/01/2021 16:50:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:50:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:50:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:50:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:50:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:50:52              dut.10.240.183.67: flow list 0
29/01/2021 16:50:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:50:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:50:53              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xae645ebf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:50:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xae645ebf', '0xf')]
29/01/2021 16:50:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:50:54              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x800f0f35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:50:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f0f35', '0x5')]
29/01/2021 16:50:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:50:55              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xae645ebf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xae645ebf', '0xf')]
29/01/2021 16:50:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:50:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:50:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:50:57              dut.10.240.183.67: flow list 0
29/01/2021 16:50:57              dut.10.240.183.67: 
29/01/2021 16:50:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst passed
29/01/2021 16:50:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:50:57              dut.10.240.183.67: 
29/01/2021 16:50:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src================
29/01/2021 16:50:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:50:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:50:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:50:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:50:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:50:57              dut.10.240.183.67: flow list 0
29/01/2021 16:50:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:50:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:50:58              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf09d11ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:50:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf09d11ef', '0xf')]
29/01/2021 16:50:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:50:59              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf09d11ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:50:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:50:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf09d11ef', '0xf')]
29/01/2021 16:50:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:50:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:00              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdef64065 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdef64065', '0x5')]
29/01/2021 16:51:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:01              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:01              dut.10.240.183.67: flow list 0
29/01/2021 16:51:01              dut.10.240.183.67: 
29/01/2021 16:51:01     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src passed
29/01/2021 16:51:01              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:02              dut.10.240.183.67: 
29/01/2021 16:51:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4src================
29/01/2021 16:51:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:02              dut.10.240.183.67: flow list 0
29/01/2021 16:51:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x116a0c01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x116a0c01', '0x1')]
29/01/2021 16:51:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:04              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f015d8b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f015d8b', '0xb')]
29/01/2021 16:51:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:51:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa8578d74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8578d74', '0x4')]
29/01/2021 16:51:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x116a0c01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x116a0c01', '0x1')]
29/01/2021 16:51:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:07              dut.10.240.183.67: flow list 0
29/01/2021 16:51:07              dut.10.240.183.67: 
29/01/2021 16:51:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4src passed
29/01/2021 16:51:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:07              dut.10.240.183.67: 
29/01/2021 16:51:07     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4dst================
29/01/2021 16:51:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:07              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:08              dut.10.240.183.67: flow list 0
29/01/2021 16:51:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9b0ad961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9b0ad961', '0x1')]
29/01/2021 16:51:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:10              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xb56188eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56188eb', '0xb')]
29/01/2021 16:51:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa8578d74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8578d74', '0x4')]
29/01/2021 16:51:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:51:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9b0ad961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9b0ad961', '0x1')]
29/01/2021 16:51:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:13              dut.10.240.183.67: flow list 0
29/01/2021 16:51:13              dut.10.240.183.67: 
29/01/2021 16:51:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:51:13              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:13              dut.10.240.183.67: 
29/01/2021 16:51:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4src================
29/01/2021 16:51:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:13              dut.10.240.183.67: flow list 0
29/01/2021 16:51:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:15              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4f934351 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f934351', '0x1')]
29/01/2021 16:51:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:16              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61f812db - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61f812db', '0xb')]
29/01/2021 16:51:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:51:17              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6aec224 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6aec224', '0x4')]
29/01/2021 16:51:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:18              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4f934351 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f934351', '0x1')]
29/01/2021 16:51:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:19              dut.10.240.183.67: flow list 0
29/01/2021 16:51:19              dut.10.240.183.67: 
29/01/2021 16:51:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4src passed
29/01/2021 16:51:19              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:19              dut.10.240.183.67: 
29/01/2021 16:51:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4dst================
29/01/2021 16:51:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:19              dut.10.240.183.67: flow list 0
29/01/2021 16:51:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:21              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc5f39631 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5f39631', '0x1')]
29/01/2021 16:51:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:22              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xeb98c7bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb98c7bb', '0xb')]
29/01/2021 16:51:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:23              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6aec224 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6aec224', '0x4')]
29/01/2021 16:51:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:51:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc5f39631 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5f39631', '0x1')]
29/01/2021 16:51:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:25              dut.10.240.183.67: flow list 0
29/01/2021 16:51:25              dut.10.240.183.67: 
29/01/2021 16:51:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4dst passed
29/01/2021 16:51:25              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:25              dut.10.240.183.67: 
29/01/2021 16:51:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l4src================
29/01/2021 16:51:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:25              dut.10.240.183.67: flow list 0
29/01/2021 16:51:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:26              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1a7afd15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1a7afd15', '0x5')]
29/01/2021 16:51:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:51:28              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x642dc786 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x642dc786', '0x6')]
29/01/2021 16:51:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:51:29              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1a7afd15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1a7afd15', '0x5')]
29/01/2021 16:51:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:30              dut.10.240.183.67: flow list 0
29/01/2021 16:51:30              dut.10.240.183.67: 
29/01/2021 16:51:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l4src passed
29/01/2021 16:51:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:30              dut.10.240.183.67: 
29/01/2021 16:51:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l4dst================
29/01/2021 16:51:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:51:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:30              dut.10.240.183.67: flow list 0
29/01/2021 16:51:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa5549644 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5549644', '0x4')]
29/01/2021 16:51:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdb03acd7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb03acd7', '0x7')]
29/01/2021 16:51:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:51:33              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa5549644 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5549644', '0x4')]
29/01/2021 16:51:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:35              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:35              dut.10.240.183.67: flow list 0
29/01/2021 16:51:35              dut.10.240.183.67: 
29/01/2021 16:51:35     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l4dst passed
29/01/2021 16:51:35              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:35              dut.10.240.183.67: 
29/01/2021 16:51:35     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_all================
29/01/2021 16:51:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:35              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:51:35              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:51:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:35              dut.10.240.183.67: flow list 0
29/01/2021 16:51:35              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:36              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x93622dee - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x93622dee', '0xe')]
29/01/2021 16:51:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:51:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x95f5d9e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95f5d9e7', '0x7')]
29/01/2021 16:51:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:51:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x676b1ff2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x676b1ff2', '0x2')]
29/01/2021 16:51:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:39              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf3b74de6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf3b74de6', '0x6')]
29/01/2021 16:51:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:40              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbd097c64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd097c64', '0x4')]
29/01/2021 16:51:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:42              dut.10.240.183.67: flow list 0
29/01/2021 16:51:42              dut.10.240.183.67: 
29/01/2021 16:51:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_all passed
29/01/2021 16:51:42              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:42              dut.10.240.183.67: 
29/01/2021 16:51:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_udp_l3================
29/01/2021 16:51:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:51:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:51:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:42              dut.10.240.183.67: flow list 0
29/01/2021 16:51:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4013f9d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4013f9d0', '0x0')]
29/01/2021 16:51:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:44              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x20c699d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20c699d8', '0x8')]
29/01/2021 16:51:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:45              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x6e78a85a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e78a85a', '0xa')]
29/01/2021 16:51:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 16:51:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4013f9d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4013f9d0', '0x0')]
29/01/2021 16:51:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:48              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:48              dut.10.240.183.67: flow list 0
29/01/2021 16:51:48              dut.10.240.183.67: 
29/01/2021 16:51:48     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_udp_l3 passed
29/01/2021 16:51:48              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:48              dut.10.240.183.67: 
29/01/2021 16:51:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst================
29/01/2021 16:51:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:51:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:51:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:48              dut.10.240.183.67: flow list 0
29/01/2021 16:51:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:49              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xae645ebf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xae645ebf', '0xf')]
29/01/2021 16:51:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:50              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x800f0f35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x800f0f35', '0x5')]
29/01/2021 16:51:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:51              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xae645ebf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xae645ebf', '0xf')]
29/01/2021 16:51:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:52              dut.10.240.183.67: flow list 0
29/01/2021 16:51:52              dut.10.240.183.67: 
29/01/2021 16:51:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst passed
29/01/2021 16:51:52              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:52              dut.10.240.183.67: 
29/01/2021 16:51:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src================
29/01/2021 16:51:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:51:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:51:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:53              dut.10.240.183.67: flow list 0
29/01/2021 16:51:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:54              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf09d11ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf09d11ef', '0xf')]
29/01/2021 16:51:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:55              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf09d11ef - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:51:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf09d11ef', '0xf')]
29/01/2021 16:51:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:56              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdef64065 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:51:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdef64065', '0x5')]
29/01/2021 16:51:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:51:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:51:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:51:57              dut.10.240.183.67: flow list 0
29/01/2021 16:51:57              dut.10.240.183.67: 
29/01/2021 16:51:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src passed
29/01/2021 16:51:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:51:57              dut.10.240.183.67: 
29/01/2021 16:51:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4src================
29/01/2021 16:51:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:51:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:51:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:51:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:51:57              dut.10.240.183.67: flow list 0
29/01/2021 16:51:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:51:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:51:59              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x116a0c01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:51:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:51:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x116a0c01', '0x1')]
29/01/2021 16:51:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:51:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f015d8b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f015d8b', '0xb')]
29/01/2021 16:52:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:52:01              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa8578d74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8578d74', '0x4')]
29/01/2021 16:52:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x116a0c01 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x116a0c01', '0x1')]
29/01/2021 16:52:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:03              dut.10.240.183.67: flow list 0
29/01/2021 16:52:03              dut.10.240.183.67: 
29/01/2021 16:52:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4src passed
29/01/2021 16:52:03              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:03              dut.10.240.183.67: 
29/01/2021 16:52:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4dst================
29/01/2021 16:52:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:03              dut.10.240.183.67: flow list 0
29/01/2021 16:52:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:04              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9b0ad961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9b0ad961', '0x1')]
29/01/2021 16:52:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xb56188eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56188eb', '0xb')]
29/01/2021 16:52:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:07              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa8578d74 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8578d74', '0x4')]
29/01/2021 16:52:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:52:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9b0ad961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9b0ad961', '0x1')]
29/01/2021 16:52:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:09              dut.10.240.183.67: flow list 0
29/01/2021 16:52:09              dut.10.240.183.67: 
29/01/2021 16:52:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:52:09              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:09              dut.10.240.183.67: 
29/01/2021 16:52:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4src================
29/01/2021 16:52:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:52:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:52:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:09              dut.10.240.183.67: flow list 0
29/01/2021 16:52:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4f934351 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f934351', '0x1')]
29/01/2021 16:52:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:11              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61f812db - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61f812db', '0xb')]
29/01/2021 16:52:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 16:52:13              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6aec224 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6aec224', '0x4')]
29/01/2021 16:52:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4f934351 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f934351', '0x1')]
29/01/2021 16:52:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:15              dut.10.240.183.67: flow list 0
29/01/2021 16:52:15              dut.10.240.183.67: 
29/01/2021 16:52:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4src passed
29/01/2021 16:52:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:15              dut.10.240.183.67: 
29/01/2021 16:52:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4dst================
29/01/2021 16:52:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:15              dut.10.240.183.67: flow list 0
29/01/2021 16:52:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc5f39631 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5f39631', '0x1')]
29/01/2021 16:52:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:17              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xeb98c7bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb98c7bb', '0xb')]
29/01/2021 16:52:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6aec224 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6aec224', '0x4')]
29/01/2021 16:52:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:52:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc5f39631 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc5f39631', '0x1')]
29/01/2021 16:52:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:21              dut.10.240.183.67: flow list 0
29/01/2021 16:52:21              dut.10.240.183.67: 
29/01/2021 16:52:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4dst passed
29/01/2021 16:52:21              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:21              dut.10.240.183.67: 
29/01/2021 16:52:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l4src================
29/01/2021 16:52:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:52:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:52:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:21              dut.10.240.183.67: flow list 0
29/01/2021 16:52:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:22              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1a7afd15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1a7afd15', '0x5')]
29/01/2021 16:52:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:52:23              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x642dc786 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x642dc786', '0x6')]
29/01/2021 16:52:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 16:52:24              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x1a7afd15 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1a7afd15', '0x5')]
29/01/2021 16:52:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:26              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:26              dut.10.240.183.67: flow list 0
29/01/2021 16:52:26              dut.10.240.183.67: 
29/01/2021 16:52:26     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l4src passed
29/01/2021 16:52:26              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:26              dut.10.240.183.67: 
29/01/2021 16:52:26     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l4dst================
29/01/2021 16:52:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:26              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:26              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:26              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:52:26              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:26              dut.10.240.183.67: flow list 0
29/01/2021 16:52:26              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa5549644 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5549644', '0x4')]
29/01/2021 16:52:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdb03acd7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb03acd7', '0x7')]
29/01/2021 16:52:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:52:29              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa5549644 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5549644', '0x4')]
29/01/2021 16:52:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:30              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:30              dut.10.240.183.67: flow list 0
29/01/2021 16:52:30              dut.10.240.183.67: 
29/01/2021 16:52:30     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l4dst passed
29/01/2021 16:52:30              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:30              dut.10.240.183.67: 
29/01/2021 16:52:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_all================
29/01/2021 16:52:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:52:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:52:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:31              dut.10.240.183.67: flow list 0
29/01/2021 16:52:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:32              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x93622dee - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x93622dee', '0xe')]
29/01/2021 16:52:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 16:52:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x95f5d9e7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95f5d9e7', '0x7')]
29/01/2021 16:52:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 16:52:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x676b1ff2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x676b1ff2', '0x2')]
29/01/2021 16:52:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:35              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf3b74de6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf3b74de6', '0x6')]
29/01/2021 16:52:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:36              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbd097c64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd097c64', '0x4')]
29/01/2021 16:52:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:37              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:37              dut.10.240.183.67: flow list 0
29/01/2021 16:52:37              dut.10.240.183.67: 
29/01/2021 16:52:37     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_all passed
29/01/2021 16:52:37              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:37              dut.10.240.183.67: 
29/01/2021 16:52:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_udp_l3================
29/01/2021 16:52:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:52:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:52:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:38              dut.10.240.183.67: flow list 0
29/01/2021 16:52:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:52:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:39              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4013f9d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:52:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4013f9d0', '0x0')]
29/01/2021 16:52:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:40              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x20c699d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20c699d8', '0x8')]
29/01/2021 16:52:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 16:52:41              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x6e78a85a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:52:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6e78a85a', '0xa')]
29/01/2021 16:52:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 16:52:42              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4013f9d0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:52:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:52:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4013f9d0', '0x0')]
29/01/2021 16:52:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:52:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:52:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:52:43              dut.10.240.183.67: flow list 0
29/01/2021 16:52:43              dut.10.240.183.67: 
29/01/2021 16:52:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_udp_l3 passed
29/01/2021 16:52:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:43              dut.10.240.183.67: 
29/01/2021 16:52:43     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_all': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv4_udp_l3': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_udp_l3': 'passed'}
29/01/2021 16:52:43     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:52:43     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp Result PASSED:
29/01/2021 16:52:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:52:45              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:52:45              dut.10.240.183.67: clear port stats all
29/01/2021 16:52:46              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:52:46              dut.10.240.183.67: stop
29/01/2021 16:52:46              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:52:46     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_symmetric Begin
29/01/2021 16:52:46              dut.10.240.183.67: 
29/01/2021 16:52:46                         tester: 
29/01/2021 16:52:46              dut.10.240.183.67: start
29/01/2021 16:52:46              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:52:46              dut.10.240.183.67: quit
29/01/2021 16:52:47              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:52:47              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:52:49              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:52:59              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:52:59              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:52:59              dut.10.240.183.67: set verbose 1
29/01/2021 16:52:59              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:52:59              dut.10.240.183.67: show port info all
29/01/2021 16:52:59              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:52:59              dut.10.240.183.67: start
29/01/2021 16:52:59              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:52:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric================
29/01/2021 16:52:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:52:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:52:59              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:52:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:52:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:52:59              dut.10.240.183.67: flow list 0
29/01/2021 16:52:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:52:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:52:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:01              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:02              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:04              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:05              dut.10.240.183.67: flow list 0
29/01/2021 16:53:05              dut.10.240.183.67: 
29/01/2021 16:53:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:06              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:06     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:07              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:07     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:08              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric passed
29/01/2021 16:53:08              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:08              dut.10.240.183.67: 
29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric================
29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:53:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 16:53:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:08              dut.10.240.183.67: flow list 0
29/01/2021 16:53:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:10              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:11              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:12              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:13              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x6d5ce7de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d5ce7de', '0xe')]
29/01/2021 16:53:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:14              dut.10.240.183.67: flow list 0
29/01/2021 16:53:14              dut.10.240.183.67: 
29/01/2021 16:53:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:15              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:15     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:16              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:16     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 16:53:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xcb483e0e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb483e0e', '0xe')]
29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric passed
29/01/2021 16:53:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:17              dut.10.240.183.67: 
29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv4_tcp_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv4_tcp_symmetric': 'passed'}
29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:53:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_symmetric Result PASSED:
29/01/2021 16:53:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:19              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:53:19              dut.10.240.183.67: clear port stats all
29/01/2021 16:53:20              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:53:20              dut.10.240.183.67: stop
29/01/2021 16:53:20              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:53:20     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl Begin
29/01/2021 16:53:20              dut.10.240.183.67: 
29/01/2021 16:53:20                         tester: 
29/01/2021 16:53:20              dut.10.240.183.67: start
29/01/2021 16:53:20              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:53:20     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src================
29/01/2021 16:53:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:20              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:53:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 16:53:20              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:20              dut.10.240.183.67: flow list 0
29/01/2021 16:53:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:21              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x705397d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x705397d4', '0x4')]
29/01/2021 16:53:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:23              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x705397d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x705397d4', '0x4')]
29/01/2021 16:53:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xeba86aa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeba86aa9', '0x9')]
29/01/2021 16:53:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xeba86aa9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeba86aa9', '0x9')]
29/01/2021 16:53:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:53:26              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x705397d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x705397d4', '0x4')]
29/01/2021 16:53:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:53:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x705397d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x705397d4', '0x4')]
29/01/2021 16:53:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:28              dut.10.240.183.67: flow list 0
29/01/2021 16:53:28              dut.10.240.183.67: 
29/01/2021 16:53:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src passed
29/01/2021 16:53:28              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:28              dut.10.240.183.67: 
29/01/2021 16:53:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst================
29/01/2021 16:53:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:53:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:53:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:28              dut.10.240.183.67: flow list 0
29/01/2021 16:53:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:30              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7650541f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7650541f', '0xf')]
29/01/2021 16:53:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:31              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7650541f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7650541f', '0xf')]
29/01/2021 16:53:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:32              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xedaba962 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xedaba962', '0x2')]
29/01/2021 16:53:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xedaba962 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xedaba962', '0x2')]
29/01/2021 16:53:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:53:34              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7650541f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7650541f', '0xf')]
29/01/2021 16:53:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 16:53:35              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7650541f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7650541f', '0xf')]
29/01/2021 16:53:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:36              dut.10.240.183.67: flow list 0
29/01/2021 16:53:36              dut.10.240.183.67: 
29/01/2021 16:53:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst passed
29/01/2021 16:53:36              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:36              dut.10.240.183.67: 
29/01/2021 16:53:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst================
29/01/2021 16:53:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:53:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:53:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:36              dut.10.240.183.67: flow list 0
29/01/2021 16:53:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:38              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3b1356e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b1356e6', '0x6')]
29/01/2021 16:53:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:53:39              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x25012ba6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x25012ba6', '0x6')]
29/01/2021 16:53:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:40              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa0e8ab9b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa0e8ab9b', '0xb')]
29/01/2021 16:53:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:53:41              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3b1356e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b1356e6', '0x6')]
29/01/2021 16:53:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:53:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3b1356e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3b1356e6', '0x6')]
29/01/2021 16:53:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:43              dut.10.240.183.67: flow list 0
29/01/2021 16:53:43              dut.10.240.183.67: 
29/01/2021 16:53:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst passed
29/01/2021 16:53:43              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:43              dut.10.240.183.67: 
29/01/2021 16:53:43     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src================
29/01/2021 16:53:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:43              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:53:43              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:53:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:43              dut.10.240.183.67: flow list 0
29/01/2021 16:53:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:45              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4062c81a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4062c81a', '0xa')]
29/01/2021 16:53:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:53:46              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9dbbc6f6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9dbbc6f6', '0x6')]
29/01/2021 16:53:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:47              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdb993567 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdb993567', '0x7')]
29/01/2021 16:53:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:53:48              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4062c81a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4062c81a', '0xa')]
29/01/2021 16:53:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:53:49              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4062c81a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4062c81a', '0xa')]
29/01/2021 16:53:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:50              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:50              dut.10.240.183.67: flow list 0
29/01/2021 16:53:50              dut.10.240.183.67: 
29/01/2021 16:53:50     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src passed
29/01/2021 16:53:50              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:50              dut.10.240.183.67: 
29/01/2021 16:53:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src================
29/01/2021 16:53:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:53:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:53:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:50              dut.10.240.183.67: flow list 0
29/01/2021 16:53:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:52              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x46610bd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46610bd1', '0x1')]
29/01/2021 16:53:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:53:53              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9bb8053d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9bb8053d', '0xd')]
29/01/2021 16:53:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:54              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdd9af6ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:53:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd9af6ac', '0xc')]
29/01/2021 16:53:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:53:55              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x46610bd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46610bd1', '0x1')]
29/01/2021 16:53:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:53:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x46610bd1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:53:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46610bd1', '0x1')]
29/01/2021 16:53:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:53:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:53:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:53:57              dut.10.240.183.67: flow list 0
29/01/2021 16:53:57              dut.10.240.183.67: 
29/01/2021 16:53:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src passed
29/01/2021 16:53:57              dut.10.240.183.67: flow flush 0
29/01/2021 16:53:57              dut.10.240.183.67: 
29/01/2021 16:53:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst================
29/01/2021 16:53:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:53:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:53:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:53:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:53:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:53:57              dut.10.240.183.67: flow list 0
29/01/2021 16:53:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:53:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:53:59              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3d10952d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:53:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:53:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d10952d', '0xd')]
29/01/2021 16:53:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:53:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:54:00              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x2302e86d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2302e86d', '0xd')]
29/01/2021 16:54:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:01              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa6eb6850 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa6eb6850', '0x0')]
29/01/2021 16:54:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3d10952d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d10952d', '0xd')]
29/01/2021 16:54:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:03              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3d10952d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d10952d', '0xd')]
29/01/2021 16:54:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:54:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:54:04              dut.10.240.183.67: flow list 0
29/01/2021 16:54:04              dut.10.240.183.67: 
29/01/2021 16:54:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst passed
29/01/2021 16:54:04              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:04              dut.10.240.183.67: 
29/01/2021 16:54:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only================
29/01/2021 16:54:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:54:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:54:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:54:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 16:54:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:54:04              dut.10.240.183.67: flow list 0
29/01/2021 16:54:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:54:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:06              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x461923dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:54:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461923dc', '0xc')]
29/01/2021 16:54:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:07              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5ab740bd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5ab740bd', '0xd')]
29/01/2021 16:54:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:54:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x461923dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461923dc', '0xc')]
29/01/2021 16:54:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:54:09              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x461923dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461923dc', '0xc')]
29/01/2021 16:54:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:54:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:54:10              dut.10.240.183.67: flow list 0
29/01/2021 16:54:10              dut.10.240.183.67: 
29/01/2021 16:54:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only passed
29/01/2021 16:54:10              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:10              dut.10.240.183.67: 
29/01/2021 16:54:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only================
29/01/2021 16:54:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:54:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:54:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:54:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 16:54:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:54:10              dut.10.240.183.67: flow list 0
29/01/2021 16:54:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:54:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4982d821 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:54:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4982d821', '0x1')]
29/01/2021 16:54:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 16:54:13              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdd7abd43 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd7abd43', '0x3')]
29/01/2021 16:54:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4982d821 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4982d821', '0x1')]
29/01/2021 16:54:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:15              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4982d821 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4982d821', '0x1')]
29/01/2021 16:54:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:54:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:54:16              dut.10.240.183.67: flow list 0
29/01/2021 16:54:16              dut.10.240.183.67: 
29/01/2021 16:54:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only passed
29/01/2021 16:54:16              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:16              dut.10.240.183.67: 
29/01/2021 16:54:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp================
29/01/2021 16:54:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:54:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:54:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:54:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:54:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:54:16              dut.10.240.183.67: flow list 0
29/01/2021 16:54:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:54:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:17              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x56985db5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:54:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56985db5', '0x5')]
29/01/2021 16:54:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 16:54:19              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc0655ac0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc0655ac0', '0x0')]
29/01/2021 16:54:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 16:54:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x51ed1e51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x51ed1e51', '0x1')]
29/01/2021 16:54:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x24c56a99 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x24c56a99', '0x9')]
29/01/2021 16:54:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xcd63a0c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcd63a0c8', '0x8')]
29/01/2021 16:54:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x56985db5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x56985db5', '0x5')]
29/01/2021 16:54:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:54:24              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:54:24              dut.10.240.183.67: flow list 0
29/01/2021 16:54:24              dut.10.240.183.67: 
29/01/2021 16:54:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp passed
29/01/2021 16:54:24              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:24              dut.10.240.183.67: 
29/01/2021 16:54:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3================
29/01/2021 16:54:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:54:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:54:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:54:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:54:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:54:24              dut.10.240.183.67: flow list 0
29/01/2021 16:54:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:54:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8bd489c6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:54:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bd489c6', '0x6')]
29/01/2021 16:54:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:27              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8bd489c6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bd489c6', '0x6')]
29/01/2021 16:54:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:28              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf989beea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf989beea', '0xa')]
29/01/2021 16:54:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:29              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x102f74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x102f74bb', '0xb')]
29/01/2021 16:54:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:30              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf989beea - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf989beea', '0xa')]
29/01/2021 16:54:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:31              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x102f74bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:54:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x102f74bb', '0xb')]
29/01/2021 16:54:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:54:32              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8bd489c6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bd489c6', '0x6')]
29/01/2021 16:54:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 16:54:33              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8bd489c6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8bd489c6', '0x6')]
29/01/2021 16:54:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:54:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:54:34              dut.10.240.183.67: flow list 0
29/01/2021 16:54:34              dut.10.240.183.67: 
29/01/2021 16:54:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3 passed
29/01/2021 16:54:34              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:35              dut.10.240.183.67: 
29/01/2021 16:54:35     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4src_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l4dst_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_udp_l3': 'passed'}
29/01/2021 16:54:35     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:54:35     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl Result PASSED:
29/01/2021 16:54:35              dut.10.240.183.67: flow flush 0
29/01/2021 16:54:36              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:54:36              dut.10.240.183.67: clear port stats all
29/01/2021 16:54:37              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:54:37              dut.10.240.183.67: stop
29/01/2021 16:54:37              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 9              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:54:37     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl_symmetric Begin
29/01/2021 16:54:37              dut.10.240.183.67: 
29/01/2021 16:54:37                         tester: 
29/01/2021 16:54:37              dut.10.240.183.67: start
29/01/2021 16:54:37              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:54:37              dut.10.240.183.67: quit
29/01/2021 16:54:39              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:54:39              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:54:40              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:54:50              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:54:50              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:54:50              dut.10.240.183.67: set verbose 1
29/01/2021 16:54:50              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:54:50              dut.10.240.183.67: show port info all
29/01/2021 16:54:50              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:54:50              dut.10.240.183.67: start
29/01/2021 16:54:50              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:54:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl_symmetric================
29/01/2021 16:54:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:54:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:54:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:54:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 16:54:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:54:50              dut.10.240.183.67: flow list 0
29/01/2021 16:54:50              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 16:54:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:52              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:52     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 16:54:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:54:53              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:54              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:54:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 16:54:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:54:57              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:54:58              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:54:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:54:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf1653eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:54:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:54:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf1653eb', '0xb')]
29/01/2021 16:54:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:54:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:55:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:55:00              dut.10.240.183.67: flow list 0
29/01/2021 16:55:00              dut.10.240.183.67: 
29/01/2021 16:55:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:55:02              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:02     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:02     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:55:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:55:03              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:03     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:03     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:55:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:55:04              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:04     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:04     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 16:55:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:55:05              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:05     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:05     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:55:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:55:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:06     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:06     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:55:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 16:55:07              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd05233eb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd05233eb', '0xb')]
29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl_symmetric passed
29/01/2021 16:55:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:55:07              dut.10.240.183.67: 
29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:55:07     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_udp_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:55:07              dut.10.240.183.67: flow flush 0
29/01/2021 16:55:08              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:55:08              dut.10.240.183.67: clear port stats all
29/01/2021 16:55:09              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:55:09              dut.10.240.183.67: stop
29/01/2021 16:55:10              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:55:10     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_without_ul_dl Begin
29/01/2021 16:55:10              dut.10.240.183.67: 
29/01/2021 16:55:10                         tester: 
29/01/2021 16:55:10              dut.10.240.183.67: start
29/01/2021 16:55:10              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:55:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3dst================
29/01/2021 16:55:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:55:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:55:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:55:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:55:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:55:10              dut.10.240.183.67: flow list 0
29/01/2021 16:55:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:55:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:11              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:12              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xa69820b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa69820b8', '0x8')]
29/01/2021 16:55:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:13              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:14              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:16              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xa69820b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa69820b8', '0x8')]
29/01/2021 16:55:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:17              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:18              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:18     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:19              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xa69820b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa69820b8', '0x8')]
29/01/2021 16:55:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:55:20              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:55:21              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:55:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa69820b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa69820b8', '0x8')]
29/01/2021 16:55:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:55:23              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:55:24              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:55:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa69820b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa69820b8', '0x8')]
29/01/2021 16:55:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:55:27              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f2b8bda - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f2b8bda', '0xa')]
29/01/2021 16:55:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:55:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:55:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:55:28              dut.10.240.183.67: flow list 0
29/01/2021 16:55:28              dut.10.240.183.67: 
29/01/2021 16:55:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3dst passed
29/01/2021 16:55:28              dut.10.240.183.67: flow flush 0
29/01/2021 16:55:28              dut.10.240.183.67: 
29/01/2021 16:55:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3src================
29/01/2021 16:55:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:55:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:55:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:55:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 16:55:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:55:28              dut.10.240.183.67: flow list 0
29/01/2021 16:55:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:55:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:29              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:30              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xcce6f3b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcce6f3b8', '0x8')]
29/01/2021 16:55:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:31              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:32              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:34              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xcce6f3b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcce6f3b8', '0x8')]
29/01/2021 16:55:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:35              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:36              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:55:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xcce6f3b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcce6f3b8', '0x8')]
29/01/2021 16:55:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:38              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:55:39              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:39     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:55:40              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xcce6f3b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcce6f3b8', '0x8')]
29/01/2021 16:55:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:55:41              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:55:42              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:55:43              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xcce6f3b8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcce6f3b8', '0x8')]
29/01/2021 16:55:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:55:45              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x555558da - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x555558da', '0xa')]
29/01/2021 16:55:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:55:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:55:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:55:46              dut.10.240.183.67: flow list 0
29/01/2021 16:55:46              dut.10.240.183.67: 
29/01/2021 16:55:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3src passed
29/01/2021 16:55:46              dut.10.240.183.67: flow flush 0
29/01/2021 16:55:46              dut.10.240.183.67: 
29/01/2021 16:55:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv4_all================
29/01/2021 16:55:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:55:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:55:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:55:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 16:55:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:55:46              dut.10.240.183.67: flow list 0
29/01/2021 16:55:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:55:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:55:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:48              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf80d6858 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf80d6858', '0x8')]
29/01/2021 16:55:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:49              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61db911b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61db911b', '0xb')]
29/01/2021 16:55:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:50              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61bec33a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61bec33a', '0xa')]
29/01/2021 16:55:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:52              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:55:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:53              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:55:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf80d6858 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf80d6858', '0x8')]
29/01/2021 16:55:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:55              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61db911b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61db911b', '0xb')]
29/01/2021 16:55:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/("X"*480)
29/01/2021 16:55:56              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61bec33a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61bec33a', '0xa')]
29/01/2021 16:55:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:55:57              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:55:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:55:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:58              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:55:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:55:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:55:59              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf80d6858 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:55:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:55:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf80d6858', '0x8')]
29/01/2021 16:55:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:55:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:56:00              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61db911b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61db911b', '0xb')]
29/01/2021 16:56:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2", frag=6)/("X"*480)
29/01/2021 16:56:02              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0x61bec33a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61bec33a', '0xa')]
29/01/2021 16:56:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 16:56:03              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:56:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:56:04              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:56:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:56:05              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf80d6858 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf80d6858', '0x8')]
29/01/2021 16:56:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:56:06              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61db911b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61db911b', '0xb')]
29/01/2021 16:56:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 16:56:07              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61bec33a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61bec33a', '0xa')]
29/01/2021 16:56:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:56:08              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:56:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:56:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:56:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:56:10              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf80d6858 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf80d6858', '0x8')]
29/01/2021 16:56:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:56:11              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61db911b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61db911b', '0xb')]
29/01/2021 16:56:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.1.1",src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 16:56:13              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x61bec33a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x61bec33a', '0xa')]
29/01/2021 16:56:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 16:56:14              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf8683a79 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8683a79', '0x9')]
29/01/2021 16:56:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:56:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:56:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:56:15              dut.10.240.183.67: flow list 0
29/01/2021 16:56:15              dut.10.240.183.67: 
29/01/2021 16:56:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv4_all passed
29/01/2021 16:56:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:56:15              dut.10.240.183.67: 
29/01/2021 16:56:15     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv4_all': 'passed'}
29/01/2021 16:56:15     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:56:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_without_ul_dl Result PASSED:
29/01/2021 16:56:15              dut.10.240.183.67: flow flush 0
29/01/2021 16:56:16              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:56:16              dut.10.240.183.67: clear port stats all
29/01/2021 16:56:17              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:56:17              dut.10.240.183.67: stop
29/01/2021 16:56:17              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 25             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:56:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_without_ul_dl_symmetric Begin
29/01/2021 16:56:17              dut.10.240.183.67: 
29/01/2021 16:56:18                         tester: 
29/01/2021 16:56:18              dut.10.240.183.67: start
29/01/2021 16:56:18              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:56:18              dut.10.240.183.67: quit
29/01/2021 16:56:19              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:56:19              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:56:20              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:56:30              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:56:30              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:56:30              dut.10.240.183.67: set verbose 1
29/01/2021 16:56:30              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:56:30              dut.10.240.183.67: show port info all
29/01/2021 16:56:30              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:56:30              dut.10.240.183.67: start
29/01/2021 16:56:31              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:56:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv4_without_ul_dl_symmetric================
29/01/2021 16:56:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:56:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:56:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:56:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 16:56:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:56:31              dut.10.240.183.67: flow list 0
29/01/2021 16:56:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 16:56:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 16:56:32              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:56:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:56:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 16:56:34              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:56:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1",frag=6)/("X"*480)
29/01/2021 16:56:35              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 16:56:36              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:56:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:56:37              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:56:38              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:38     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:56:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:56:40              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbacd677 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbacd677', '0x7')]
29/01/2021 16:56:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:56:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:56:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:56:41              dut.10.240.183.67: flow list 0
29/01/2021 16:56:41              dut.10.240.183.67: 
29/01/2021 16:56:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 16:56:42              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xa4d4d8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:42     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:56:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4d4d8f2', '0x2')]
29/01/2021 16:56:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1",frag=6)/("X"*480)
29/01/2021 16:56:43              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=582 - nb_segs=1 - RSS hash=0xa4d4d8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:43     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:56:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4d4d8f2', '0x2')]
29/01/2021 16:56:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 16:56:44              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa4d4d8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:44     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:56:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4d4d8f2', '0x2')]
29/01/2021 16:56:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 16:56:45              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa4d4d8f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4d4d8f2', '0x2')]
29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: action: ipv4-udp

29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv4_without_ul_dl_symmetric passed
29/01/2021 16:56:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:56:45              dut.10.240.183.67: 
29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv4_without_ul_dl_symmetric': 'passed'}
29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:56:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv4_without_ul_dl_symmetric Result PASSED:
29/01/2021 16:56:45              dut.10.240.183.67: flow flush 0
29/01/2021 16:56:46              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:56:46              dut.10.240.183.67: clear port stats all
29/01/2021 16:56:48              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:56:48              dut.10.240.183.67: stop
29/01/2021 16:56:48              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:56:48     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6 Begin
29/01/2021 16:56:48              dut.10.240.183.67: 
29/01/2021 16:56:48                         tester: 
29/01/2021 16:56:48              dut.10.240.183.67: start
29/01/2021 16:56:48              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:56:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_l3dst================
29/01/2021 16:56:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:56:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:56:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:56:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:56:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:56:48              dut.10.240.183.67: flow list 0
29/01/2021 16:56:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:56:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:56:49              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:56:50              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:56:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:56:51              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:56:53              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:56:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:56:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:56:55              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:56:56              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:56:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:56:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:56:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:56:58              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:56:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:56:59              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:56:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:56:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:56:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:56:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:00              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:57:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:01              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:02              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:57:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:05              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:57:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:57:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:57:06              dut.10.240.183.67: flow list 0
29/01/2021 16:57:06              dut.10.240.183.67: 
29/01/2021 16:57:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_l3dst passed
29/01/2021 16:57:06              dut.10.240.183.67: flow flush 0
29/01/2021 16:57:06              dut.10.240.183.67: 
29/01/2021 16:57:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_l3src================
29/01/2021 16:57:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:57:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:57:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:57:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:57:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:57:06              dut.10.240.183.67: flow list 0
29/01/2021 16:57:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:57:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:07              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:09              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:57:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:12              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:13              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:57:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:14              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:57:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:19              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:57:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:57:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:23              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:57:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:57:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:57:24              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:57:24              dut.10.240.183.67: flow list 0
29/01/2021 16:57:24              dut.10.240.183.67: 
29/01/2021 16:57:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_l3src passed
29/01/2021 16:57:24              dut.10.240.183.67: flow flush 0
29/01/2021 16:57:24              dut.10.240.183.67: 
29/01/2021 16:57:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_all================
29/01/2021 16:57:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:57:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:57:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:57:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:57:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:57:24              dut.10.240.183.67: flow list 0
29/01/2021 16:57:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:57:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:25              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:57:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:57:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:57:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:57:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:30              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:57:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:31              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:57:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:32              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:57:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:57:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:57:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:35              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:57:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:57:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:57:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:57:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:40              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:57:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:57:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:57:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:43              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:57:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:57:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:57:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:57:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:57:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:57:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:57:47              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:57:47              dut.10.240.183.67: flow list 0
29/01/2021 16:57:47              dut.10.240.183.67: 
29/01/2021 16:57:47     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_all passed
29/01/2021 16:57:47              dut.10.240.183.67: flow flush 0
29/01/2021 16:57:48              dut.10.240.183.67: 
29/01/2021 16:57:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_l3dst================
29/01/2021 16:57:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:57:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:57:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:57:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 16:57:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:57:48              dut.10.240.183.67: flow list 0
29/01/2021 16:57:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:57:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:49              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:50              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:57:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:57:51              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:52              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:53              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:57:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:57:54              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:55              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:57:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:57:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:57:58              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:57:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:57:59              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:57:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:57:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:57:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:57:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:00              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:58:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:01              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:58:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:02              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:58:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x837af956 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x837af956', '0x6')]
29/01/2021 16:58:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:04              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb3a9ea32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3a9ea32', '0x2')]
29/01/2021 16:58:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:58:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:58:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:58:05              dut.10.240.183.67: flow list 0
29/01/2021 16:58:05              dut.10.240.183.67: 
29/01/2021 16:58:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_l3dst passed
29/01/2021 16:58:05              dut.10.240.183.67: flow flush 0
29/01/2021 16:58:06              dut.10.240.183.67: 
29/01/2021 16:58:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_l3src================
29/01/2021 16:58:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:58:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:58:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:58:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 16:58:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:58:06              dut.10.240.183.67: flow list 0
29/01/2021 16:58:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:58:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:07              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:08              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:09              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:58:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:11              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:12              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:58:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:13              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:58:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:18              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:19              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:58:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe92fe02d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:58:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe92fe02d', '0xd')]
29/01/2021 16:58:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:22              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x9c64a362 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9c64a362', '0x2')]
29/01/2021 16:58:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:58:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:58:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:58:23              dut.10.240.183.67: flow list 0
29/01/2021 16:58:23              dut.10.240.183.67: 
29/01/2021 16:58:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_l3src passed
29/01/2021 16:58:23              dut.10.240.183.67: flow flush 0
29/01/2021 16:58:24              dut.10.240.183.67: 
29/01/2021 16:58:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_all================
29/01/2021 16:58:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:58:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:58:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:58:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 16:58:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:58:24              dut.10.240.183.67: flow list 0
29/01/2021 16:58:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:58:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:25              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:58:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:26              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:58:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:27              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:58:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:58:28              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:58:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:29              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:58:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:30              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:58:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:31              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:58:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:58:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:58:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:34     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:58:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:35              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:58:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:36              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:58:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:58:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:58:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:58:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:39              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:58:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:40              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:58:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:58:41              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:58:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:42              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x712ae392 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:58:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x712ae392', '0x2')]
29/01/2021 16:58:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xbd0c2076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbd0c2076', '0x6')]
29/01/2021 16:58:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x461a0dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x461a0dd', '0xd')]
29/01/2021 16:58:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:58:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 16:58:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc8476339 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:58:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:58:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8476339', '0x9')]
29/01/2021 16:58:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:58:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:58:47              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:58:47              dut.10.240.183.67: flow list 0
29/01/2021 16:58:47              dut.10.240.183.67: 
29/01/2021 16:58:47     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_all passed
29/01/2021 16:58:47              dut.10.240.183.67: flow flush 0
29/01/2021 16:58:47              dut.10.240.183.67: 
29/01/2021 16:58:47     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_l3dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_l3src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_all': 'passed'}
29/01/2021 16:58:47     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:58:47     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6 Result PASSED:
29/01/2021 16:58:47              dut.10.240.183.67: flow flush 0
29/01/2021 16:58:48              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:58:48              dut.10.240.183.67: clear port stats all
29/01/2021 16:58:49              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:58:49              dut.10.240.183.67: stop
29/01/2021 16:58:49              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 40             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 30             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:58:49     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_symmetric Begin
29/01/2021 16:58:50              dut.10.240.183.67: 
29/01/2021 16:58:50                         tester: 
29/01/2021 16:58:50              dut.10.240.183.67: start
29/01/2021 16:58:50              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:58:50              dut.10.240.183.67: quit
29/01/2021 16:58:51              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 16:58:51              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 16:58:52              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 16:59:02              dut.10.240.183.67: set fwd rxonly
29/01/2021 16:59:02              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 16:59:02              dut.10.240.183.67: set verbose 1
29/01/2021 16:59:03              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 16:59:03              dut.10.240.183.67: show port info all
29/01/2021 16:59:03              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 16:59:03              dut.10.240.183.67: start
29/01/2021 16:59:03              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:59:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_symmetric================
29/01/2021 16:59:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:59:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:59:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:03              dut.10.240.183.67: flow list 0
29/01/2021 16:59:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:59:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:59:04              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:04     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:59:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:59:05              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:06     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:59:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:07              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:59:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:08     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:59:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:59:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:59:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:11     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:59:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:59:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:13              dut.10.240.183.67: flow list 0
29/01/2021 16:59:13              dut.10.240.183.67: 
29/01/2021 16:59:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:59:14              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:14     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:59:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:15              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:15     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:59:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:59:16              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:16     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:59:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:59:17              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:17     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:59:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:17     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_symmetric passed
29/01/2021 16:59:17              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:17              dut.10.240.183.67: 
29/01/2021 16:59:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_symmetric================
29/01/2021 16:59:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:59:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 16:59:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:18              dut.10.240.183.67: flow list 0
29/01/2021 16:59:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 16:59:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 16:59:19              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:19     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 16:59:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:59:20              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:21              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:21     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 16:59:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:22              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:59:23              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:23     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 16:59:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 16:59:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 16:59:25              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:25     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 16:59:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:59:26              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe6931491 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe6931491', '0x1')]
29/01/2021 16:59:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:28              dut.10.240.183.67: flow list 0
29/01/2021 16:59:28              dut.10.240.183.67: 
29/01/2021 16:59:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 16:59:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:29     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 16:59:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 16:59:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:30     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 16:59:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 16:59:31              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:31     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 16:59:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 16:59:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x40b953b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x40b953b9', '0x9')]
29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_symmetric passed
29/01/2021 16:59:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:32              dut.10.240.183.67: 
29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_symmetric': 'passed'}
29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 16:59:32     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_symmetric Result PASSED:
29/01/2021 16:59:32              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:33              dut.10.240.183.67: 
testpmd> 
29/01/2021 16:59:33              dut.10.240.183.67: clear port stats all
29/01/2021 16:59:34              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 16:59:34              dut.10.240.183.67: stop
29/01/2021 16:59:35              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 16:59:35     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp Begin
29/01/2021 16:59:35              dut.10.240.183.67: 
29/01/2021 16:59:35                         tester: 
29/01/2021 16:59:35              dut.10.240.183.67: start
29/01/2021 16:59:35              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 16:59:35     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst================
29/01/2021 16:59:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:35              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:59:35              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 16:59:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:35              dut.10.240.183.67: flow list 0
29/01/2021 16:59:35              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:59:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5142481b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:59:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5142481b', '0xb')]
29/01/2021 16:59:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x6b4b6388 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b4b6388', '0x8')]
29/01/2021 16:59:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:38              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5142481b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5142481b', '0xb')]
29/01/2021 16:59:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:40              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:40              dut.10.240.183.67: flow list 0
29/01/2021 16:59:40              dut.10.240.183.67: 
29/01/2021 16:59:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst passed
29/01/2021 16:59:40              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:40              dut.10.240.183.67: 
29/01/2021 16:59:40     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src================
29/01/2021 16:59:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:40              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:59:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 16:59:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:40              dut.10.240.183.67: flow list 0
29/01/2021 16:59:40              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:59:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:41              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x52bb5293 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:59:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52bb5293', '0x3')]
29/01/2021 16:59:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:42              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x52bb5293 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52bb5293', '0x3')]
29/01/2021 16:59:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:43              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9532f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9532f45', '0x5')]
29/01/2021 16:59:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:44              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:44              dut.10.240.183.67: flow list 0
29/01/2021 16:59:44              dut.10.240.183.67: 
29/01/2021 16:59:44     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src passed
29/01/2021 16:59:44              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:44              dut.10.240.183.67: 
29/01/2021 16:59:44     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4src================
29/01/2021 16:59:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:44              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:59:44              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:59:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:45              dut.10.240.183.67: flow list 0
29/01/2021 16:59:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:59:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:46              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe8a8cbcb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:59:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8a8cbcb', '0xb')]
29/01/2021 16:59:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:47              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd2a1e058 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2a1e058', '0x8')]
29/01/2021 16:59:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 16:59:48              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x113a90e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x113a90e6', '0x6')]
29/01/2021 16:59:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:59:49              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe8a8cbcb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8a8cbcb', '0xb')]
29/01/2021 16:59:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:50              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:50              dut.10.240.183.67: flow list 0
29/01/2021 16:59:50              dut.10.240.183.67: 
29/01/2021 16:59:50     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4src passed
29/01/2021 16:59:50              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:50              dut.10.240.183.67: 
29/01/2021 16:59:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst================
29/01/2021 16:59:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:59:50              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 16:59:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:50              dut.10.240.183.67: flow list 0
29/01/2021 16:59:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:59:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:52              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x83891d84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:59:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83891d84', '0x4')]
29/01/2021 16:59:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:53              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb9803617 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9803617', '0x7')]
29/01/2021 16:59:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 16:59:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x113a90e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x113a90e6', '0x6')]
29/01/2021 16:59:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 16:59:55              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x83891d84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 16:59:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83891d84', '0x4')]
29/01/2021 16:59:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 16:59:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 16:59:56              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 16:59:56              dut.10.240.183.67: flow list 0
29/01/2021 16:59:56              dut.10.240.183.67: 
29/01/2021 16:59:56     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst passed
29/01/2021 16:59:56              dut.10.240.183.67: flow flush 0
29/01/2021 16:59:56              dut.10.240.183.67: 
29/01/2021 16:59:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4src================
29/01/2021 16:59:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 16:59:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:59:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 16:59:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 16:59:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 16:59:56              dut.10.240.183.67: flow list 0
29/01/2021 16:59:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 16:59:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:58              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xeb51d143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 16:59:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb51d143', '0x3')]
29/01/2021 16:59:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 16:59:59              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x60b9ac95 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 16:59:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 16:59:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60b9ac95', '0x5')]
29/01/2021 16:59:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 16:59:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:00:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x12c38a6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12c38a6e', '0xe')]
29/01/2021 17:00:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:01              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xeb51d143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb51d143', '0x3')]
29/01/2021 17:00:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:02              dut.10.240.183.67: flow list 0
29/01/2021 17:00:02              dut.10.240.183.67: 
29/01/2021 17:00:02     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4src passed
29/01/2021 17:00:02              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:02              dut.10.240.183.67: 
29/01/2021 17:00:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4dst================
29/01/2021 17:00:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:02              dut.10.240.183.67: flow list 0
29/01/2021 17:00:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8070070c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8070070c', '0xc')]
29/01/2021 17:00:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:05              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb987ada - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb987ada', '0xa')]
29/01/2021 17:00:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:06              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x12c38a6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12c38a6e', '0xe')]
29/01/2021 17:00:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8070070c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8070070c', '0xc')]
29/01/2021 17:00:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:08              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:08              dut.10.240.183.67: flow list 0
29/01/2021 17:00:08              dut.10.240.183.67: 
29/01/2021 17:00:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4dst passed
29/01/2021 17:00:08              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:08              dut.10.240.183.67: 
29/01/2021 17:00:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4src================
29/01/2021 17:00:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:08              dut.10.240.183.67: flow list 0
29/01/2021 17:00:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:09              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ae4fc3b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ae4fc3b', '0xb')]
29/01/2021 17:00:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:10              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2f89c860 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f89c860', '0x0')]
29/01/2021 17:00:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 17:00:12              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ae4fc3b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ae4fc3b', '0xb')]
29/01/2021 17:00:12     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:13              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:13              dut.10.240.183.67: flow list 0
29/01/2021 17:00:13              dut.10.240.183.67: 
29/01/2021 17:00:13     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4src passed
29/01/2021 17:00:13              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:13              dut.10.240.183.67: 
29/01/2021 17:00:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4dst================
29/01/2021 17:00:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:13              dut.10.240.183.67: flow list 0
29/01/2021 17:00:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:14              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2ba029ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ba029ac', '0xc')]
29/01/2021 17:00:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:15              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ecd1df7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ecd1df7', '0x7')]
29/01/2021 17:00:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:16              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2ba029ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ba029ac', '0xc')]
29/01/2021 17:00:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:16              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:18              dut.10.240.183.67: flow list 0
29/01/2021 17:00:18              dut.10.240.183.67: 
29/01/2021 17:00:18     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4dst passed
29/01/2021 17:00:18              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:18              dut.10.240.183.67: 
29/01/2021 17:00:18     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_all================
29/01/2021 17:00:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:18              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:00:18              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:18              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:00:18              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:18              dut.10.240.183.67: flow list 0
29/01/2021 17:00:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:19              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc4c66b35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4c66b35', '0x5')]
29/01/2021 17:00:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa85f953d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa85f953d', '0xd')]
29/01/2021 17:00:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3acef9c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3acef9c9', '0x9')]
29/01/2021 17:00:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:22              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf2b684ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2b684ab', '0xb')]
29/01/2021 17:00:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:23              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4f2e16e3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f2e16e3', '0x3')]
29/01/2021 17:00:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:25              dut.10.240.183.67: flow list 0
29/01/2021 17:00:25              dut.10.240.183.67: 
29/01/2021 17:00:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_all passed
29/01/2021 17:00:25              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:25              dut.10.240.183.67: 
29/01/2021 17:00:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst================
29/01/2021 17:00:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:00:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:00:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:25              dut.10.240.183.67: flow list 0
29/01/2021 17:00:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:26              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5142481b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5142481b', '0xb')]
29/01/2021 17:00:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:27              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x6b4b6388 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b4b6388', '0x8')]
29/01/2021 17:00:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:28              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x5142481b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5142481b', '0xb')]
29/01/2021 17:00:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:28              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:29              dut.10.240.183.67: flow list 0
29/01/2021 17:00:29              dut.10.240.183.67: 
29/01/2021 17:00:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst passed
29/01/2021 17:00:29              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:29              dut.10.240.183.67: 
29/01/2021 17:00:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src================
29/01/2021 17:00:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:00:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:00:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:30              dut.10.240.183.67: flow list 0
29/01/2021 17:00:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:31              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x52bb5293 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:31     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52bb5293', '0x3')]
29/01/2021 17:00:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:32              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x52bb5293 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52bb5293', '0x3')]
29/01/2021 17:00:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:33              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9532f45 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9532f45', '0x5')]
29/01/2021 17:00:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:34              dut.10.240.183.67: flow list 0
29/01/2021 17:00:34              dut.10.240.183.67: 
29/01/2021 17:00:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src passed
29/01/2021 17:00:34              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:34              dut.10.240.183.67: 
29/01/2021 17:00:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4src================
29/01/2021 17:00:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:34              dut.10.240.183.67: flow list 0
29/01/2021 17:00:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:36              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe8a8cbcb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8a8cbcb', '0xb')]
29/01/2021 17:00:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:37              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd2a1e058 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2a1e058', '0x8')]
29/01/2021 17:00:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:00:38              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x113a90e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x113a90e6', '0x6')]
29/01/2021 17:00:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:39              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe8a8cbcb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8a8cbcb', '0xb')]
29/01/2021 17:00:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:39              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:40              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:40              dut.10.240.183.67: flow list 0
29/01/2021 17:00:40              dut.10.240.183.67: 
29/01/2021 17:00:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4src passed
29/01/2021 17:00:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:40              dut.10.240.183.67: 
29/01/2021 17:00:40     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst================
29/01/2021 17:00:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:40              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:40              dut.10.240.183.67: flow list 0
29/01/2021 17:00:40              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x83891d84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83891d84', '0x4')]
29/01/2021 17:00:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb9803617 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb9803617', '0x7')]
29/01/2021 17:00:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x113a90e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x113a90e6', '0x6')]
29/01/2021 17:00:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:45              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x83891d84 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x83891d84', '0x4')]
29/01/2021 17:00:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:46              dut.10.240.183.67: flow list 0
29/01/2021 17:00:46              dut.10.240.183.67: 
29/01/2021 17:00:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst passed
29/01/2021 17:00:46              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:46              dut.10.240.183.67: 
29/01/2021 17:00:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4src================
29/01/2021 17:00:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:46              dut.10.240.183.67: flow list 0
29/01/2021 17:00:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:47              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xeb51d143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb51d143', '0x3')]
29/01/2021 17:00:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:49              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x60b9ac95 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x60b9ac95', '0x5')]
29/01/2021 17:00:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:00:50              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x12c38a6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12c38a6e', '0xe')]
29/01/2021 17:00:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:51              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xeb51d143 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xeb51d143', '0x3')]
29/01/2021 17:00:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:52              dut.10.240.183.67: flow list 0
29/01/2021 17:00:52              dut.10.240.183.67: 
29/01/2021 17:00:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4src passed
29/01/2021 17:00:52              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:52              dut.10.240.183.67: 
29/01/2021 17:00:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4dst================
29/01/2021 17:00:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:00:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:52              dut.10.240.183.67: flow list 0
29/01/2021 17:00:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:53              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8070070c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8070070c', '0xc')]
29/01/2021 17:00:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:54              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb987ada - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb987ada', '0xa')]
29/01/2021 17:00:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:00:56              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x12c38a6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:00:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x12c38a6e', '0xe')]
29/01/2021 17:00:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:00:57              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8070070c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:00:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8070070c', '0xc')]
29/01/2021 17:00:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:00:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:00:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:00:58              dut.10.240.183.67: flow list 0
29/01/2021 17:00:58              dut.10.240.183.67: 
29/01/2021 17:00:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4dst passed
29/01/2021 17:00:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:00:58              dut.10.240.183.67: 
29/01/2021 17:00:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4src================
29/01/2021 17:00:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:00:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:00:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:00:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:00:58              dut.10.240.183.67: flow list 0
29/01/2021 17:00:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:00:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:00:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ae4fc3b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:00:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:00:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ae4fc3b', '0xb')]
29/01/2021 17:00:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:00:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:01:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2f89c860 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f89c860', '0x0')]
29/01/2021 17:01:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 17:01:01              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ae4fc3b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ae4fc3b', '0xb')]
29/01/2021 17:01:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:03              dut.10.240.183.67: flow list 0
29/01/2021 17:01:03              dut.10.240.183.67: 
29/01/2021 17:01:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4src passed
29/01/2021 17:01:03              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:03              dut.10.240.183.67: 
29/01/2021 17:01:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4dst================
29/01/2021 17:01:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:01:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:01:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:01:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:01:03              dut.10.240.183.67: flow list 0
29/01/2021 17:01:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:01:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:01:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2ba029ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:01:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ba029ac', '0xc')]
29/01/2021 17:01:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:01:05              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3ecd1df7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3ecd1df7', '0x7')]
29/01/2021 17:01:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:01:06              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2ba029ac - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2ba029ac', '0xc')]
29/01/2021 17:01:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:07              dut.10.240.183.67: flow list 0
29/01/2021 17:01:07              dut.10.240.183.67: 
29/01/2021 17:01:07     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4dst passed
29/01/2021 17:01:07              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:08              dut.10.240.183.67: 
29/01/2021 17:01:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_all================
29/01/2021 17:01:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:01:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:01:08              dut.10.240.183.67: flow list 0
29/01/2021 17:01:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:01:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:01:09              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc4c66b35 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:01:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4c66b35', '0x5')]
29/01/2021 17:01:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:01:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa85f953d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa85f953d', '0xd')]
29/01/2021 17:01:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:01:11              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x3acef9c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3acef9c9', '0x9')]
29/01/2021 17:01:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:01:12              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf2b684ab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf2b684ab', '0xb')]
29/01/2021 17:01:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:01:13              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4f2e16e3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4f2e16e3', '0x3')]
29/01/2021 17:01:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:14              dut.10.240.183.67: flow list 0
29/01/2021 17:01:14              dut.10.240.183.67: 
29/01/2021 17:01:14     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_all passed
29/01/2021 17:01:14              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:15              dut.10.240.183.67: 
29/01/2021 17:01:15     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_tcp_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_all': 'passed'}
29/01/2021 17:01:15     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:01:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp Result PASSED:
29/01/2021 17:01:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:16              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:01:16              dut.10.240.183.67: clear port stats all
29/01/2021 17:01:17              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:01:17              dut.10.240.183.67: stop
29/01/2021 17:01:17              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 14             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:01:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_symmetric Begin
29/01/2021 17:01:17              dut.10.240.183.67: 
29/01/2021 17:01:17                         tester: 
29/01/2021 17:01:17              dut.10.240.183.67: start
29/01/2021 17:01:17              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:01:17              dut.10.240.183.67: quit
29/01/2021 17:01:19              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:01:19              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:01:20              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:01:30              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:01:30              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:01:30              dut.10.240.183.67: set verbose 1
29/01/2021 17:01:30              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:01:30              dut.10.240.183.67: show port info all
29/01/2021 17:01:30              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:01:30              dut.10.240.183.67: start
29/01/2021 17:01:30              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:01:30     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric================
29/01/2021 17:01:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:30              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:30              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:01:30              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:30              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:01:30              dut.10.240.183.67: flow list 0
29/01/2021 17:01:30              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:01:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:32              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:01:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:33              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:34              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:35              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:36              dut.10.240.183.67: flow list 0
29/01/2021 17:01:36              dut.10.240.183.67: 
29/01/2021 17:01:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:37     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:38              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:38     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:39              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:39     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric passed
29/01/2021 17:01:39              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:39              dut.10.240.183.67: 
29/01/2021 17:01:39     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric================
29/01/2021 17:01:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:39              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:01:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:01:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:01:40              dut.10.240.183.67: flow list 0
29/01/2021 17:01:40              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:01:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:41              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:01:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:42              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:43              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:44              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4a6ba08e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4a6ba08e', '0xe')]
29/01/2021 17:01:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:45              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:45              dut.10.240.183.67: flow list 0
29/01/2021 17:01:45              dut.10.240.183.67: 
29/01/2021 17:01:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:46              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:46     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:48              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:48     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:01:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8aa786d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8aa786d', '0xd')]
29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric passed
29/01/2021 17:01:49              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:49              dut.10.240.183.67: 
29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric': 'passed'}
29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:01:49     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_symmetric Result PASSED:
29/01/2021 17:01:49              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:50              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:01:50              dut.10.240.183.67: clear port stats all
29/01/2021 17:01:51              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:01:51              dut.10.240.183.67: stop
29/01/2021 17:01:51              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:01:51     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl Begin
29/01/2021 17:01:51              dut.10.240.183.67: 
29/01/2021 17:01:51                         tester: 
29/01/2021 17:01:51              dut.10.240.183.67: start
29/01/2021 17:01:51              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:01:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src================
29/01/2021 17:01:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:01:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:01:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:01:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:01:52              dut.10.240.183.67: flow list 0
29/01/2021 17:01:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:01:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa8593a34 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:53     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:01:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8593a34', '0x4')]
29/01/2021 17:01:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:54              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa8593a34 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8593a34', '0x4')]
29/01/2021 17:01:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:55              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x71917739 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71917739', '0x9')]
29/01/2021 17:01:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:01:56              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x71917739 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:01:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x71917739', '0x9')]
29/01/2021 17:01:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 17:01:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa8593a34 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8593a34', '0x4')]
29/01/2021 17:01:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:01:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 17:01:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa8593a34 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:01:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:01:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8593a34', '0x4')]
29/01/2021 17:01:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:01:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:01:59              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:01:59              dut.10.240.183.67: flow list 0
29/01/2021 17:01:59              dut.10.240.183.67: 
29/01/2021 17:01:59     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src passed
29/01/2021 17:01:59              dut.10.240.183.67: flow flush 0
29/01/2021 17:01:59              dut.10.240.183.67: 
29/01/2021 17:01:59     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst================
29/01/2021 17:01:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:01:59              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:02:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:02:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:00              dut.10.240.183.67: flow list 0
29/01/2021 17:02:00              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:01              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xface8d81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:01     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xface8d81', '0x1')]
29/01/2021 17:02:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:02              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xface8d81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xface8d81', '0x1')]
29/01/2021 17:02:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x6ec740bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ec740bc', '0xc')]
29/01/2021 17:02:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x6ec740bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6ec740bc', '0xc')]
29/01/2021 17:02:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 17:02:05              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xface8d81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xface8d81', '0x1')]
29/01/2021 17:02:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=33)/("X"*480)
29/01/2021 17:02:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xface8d81 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xface8d81', '0x1')]
29/01/2021 17:02:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:07              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:07              dut.10.240.183.67: flow list 0
29/01/2021 17:02:08              dut.10.240.183.67: 
29/01/2021 17:02:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst passed
29/01/2021 17:02:08              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:08              dut.10.240.183.67: 
29/01/2021 17:02:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst================
29/01/2021 17:02:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:08              dut.10.240.183.67: flow list 0
29/01/2021 17:02:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb2bf45b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb2bf45b1', '0x1')]
29/01/2021 17:02:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 17:02:10              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x9bfcfa12 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9bfcfa12', '0x2')]
29/01/2021 17:02:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:11              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x6b7708bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b7708bc', '0xc')]
29/01/2021 17:02:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb2bf45b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb2bf45b1', '0x1')]
29/01/2021 17:02:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xb2bf45b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb2bf45b1', '0x1')]
29/01/2021 17:02:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:14              dut.10.240.183.67: flow list 0
29/01/2021 17:02:15              dut.10.240.183.67: 
29/01/2021 17:02:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst passed
29/01/2021 17:02:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:15              dut.10.240.183.67: 
29/01/2021 17:02:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src================
29/01/2021 17:02:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:15              dut.10.240.183.67: flow list 0
29/01/2021 17:02:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:16              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4dba58e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dba58e6', '0x6')]
29/01/2021 17:02:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:17              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x9fa218d6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fa218d6', '0x6')]
29/01/2021 17:02:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9b395db - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9b395db', '0xb')]
29/01/2021 17:02:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:19              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4dba58e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dba58e6', '0x6')]
29/01/2021 17:02:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:20              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x4dba58e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4dba58e6', '0x6')]
29/01/2021 17:02:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:22              dut.10.240.183.67: flow list 0
29/01/2021 17:02:22              dut.10.240.183.67: 
29/01/2021 17:02:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src passed
29/01/2021 17:02:22              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:22              dut.10.240.183.67: 
29/01/2021 17:02:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src================
29/01/2021 17:02:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:22              dut.10.240.183.67: flow list 0
29/01/2021 17:02:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:23              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1f2def53 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f2def53', '0x3')]
29/01/2021 17:02:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:24              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xcd35af63 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcd35af63', '0x3')]
29/01/2021 17:02:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:25              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc6e5a25e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc6e5a25e', '0xe')]
29/01/2021 17:02:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:26              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1f2def53 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f2def53', '0x3')]
29/01/2021 17:02:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:27              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1f2def53 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1f2def53', '0x3')]
29/01/2021 17:02:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:29              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:29              dut.10.240.183.67: flow list 0
29/01/2021 17:02:29              dut.10.240.183.67: 
29/01/2021 17:02:29     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src passed
29/01/2021 17:02:29              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:29              dut.10.240.183.67: 
29/01/2021 17:02:29     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst================
29/01/2021 17:02:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:29              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:29              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:29              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:29              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:29              dut.10.240.183.67: flow list 0
29/01/2021 17:02:29              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:30              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe028f204 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe028f204', '0x4')]
29/01/2021 17:02:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 17:02:31              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc96b4da7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc96b4da7', '0x7')]
29/01/2021 17:02:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:32              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x74213f39 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x74213f39', '0x9')]
29/01/2021 17:02:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:33              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe028f204 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe028f204', '0x4')]
29/01/2021 17:02:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:34              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe028f204 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe028f204', '0x4')]
29/01/2021 17:02:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:34              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:36              dut.10.240.183.67: flow list 0
29/01/2021 17:02:36              dut.10.240.183.67: 
29/01/2021 17:02:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst passed
29/01/2021 17:02:36              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:36              dut.10.240.183.67: 
29/01/2021 17:02:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only================
29/01/2021 17:02:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:02:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:36              dut.10.240.183.67: flow list 0
29/01/2021 17:02:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:37              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xaa23ab0c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa23ab0c', '0xc')]
29/01/2021 17:02:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:38              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82ca1a5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82ca1a5', '0x5')]
29/01/2021 17:02:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:39              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xaa23ab0c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa23ab0c', '0xc')]
29/01/2021 17:02:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:40              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xaa23ab0c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaa23ab0c', '0xc')]
29/01/2021 17:02:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:41              dut.10.240.183.67: flow list 0
29/01/2021 17:02:41              dut.10.240.183.67: 
29/01/2021 17:02:41     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only passed
29/01/2021 17:02:41              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:42              dut.10.240.183.67: 
29/01/2021 17:02:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only================
29/01/2021 17:02:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:02:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:42              dut.10.240.183.67: flow list 0
29/01/2021 17:02:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:43              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe40d892b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe40d892b', '0xb')]
29/01/2021 17:02:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=34)/("X"*480)
29/01/2021 17:02:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x2f3bb0b6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2f3bb0b6', '0x6')]
29/01/2021 17:02:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:45              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe40d892b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe40d892b', '0xb')]
29/01/2021 17:02:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:46              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xe40d892b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe40d892b', '0xb')]
29/01/2021 17:02:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:47              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:47              dut.10.240.183.67: flow list 0
29/01/2021 17:02:47              dut.10.240.183.67: 
29/01/2021 17:02:47     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only passed
29/01/2021 17:02:47              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:47              dut.10.240.183.67: 
29/01/2021 17:02:47     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp================
29/01/2021 17:02:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:47              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:02:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:02:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:48              dut.10.240.183.67: flow list 0
29/01/2021 17:02:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:49              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x11d8165d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d8165d', '0xd')]
29/01/2021 17:02:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32, dport=23)/("X"*480)
29/01/2021 17:02:50              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf8cc2f4f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf8cc2f4f', '0xf')]
29/01/2021 17:02:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=33)/("X"*480)
29/01/2021 17:02:51              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x28ca121e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x28ca121e', '0xe')]
29/01/2021 17:02:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:52              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xdfd8bd2a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfd8bd2a', '0xa')]
29/01/2021 17:02:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc8105b50 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8105b50', '0x0')]
29/01/2021 17:02:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:54              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x11d8165d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x11d8165d', '0xd')]
29/01/2021 17:02:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:02:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:02:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:02:55              dut.10.240.183.67: flow list 0
29/01/2021 17:02:56              dut.10.240.183.67: 
29/01/2021 17:02:56     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp passed
29/01/2021 17:02:56              dut.10.240.183.67: flow flush 0
29/01/2021 17:02:56              dut.10.240.183.67: 
29/01/2021 17:02:56     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3================
29/01/2021 17:02:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:02:56              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:02:56              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:02:56              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:02:56              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:02:56              dut.10.240.183.67: flow list 0
29/01/2021 17:02:56              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:02:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9056d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:02:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9056d4', '0x4')]
29/01/2021 17:02:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:58              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9056d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:02:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9056d4', '0x4')]
29/01/2021 17:02:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:02:59              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc390fda3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:02:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:02:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc390fda3', '0x3')]
29/01/2021 17:02:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:02:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:00              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd4581bd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4581bd9', '0x9')]
29/01/2021 17:03:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:01              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xc390fda3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc390fda3', '0x3')]
29/01/2021 17:03:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:02              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd4581bd9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4581bd9', '0x9')]
29/01/2021 17:03:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 17:03:04              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9056d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9056d4', '0x4')]
29/01/2021 17:03:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=12, dport=13)/("X"*480)
29/01/2021 17:03:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd9056d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd9056d4', '0x4')]
29/01/2021 17:03:05     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:03:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:03:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:03:06              dut.10.240.183.67: flow list 0
29/01/2021 17:03:06              dut.10.240.183.67: 
29/01/2021 17:03:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3 passed
29/01/2021 17:03:06              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:06              dut.10.240.183.67: 
29/01/2021 17:03:06     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4src_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l4dst_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_tcp_l3': 'passed'}
29/01/2021 17:03:06     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:03:06     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl Result PASSED:
29/01/2021 17:03:06              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:07              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:03:07              dut.10.240.183.67: clear port stats all
29/01/2021 17:03:08              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:03:08              dut.10.240.183.67: stop
29/01/2021 17:03:08              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 11             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:03:08     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric Begin
29/01/2021 17:03:08              dut.10.240.183.67: 
29/01/2021 17:03:08                         tester: 
29/01/2021 17:03:08              dut.10.240.183.67: start
29/01/2021 17:03:09              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:03:09              dut.10.240.183.67: quit
29/01/2021 17:03:10              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:03:10              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:03:11              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:03:21              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:03:21              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:03:21              dut.10.240.183.67: set verbose 1
29/01/2021 17:03:21              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:03:21              dut.10.240.183.67: show port info all
29/01/2021 17:03:21              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:03:21              dut.10.240.183.67: start
29/01/2021 17:03:22              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:03:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric================
29/01/2021 17:03:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:03:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:03:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:03:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:03:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:03:22              dut.10.240.183.67: flow list 0
29/01/2021 17:03:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:03:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:23              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:23     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 17:03:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:24              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:25              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:26              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:27              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:27     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 17:03:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:28              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:30              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:31              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x1726b2f0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1726b2f0', '0x0')]
29/01/2021 17:03:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:03:31              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:03:32              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:03:32              dut.10.240.183.67: flow list 0
29/01/2021 17:03:32              dut.10.240.183.67: 
29/01/2021 17:03:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:33     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:33     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:03:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:34     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:34     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:03:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:35              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:35     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:35     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:03:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:36              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:36     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:36     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:03:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:03:37              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:37     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:37     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:03:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:03:38              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xd6c52302 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:38     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:03:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd6c52302', '0x2')]
29/01/2021 17:03:38     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:03:38     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric passed
29/01/2021 17:03:38              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:39              dut.10.240.183.67: 
29/01/2021 17:03:39     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric': 'passed'}
29/01/2021 17:03:39     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:03:39     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_tcp_without_ul_dl_symmetric Result PASSED:
29/01/2021 17:03:39              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:40              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:03:40              dut.10.240.183.67: clear port stats all
29/01/2021 17:03:41              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:03:41              dut.10.240.183.67: stop
29/01/2021 17:03:41              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:03:41     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp Begin
29/01/2021 17:03:41              dut.10.240.183.67: 
29/01/2021 17:03:41                         tester: 
29/01/2021 17:03:41              dut.10.240.183.67: start
29/01/2021 17:03:41              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:03:41     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst================
29/01/2021 17:03:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:03:41              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:03:41              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:03:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:03:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:03:41              dut.10.240.183.67: flow list 0
29/01/2021 17:03:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:03:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x84b1f7c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:03:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84b1f7c0', '0x0')]
29/01/2021 17:03:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:44              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x49ed5d92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49ed5d92', '0x2')]
29/01/2021 17:03:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x84b1f7c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84b1f7c0', '0x0')]
29/01/2021 17:03:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:03:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:03:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:03:46              dut.10.240.183.67: flow list 0
29/01/2021 17:03:46              dut.10.240.183.67: 
29/01/2021 17:03:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst passed
29/01/2021 17:03:46              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:46              dut.10.240.183.67: 
29/01/2021 17:03:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src================
29/01/2021 17:03:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:03:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:03:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:03:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:03:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:03:46              dut.10.240.183.67: flow list 0
29/01/2021 17:03:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:03:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:47              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3d78134a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:03:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d78134a', '0xa')]
29/01/2021 17:03:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:48              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3d78134a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d78134a', '0xa')]
29/01/2021 17:03:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:50              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb611333a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb611333a', '0xa')]
29/01/2021 17:03:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:03:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:03:51              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:03:51              dut.10.240.183.67: flow list 0
29/01/2021 17:03:51              dut.10.240.183.67: 
29/01/2021 17:03:51     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src passed
29/01/2021 17:03:51              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:51              dut.10.240.183.67: 
29/01/2021 17:03:51     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4src================
29/01/2021 17:03:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:03:51              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:03:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:03:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:03:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:03:51              dut.10.240.183.67: flow list 0
29/01/2021 17:03:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:03:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:52              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5fc2b906 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:03:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fc2b906', '0x6')]
29/01/2021 17:03:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x929e1354 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x929e1354', '0x4')]
29/01/2021 17:03:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:03:54              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x830f8c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x830f8c0', '0x0')]
29/01/2021 17:03:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:03:55              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5fc2b906 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:03:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fc2b906', '0x6')]
29/01/2021 17:03:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:03:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:03:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:03:57              dut.10.240.183.67: flow list 0
29/01/2021 17:03:57              dut.10.240.183.67: 
29/01/2021 17:03:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4src passed
29/01/2021 17:03:57              dut.10.240.183.67: flow flush 0
29/01/2021 17:03:57              dut.10.240.183.67: 
29/01/2021 17:03:57     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4dst================
29/01/2021 17:03:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:03:57              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:03:57              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:03:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:03:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:03:57              dut.10.240.183.67: flow list 0
29/01/2021 17:03:57              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:03:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:58              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x95150b92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:03:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95150b92', '0x2')]
29/01/2021 17:03:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:03:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5849a1c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:03:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:03:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5849a1c0', '0x0')]
29/01/2021 17:03:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:03:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x830f8c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x830f8c0', '0x0')]
29/01/2021 17:04:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:01              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x95150b92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95150b92', '0x2')]
29/01/2021 17:04:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:03              dut.10.240.183.67: flow list 0
29/01/2021 17:04:03              dut.10.240.183.67: 
29/01/2021 17:04:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4dst passed
29/01/2021 17:04:03              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:03              dut.10.240.183.67: 
29/01/2021 17:04:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4src================
29/01/2021 17:04:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:03              dut.10.240.183.67: flow list 0
29/01/2021 17:04:03              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60b5d8c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:04     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60b5d8c', '0xc')]
29/01/2021 17:04:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:05              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6d627dfc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d627dfc', '0xc')]
29/01/2021 17:04:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:04:06              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb1f91c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1f91c4a', '0xa')]
29/01/2021 17:04:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60b5d8c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60b5d8c', '0xc')]
29/01/2021 17:04:07     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:08              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:08              dut.10.240.183.67: flow list 0
29/01/2021 17:04:08              dut.10.240.183.67: 
29/01/2021 17:04:08     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4src passed
29/01/2021 17:04:08              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:09              dut.10.240.183.67: 
29/01/2021 17:04:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4dst================
29/01/2021 17:04:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:09              dut.10.240.183.67: flow list 0
29/01/2021 17:04:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:10              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2cdcef18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2cdcef18', '0x8')]
29/01/2021 17:04:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:11              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa7b5cf68 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa7b5cf68', '0x8')]
29/01/2021 17:04:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:12              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb1f91c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1f91c4a', '0xa')]
29/01/2021 17:04:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:13              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2cdcef18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2cdcef18', '0x8')]
29/01/2021 17:04:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:14              dut.10.240.183.67: flow list 0
29/01/2021 17:04:14              dut.10.240.183.67: 
29/01/2021 17:04:14     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4dst passed
29/01/2021 17:04:14              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:14              dut.10.240.183.67: 
29/01/2021 17:04:14     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l4src================
29/01/2021 17:04:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:14              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:15              dut.10.240.183.67: flow list 0
29/01/2021 17:04:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:16              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x18f1335f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18f1335f', '0xf')]
29/01/2021 17:04:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:17              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x59e4fc2c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x59e4fc2c', '0xc')]
29/01/2021 17:04:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 17:04:18              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x18f1335f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18f1335f', '0xf')]
29/01/2021 17:04:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:19              dut.10.240.183.67: flow list 0
29/01/2021 17:04:19              dut.10.240.183.67: 
29/01/2021 17:04:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l4src passed
29/01/2021 17:04:19              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:19              dut.10.240.183.67: 
29/01/2021 17:04:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_l4dst================
29/01/2021 17:04:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:19              dut.10.240.183.67: flow list 0
29/01/2021 17:04:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdc571dc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdc571dc9', '0x9')]
29/01/2021 17:04:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:22              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9d42d2ba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9d42d2ba', '0xa')]
29/01/2021 17:04:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:23              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdc571dc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdc571dc9', '0x9')]
29/01/2021 17:04:23     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:23              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:24              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:24              dut.10.240.183.67: flow list 0
29/01/2021 17:04:24              dut.10.240.183.67: 
29/01/2021 17:04:24     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_l4dst passed
29/01/2021 17:04:24              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:24              dut.10.240.183.67: 
29/01/2021 17:04:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_udp_all================
29/01/2021 17:04:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:04:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:04:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:24              dut.10.240.183.67: flow list 0
29/01/2021 17:04:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:25              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x8ef60c9b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ef60c9b', '0xb')]
29/01/2021 17:04:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:26              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa503e76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa503e76f', '0xf')]
29/01/2021 17:04:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:28              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6502642e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6502642e', '0xe')]
29/01/2021 17:04:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:29              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2555b73c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2555b73c', '0xc')]
29/01/2021 17:04:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:30              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x59f2ceb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x59f2ceb', '0xb')]
29/01/2021 17:04:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:31              dut.10.240.183.67: flow list 0
29/01/2021 17:04:31              dut.10.240.183.67: 
29/01/2021 17:04:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_udp_all passed
29/01/2021 17:04:31              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:31              dut.10.240.183.67: 
29/01/2021 17:04:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst================
29/01/2021 17:04:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:04:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:04:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:31              dut.10.240.183.67: flow list 0
29/01/2021 17:04:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x84b1f7c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84b1f7c0', '0x0')]
29/01/2021 17:04:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:33              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x49ed5d92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x49ed5d92', '0x2')]
29/01/2021 17:04:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:35              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x84b1f7c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x84b1f7c0', '0x0')]
29/01/2021 17:04:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:35              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:36              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:36              dut.10.240.183.67: flow list 0
29/01/2021 17:04:36              dut.10.240.183.67: 
29/01/2021 17:04:36     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst passed
29/01/2021 17:04:36              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:36              dut.10.240.183.67: 
29/01/2021 17:04:36     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src================
29/01/2021 17:04:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:36              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:04:36              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:36              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:04:36              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:36              dut.10.240.183.67: flow list 0
29/01/2021 17:04:36              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:37              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3d78134a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d78134a', '0xa')]
29/01/2021 17:04:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:38              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3d78134a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3d78134a', '0xa')]
29/01/2021 17:04:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:39              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb611333a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb611333a', '0xa')]
29/01/2021 17:04:39     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:39              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:41              dut.10.240.183.67: flow list 0
29/01/2021 17:04:41              dut.10.240.183.67: 
29/01/2021 17:04:41     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src passed
29/01/2021 17:04:41              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:41              dut.10.240.183.67: 
29/01/2021 17:04:41     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4src================
29/01/2021 17:04:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:41              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:41              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:41              dut.10.240.183.67: flow list 0
29/01/2021 17:04:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5fc2b906 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:42     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fc2b906', '0x6')]
29/01/2021 17:04:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:43              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x929e1354 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x929e1354', '0x4')]
29/01/2021 17:04:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:04:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x830f8c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x830f8c0', '0x0')]
29/01/2021 17:04:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:45              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5fc2b906 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5fc2b906', '0x6')]
29/01/2021 17:04:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:46              dut.10.240.183.67: flow list 0
29/01/2021 17:04:47              dut.10.240.183.67: 
29/01/2021 17:04:47     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4src passed
29/01/2021 17:04:47              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:47              dut.10.240.183.67: 
29/01/2021 17:04:47     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4dst================
29/01/2021 17:04:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:47              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:47              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:47              dut.10.240.183.67: flow list 0
29/01/2021 17:04:47              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:48              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x95150b92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95150b92', '0x2')]
29/01/2021 17:04:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:49              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5849a1c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5849a1c0', '0x0')]
29/01/2021 17:04:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:50              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x830f8c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x830f8c0', '0x0')]
29/01/2021 17:04:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:04:51              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x95150b92 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x95150b92', '0x2')]
29/01/2021 17:04:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:52              dut.10.240.183.67: flow list 0
29/01/2021 17:04:52              dut.10.240.183.67: 
29/01/2021 17:04:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4dst passed
29/01/2021 17:04:52              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:52              dut.10.240.183.67: 
29/01/2021 17:04:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4src================
29/01/2021 17:04:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:04:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:53              dut.10.240.183.67: flow list 0
29/01/2021 17:04:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:54              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60b5d8c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:04:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60b5d8c', '0xc')]
29/01/2021 17:04:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:04:55              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6d627dfc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d627dfc', '0xc')]
29/01/2021 17:04:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:04:56              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb1f91c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:04:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1f91c4a', '0xa')]
29/01/2021 17:04:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:04:57              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60b5d8c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:04:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:04:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60b5d8c', '0xc')]
29/01/2021 17:04:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:04:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:04:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:04:58              dut.10.240.183.67: flow list 0
29/01/2021 17:04:58              dut.10.240.183.67: 
29/01/2021 17:04:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4src passed
29/01/2021 17:04:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:04:58              dut.10.240.183.67: 
29/01/2021 17:04:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4dst================
29/01/2021 17:04:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:04:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:04:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:04:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:04:59              dut.10.240.183.67: flow list 0
29/01/2021 17:04:59              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:04:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:04:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:00              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2cdcef18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:00     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2cdcef18', '0x8')]
29/01/2021 17:05:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa7b5cf68 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa7b5cf68', '0x8')]
29/01/2021 17:05:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:05:02              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb1f91c4a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1f91c4a', '0xa')]
29/01/2021 17:05:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:05:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2cdcef18 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2cdcef18', '0x8')]
29/01/2021 17:05:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:04              dut.10.240.183.67: flow list 0
29/01/2021 17:05:04              dut.10.240.183.67: 
29/01/2021 17:05:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4dst passed
29/01/2021 17:05:04              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:04              dut.10.240.183.67: 
29/01/2021 17:05:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l4src================
29/01/2021 17:05:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:05:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:05:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:04              dut.10.240.183.67: flow list 0
29/01/2021 17:05:05              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:05:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:06              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x18f1335f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18f1335f', '0xf')]
29/01/2021 17:05:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:05:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x59e4fc2c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x59e4fc2c', '0xc')]
29/01/2021 17:05:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 17:05:08              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x18f1335f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x18f1335f', '0xf')]
29/01/2021 17:05:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:09              dut.10.240.183.67: flow list 0
29/01/2021 17:05:09              dut.10.240.183.67: 
29/01/2021 17:05:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l4src passed
29/01/2021 17:05:09              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:09              dut.10.240.183.67: 
29/01/2021 17:05:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_l4dst================
29/01/2021 17:05:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:05:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:05:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:09              dut.10.240.183.67: flow list 0
29/01/2021 17:05:09              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:05:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:10              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdc571dc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdc571dc9', '0x9')]
29/01/2021 17:05:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:05:12              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9d42d2ba - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9d42d2ba', '0xa')]
29/01/2021 17:05:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:05:13              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdc571dc9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdc571dc9', '0x9')]
29/01/2021 17:05:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:14              dut.10.240.183.67: flow list 0
29/01/2021 17:05:14              dut.10.240.183.67: 
29/01/2021 17:05:14     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_l4dst passed
29/01/2021 17:05:14              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:14              dut.10.240.183.67: 
29/01/2021 17:05:14     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_udp_all================
29/01/2021 17:05:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:14              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:05:14              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:05:14              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:14              dut.10.240.183.67: flow list 0
29/01/2021 17:05:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:05:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:15              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x8ef60c9b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8ef60c9b', '0xb')]
29/01/2021 17:05:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:05:16              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa503e76f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa503e76f', '0xf')]
29/01/2021 17:05:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:05:17              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6502642e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6502642e', '0xe')]
29/01/2021 17:05:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:19              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2555b73c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2555b73c', '0xc')]
29/01/2021 17:05:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:05:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x59f2ceb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:05:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x59f2ceb', '0xb')]
29/01/2021 17:05:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:21              dut.10.240.183.67: flow list 0
29/01/2021 17:05:21              dut.10.240.183.67: 
29/01/2021 17:05:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_udp_all passed
29/01/2021 17:05:21              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:21              dut.10.240.183.67: 
29/01/2021 17:05:21     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l4src': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_dl_ipv6_udp_all': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l4src': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_l4dst': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_udp_all': 'passed'}
29/01/2021 17:05:21     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:05:21     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp Result PASSED:
29/01/2021 17:05:21              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:22              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:05:22              dut.10.240.183.67: clear port stats all
29/01/2021 17:05:23              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:05:23              dut.10.240.183.67: stop
29/01/2021 17:05:23              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 12             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:05:23     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_symmetric Begin
29/01/2021 17:05:23              dut.10.240.183.67: 
29/01/2021 17:05:24                         tester: 
29/01/2021 17:05:24              dut.10.240.183.67: start
29/01/2021 17:05:24              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:05:24              dut.10.240.183.67: quit
29/01/2021 17:05:25              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:05:25              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:05:26              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:05:36              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:05:36              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:05:36              dut.10.240.183.67: set verbose 1
29/01/2021 17:05:36              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:05:36              dut.10.240.183.67: show port info all
29/01/2021 17:05:36              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:05:36              dut.10.240.183.67: start
29/01/2021 17:05:36              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:05:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric================
29/01/2021 17:05:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:05:37              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:05:37              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:37              dut.10.240.183.67: flow list 0
29/01/2021 17:05:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:05:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:38              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:39              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:41              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:42              dut.10.240.183.67: flow list 0
29/01/2021 17:05:42              dut.10.240.183.67: 
29/01/2021 17:05:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:43              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:43     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:45              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:45     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:46              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric passed
29/01/2021 17:05:46              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:46              dut.10.240.183.67: 
29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric================
29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:05:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:05:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:46              dut.10.240.183.67: flow list 0
29/01/2021 17:05:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:47              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:48              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:49              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:50              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x34f3adb3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:05:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x34f3adb3', '0x3')]
29/01/2021 17:05:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:05:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:05:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:05:52              dut.10.240.183.67: flow list 0
29/01/2021 17:05:52              dut.10.240.183.67: 
29/01/2021 17:05:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:53     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:54              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:54     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:05:55              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xf014eba0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf014eba0', '0x0')]
29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric passed
29/01/2021 17:05:55              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:55              dut.10.240.183.67: 
29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_dl_ipv6_tcp_symmetric': 'passed', 'mac_ipv6_gtpu_eh_ul_ipv6_tcp_symmetric': 'passed'}
29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:05:55     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_symmetric Result PASSED:
29/01/2021 17:05:55              dut.10.240.183.67: flow flush 0
29/01/2021 17:05:56              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:05:56              dut.10.240.183.67: clear port stats all
29/01/2021 17:05:57              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:05:57              dut.10.240.183.67: stop
29/01/2021 17:05:57              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:05:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl Begin
29/01/2021 17:05:57              dut.10.240.183.67: 
29/01/2021 17:05:58                         tester: 
29/01/2021 17:05:58              dut.10.240.183.67: start
29/01/2021 17:05:58              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:05:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src================
29/01/2021 17:05:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:05:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:05:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:05:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:05:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:05:58              dut.10.240.183.67: flow list 0
29/01/2021 17:05:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:05:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:05:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa4ba3f6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:05:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:05:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4ba3f6e', '0xe')]
29/01/2021 17:05:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:05:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa4ba3f6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4ba3f6e', '0xe')]
29/01/2021 17:06:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2973be0d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2973be0d', '0xd')]
29/01/2021 17:06:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:02              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2973be0d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2973be0d', '0xd')]
29/01/2021 17:06:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 17:06:03              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa4ba3f6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4ba3f6e', '0xe')]
29/01/2021 17:06:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 17:06:04              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa4ba3f6e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa4ba3f6e', '0xe')]
29/01/2021 17:06:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:06              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:06              dut.10.240.183.67: flow list 0
29/01/2021 17:06:06              dut.10.240.183.67: 
29/01/2021 17:06:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src passed
29/01/2021 17:06:06              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:06              dut.10.240.183.67: 
29/01/2021 17:06:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst================
29/01/2021 17:06:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:06:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:06:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:06              dut.10.240.183.67: flow list 0
29/01/2021 17:06:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:07              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe13bb36a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe13bb36a', '0xa')]
29/01/2021 17:06:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:08              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe13bb36a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe13bb36a', '0xa')]
29/01/2021 17:06:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x91499fed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x91499fed', '0xd')]
29/01/2021 17:06:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x91499fed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x91499fed', '0xd')]
29/01/2021 17:06:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 17:06:11              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe13bb36a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe13bb36a', '0xa')]
29/01/2021 17:06:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=33)/("X"*480)
29/01/2021 17:06:13              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe13bb36a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe13bb36a', '0xa')]
29/01/2021 17:06:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:14              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:14              dut.10.240.183.67: flow list 0
29/01/2021 17:06:14              dut.10.240.183.67: 
29/01/2021 17:06:14     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst passed
29/01/2021 17:06:14              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:14              dut.10.240.183.67: 
29/01/2021 17:06:14     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst================
29/01/2021 17:06:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:14              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:14              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:14              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:14              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:14              dut.10.240.183.67: flow list 0
29/01/2021 17:06:14              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:15              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32d98847 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32d98847', '0x7')]
29/01/2021 17:06:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 17:06:16              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x45cb20af - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x45cb20af', '0xf')]
29/01/2021 17:06:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:17              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbf100924 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf100924', '0x4')]
29/01/2021 17:06:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:18              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32d98847 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32d98847', '0x7')]
29/01/2021 17:06:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:20              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32d98847 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32d98847', '0x7')]
29/01/2021 17:06:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:21              dut.10.240.183.67: flow list 0
29/01/2021 17:06:21              dut.10.240.183.67: 
29/01/2021 17:06:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst passed
29/01/2021 17:06:21              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:21              dut.10.240.183.67: 
29/01/2021 17:06:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src================
29/01/2021 17:06:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:21              dut.10.240.183.67: flow list 0
29/01/2021 17:06:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:22              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x46a5e5d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:22     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46a5e5d8', '0x8')]
29/01/2021 17:06:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:23              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x98b45c66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x98b45c66', '0x6')]
29/01/2021 17:06:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:24              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x36d7c95f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x36d7c95f', '0xf')]
29/01/2021 17:06:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:25              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x46a5e5d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46a5e5d8', '0x8')]
29/01/2021 17:06:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:27              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x46a5e5d8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x46a5e5d8', '0x8')]
29/01/2021 17:06:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:28              dut.10.240.183.67: flow list 0
29/01/2021 17:06:28              dut.10.240.183.67: 
29/01/2021 17:06:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src passed
29/01/2021 17:06:28              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:28              dut.10.240.183.67: 
29/01/2021 17:06:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src================
29/01/2021 17:06:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:28              dut.10.240.183.67: flow list 0
29/01/2021 17:06:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:29              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32469dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32469dc', '0xc')]
29/01/2021 17:06:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:30              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdd35d062 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd35d062', '0x2')]
29/01/2021 17:06:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:31              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x8eede8bf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8eede8bf', '0xf')]
29/01/2021 17:06:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:32              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32469dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32469dc', '0xc')]
29/01/2021 17:06:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:34              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x32469dc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x32469dc', '0xc')]
29/01/2021 17:06:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:34              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:35              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:35              dut.10.240.183.67: flow list 0
29/01/2021 17:06:35              dut.10.240.183.67: 
29/01/2021 17:06:35     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src passed
29/01/2021 17:06:35              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:35              dut.10.240.183.67: 
29/01/2021 17:06:35     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst================
29/01/2021 17:06:35     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:35              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:35              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:35              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:35              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:35              dut.10.240.183.67: flow list 0
29/01/2021 17:06:35              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:36              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x77580443 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77580443', '0x3')]
29/01/2021 17:06:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 17:06:37              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x4aacab - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4aacab', '0xb')]
29/01/2021 17:06:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x72a28c4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x72a28c4', '0x4')]
29/01/2021 17:06:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x77580443 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77580443', '0x3')]
29/01/2021 17:06:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:41              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x77580443 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77580443', '0x3')]
29/01/2021 17:06:41     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:42              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:42              dut.10.240.183.67: flow list 0
29/01/2021 17:06:42              dut.10.240.183.67: 
29/01/2021 17:06:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst passed
29/01/2021 17:06:42              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:42              dut.10.240.183.67: 
29/01/2021 17:06:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only================
29/01/2021 17:06:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:06:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:42              dut.10.240.183.67: flow list 0
29/01/2021 17:06:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:43              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xcfce1bd6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcfce1bd6', '0x6')]
29/01/2021 17:06:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:44              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xda8dd686 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xda8dd686', '0x6')]
29/01/2021 17:06:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:45              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xcfce1bd6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcfce1bd6', '0x6')]
29/01/2021 17:06:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:47              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xcfce1bd6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcfce1bd6', '0x6')]
29/01/2021 17:06:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:48              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:48              dut.10.240.183.67: flow list 0
29/01/2021 17:06:48              dut.10.240.183.67: 
29/01/2021 17:06:48     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only passed
29/01/2021 17:06:48              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:48              dut.10.240.183.67: 
29/01/2021 17:06:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only================
29/01/2021 17:06:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:06:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:48              dut.10.240.183.67: flow list 0
29/01/2021 17:06:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:49              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60ca061 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60ca061', '0x1')]
29/01/2021 17:06:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=34)/("X"*480)
29/01/2021 17:06:50              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x4e6c8b5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4e6c8b5d', '0xd')]
29/01/2021 17:06:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:51              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60ca061 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60ca061', '0x1')]
29/01/2021 17:06:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:52              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe60ca061 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:06:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe60ca061', '0x1')]
29/01/2021 17:06:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:06:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:06:54              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:06:54              dut.10.240.183.67: flow list 0
29/01/2021 17:06:54              dut.10.240.183.67: 
29/01/2021 17:06:54     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only passed
29/01/2021 17:06:54              dut.10.240.183.67: flow flush 0
29/01/2021 17:06:54              dut.10.240.183.67: 
29/01/2021 17:06:54     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp================
29/01/2021 17:06:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:06:54              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:06:54              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:06:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:06:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:06:54              dut.10.240.183.67: flow list 0
29/01/2021 17:06:54              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:06:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:55              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8f34c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:06:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8f34c32', '0x2')]
29/01/2021 17:06:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32, dport=23)/("X"*480)
29/01/2021 17:06:56              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xaffd56 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaffd56', '0x6')]
29/01/2021 17:06:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=33)/("X"*480)
29/01/2021 17:06:57              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x79979f36 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x79979f36', '0x6')]
29/01/2021 17:06:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:58              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5a41eadb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5a41eadb', '0xb')]
29/01/2021 17:06:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:06:59              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x453acd51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:06:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:06:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x453acd51', '0x1')]
29/01/2021 17:06:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:06:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:01              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc8f34c32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc8f34c32', '0x2')]
29/01/2021 17:07:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:07:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:07:02              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:07:02              dut.10.240.183.67: flow list 0
29/01/2021 17:07:02              dut.10.240.183.67: 
29/01/2021 17:07:02     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp passed
29/01/2021 17:07:02              dut.10.240.183.67: flow flush 0
29/01/2021 17:07:02              dut.10.240.183.67: 
29/01/2021 17:07:02     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3================
29/01/2021 17:07:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:07:02              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:07:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:07:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:07:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:07:02              dut.10.240.183.67: flow list 0
29/01/2021 17:07:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:07:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:03              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x25395fa6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:07:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x25395fa6', '0x6')]
29/01/2021 17:07:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:04              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x25395fa6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x25395fa6', '0x6')]
29/01/2021 17:07:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:05              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb78bf94f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb78bf94f', '0xf')]
29/01/2021 17:07:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:06              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa8f0dec5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8f0dec5', '0x5')]
29/01/2021 17:07:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:08              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb78bf94f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb78bf94f', '0xf')]
29/01/2021 17:07:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:09              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xa8f0dec5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa8f0dec5', '0x5')]
29/01/2021 17:07:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 17:07:10              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x25395fa6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x25395fa6', '0x6')]
29/01/2021 17:07:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=12, dport=13)/("X"*480)
29/01/2021 17:07:11              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x25395fa6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x25395fa6', '0x6')]
29/01/2021 17:07:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:07:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:07:12              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:07:12              dut.10.240.183.67: flow list 0
29/01/2021 17:07:12              dut.10.240.183.67: 
29/01/2021 17:07:12     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3 passed
29/01/2021 17:07:12              dut.10.240.183.67: flow flush 0
29/01/2021 17:07:12              dut.10.240.183.67: 
29/01/2021 17:07:12     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4src_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l4dst_only': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_udp_l3': 'passed'}
29/01/2021 17:07:12     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:07:12     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl Result PASSED:
29/01/2021 17:07:12              dut.10.240.183.67: flow flush 0
29/01/2021 17:07:13              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:07:13              dut.10.240.183.67: clear port stats all
29/01/2021 17:07:14              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:07:14              dut.10.240.183.67: stop
29/01/2021 17:07:15              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 11             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:07:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl_symmetric Begin
29/01/2021 17:07:15              dut.10.240.183.67: 
29/01/2021 17:07:15                         tester: 
29/01/2021 17:07:15              dut.10.240.183.67: start
29/01/2021 17:07:15              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:07:15              dut.10.240.183.67: quit
29/01/2021 17:07:16              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:07:16              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:07:18              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:07:28              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:07:28              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:07:28              dut.10.240.183.67: set verbose 1
29/01/2021 17:07:28              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:07:28              dut.10.240.183.67: show port info all
29/01/2021 17:07:28              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:07:28              dut.10.240.183.67: start
29/01/2021 17:07:28              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:07:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl_symmetric================
29/01/2021 17:07:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:07:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:07:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:07:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:07:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:07:28              dut.10.240.183.67: flow list 0
29/01/2021 17:07:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 UDP => RSS
29/01/2021 17:07:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:29              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:29     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-dl'}

29/01/2021 17:07:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:30              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:31              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:32              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:34              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'udp-ul'}

29/01/2021 17:07:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:35              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:36              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:37              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xec26ce8f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec26ce8f', '0xf')]
29/01/2021 17:07:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:07:37              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:07:38              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:07:38              dut.10.240.183.67: flow list 0
29/01/2021 17:07:38              dut.10.240.183.67: 
29/01/2021 17:07:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:39              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:39     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:39     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:07:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:40              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:40     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:40     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:07:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:41              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:41     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:41     TestCVLAdvancedIAVFRSSGTPU: action: udp-dl

29/01/2021 17:07:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:43              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:43     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:43     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:07:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:07:44              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:44     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:44     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:07:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:07:45              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x541c3087 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x541c3087', '0x7')]
29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: action: udp-ul

29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl_symmetric passed
29/01/2021 17:07:45              dut.10.240.183.67: flow flush 0
29/01/2021 17:07:45              dut.10.240.183.67: 
29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl_symmetric': 'passed'}
29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:07:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_udp_without_ul_dl_symmetric Result PASSED:
29/01/2021 17:07:45              dut.10.240.183.67: flow flush 0
29/01/2021 17:07:46              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:07:46              dut.10.240.183.67: clear port stats all
29/01/2021 17:07:47              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:07:47              dut.10.240.183.67: stop
29/01/2021 17:07:47              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:07:47     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_without_ul_dl Begin
29/01/2021 17:07:47              dut.10.240.183.67: 
29/01/2021 17:07:47                         tester: 
29/01/2021 17:07:47              dut.10.240.183.67: start
29/01/2021 17:07:47              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:07:47     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3dst================
29/01/2021 17:07:47     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:07:47              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:07:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:07:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:07:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:07:48              dut.10.240.183.67: flow list 0
29/01/2021 17:07:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 17:07:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:49              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:07:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:50              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x212eb835 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x212eb835', '0x5')]
29/01/2021 17:07:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:51              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:52              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:07:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:53              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x212eb835 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x212eb835', '0x5')]
29/01/2021 17:07:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:07:54              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:07:55              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:07:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:07:56              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x212eb835 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:07:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x212eb835', '0x5')]
29/01/2021 17:07:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:07:58              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:07:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:07:59              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:07:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:07:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:07:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:07:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:00              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x212eb835 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x212eb835', '0x5')]
29/01/2021 17:08:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:01              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:08:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:02              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:08:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:03              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x212eb835 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x212eb835', '0x5')]
29/01/2021 17:08:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:04              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc1d3966a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc1d3966a', '0xa')]
29/01/2021 17:08:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:08:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:08:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:08:05              dut.10.240.183.67: flow list 0
29/01/2021 17:08:05              dut.10.240.183.67: 
29/01/2021 17:08:05     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3dst passed
29/01/2021 17:08:05              dut.10.240.183.67: flow flush 0
29/01/2021 17:08:06              dut.10.240.183.67: 
29/01/2021 17:08:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3src================
29/01/2021 17:08:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:08:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 17:08:06              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:08:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 17:08:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:08:06              dut.10.240.183.67: flow list 0
29/01/2021 17:08:06              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 17:08:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:07              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:08              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x76ac15e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76ac15e5', '0x5')]
29/01/2021 17:08:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:09              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:10              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:10     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:11              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x76ac15e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76ac15e5', '0x5')]
29/01/2021 17:08:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:12              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:13              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:15              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x76ac15e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76ac15e5', '0x5')]
29/01/2021 17:08:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:16              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:17              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:18              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x76ac15e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76ac15e5', '0x5')]
29/01/2021 17:08:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:19              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:20              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:21              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x76ac15e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x76ac15e5', '0x5')]
29/01/2021 17:08:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:22              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd5120493 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd5120493', '0x3')]
29/01/2021 17:08:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:08:22              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:08:23              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:08:23              dut.10.240.183.67: flow list 0
29/01/2021 17:08:23              dut.10.240.183.67: 
29/01/2021 17:08:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3src passed
29/01/2021 17:08:23              dut.10.240.183.67: flow flush 0
29/01/2021 17:08:24              dut.10.240.183.67: 
29/01/2021 17:08:24     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_without_ul_dl_ipv6_all================
29/01/2021 17:08:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:08:24              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:08:24              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:08:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:08:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:08:24              dut.10.240.183.67: flow list 0
29/01/2021 17:08:24              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 17:08:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:25     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:26              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9da18f44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9da18f44', '0x4')]
29/01/2021 17:08:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:27              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb4e6a93f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4e6a93f', '0xf')]
29/01/2021 17:08:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:28              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x3e1f9e32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1f9e32', '0x2')]
29/01/2021 17:08:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:29              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x9da18f44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9da18f44', '0x4')]
29/01/2021 17:08:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:33              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb4e6a93f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4e6a93f', '0xf')]
29/01/2021 17:08:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:34              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x3e1f9e32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1f9e32', '0x2')]
29/01/2021 17:08:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:08:35              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:36              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9da18f44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9da18f44', '0x4')]
29/01/2021 17:08:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:38              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb4e6a93f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4e6a93f', '0xf')]
29/01/2021 17:08:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:39              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3e1f9e32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1f9e32', '0x2')]
29/01/2021 17:08:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:08:40              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:41              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:42              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9da18f44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9da18f44', '0x4')]
29/01/2021 17:08:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:44              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb4e6a93f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4e6a93f', '0xf')]
29/01/2021 17:08:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:45              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3e1f9e32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1f9e32', '0x2')]
29/01/2021 17:08:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:08:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:08:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9da18f44 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9da18f44', '0x4')]
29/01/2021 17:08:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:49              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb4e6a93f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4e6a93f', '0xf')]
29/01/2021 17:08:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="1212:910B:6666:3457:8295:3333:1800:2929",src="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:50              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3e1f9e32 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:08:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1f9e32', '0x2')]
29/01/2021 17:08:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:08:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:08:51              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1758b849 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:08:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:08:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1758b849', '0x9')]
29/01/2021 17:08:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:08:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:08:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:08:52              dut.10.240.183.67: flow list 0
29/01/2021 17:08:52              dut.10.240.183.67: 
29/01/2021 17:08:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_without_ul_dl_ipv6_all passed
29/01/2021 17:08:52              dut.10.240.183.67: flow flush 0
29/01/2021 17:08:53              dut.10.240.183.67: 
29/01/2021 17:08:53     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3dst': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_l3src': 'passed', 'mac_ipv6_gtpu_eh_without_ul_dl_ipv6_all': 'passed'}
29/01/2021 17:08:53     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:08:53     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_without_ul_dl Result PASSED:
29/01/2021 17:08:53              dut.10.240.183.67: flow flush 0
29/01/2021 17:08:54              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:08:54              dut.10.240.183.67: clear port stats all
29/01/2021 17:08:55              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:08:55              dut.10.240.183.67: stop
29/01/2021 17:08:55              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:08:55     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_without_ul_dl_symmetric Begin
29/01/2021 17:08:55              dut.10.240.183.67: 
29/01/2021 17:08:55                         tester: 
29/01/2021 17:08:55              dut.10.240.183.67: start
29/01/2021 17:08:55              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:08:55              dut.10.240.183.67: quit
29/01/2021 17:08:57              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:08:57              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:08:58              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:09:08              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:09:08              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:09:08              dut.10.240.183.67: set verbose 1
29/01/2021 17:09:08              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:09:08              dut.10.240.183.67: show port info all
29/01/2021 17:09:08              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:09:08              dut.10.240.183.67: start
29/01/2021 17:09:08              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:09:08     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_eh_ipv6_without_ul_dl_symmetric================
29/01/2021 17:09:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:09:08              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:09:08              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:09:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:09:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:09:08              dut.10.240.183.67: flow list 0
29/01/2021 17:09:08              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 17:09:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:09:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:09     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 17:09:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 17:09:11              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:09:12              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:12     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 17:09:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:09:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:09:14              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 17:09:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 17:09:15              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:09:16              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:16     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 17:09:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:09:17              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb3ca5961 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb3ca5961', '0x1')]
29/01/2021 17:09:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:09:17              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:09:18              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:09:18              dut.10.240.183.67: flow list 0
29/01/2021 17:09:18              dut.10.240.183.67: 
29/01/2021 17:09:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 17:09:19              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=602 - nb_segs=1 - RSS hash=0xe32d43f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:19     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 17:09:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe32d43f2', '0x2')]
29/01/2021 17:09:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:09:21              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe32d43f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:21     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 17:09:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe32d43f2', '0x2')]
29/01/2021 17:09:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 17:09:22              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe32d43f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:22     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 17:09:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe32d43f2', '0x2')]
29/01/2021 17:09:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:09:23              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe32d43f2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe32d43f2', '0x2')]
29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: action: ipv4-udp

29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_eh_ipv6_without_ul_dl_symmetric passed
29/01/2021 17:09:23              dut.10.240.183.67: flow flush 0
29/01/2021 17:09:23              dut.10.240.183.67: 
29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_eh_ipv6_without_ul_dl_symmetric': 'passed'}
29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:09:23     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_eh_ipv6_without_ul_dl_symmetric Result PASSED:
29/01/2021 17:09:23              dut.10.240.183.67: flow flush 0
29/01/2021 17:09:24              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:09:24              dut.10.240.183.67: clear port stats all
29/01/2021 17:09:25              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:09:25              dut.10.240.183.67: stop
29/01/2021 17:09:25              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:09:25     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4 Begin
29/01/2021 17:09:25              dut.10.240.183.67: 
29/01/2021 17:09:25                         tester: 
29/01/2021 17:09:25              dut.10.240.183.67: start
29/01/2021 17:09:26              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:09:26     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_l3dst================
29/01/2021 17:09:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:09:26              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:09:26              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:09:26              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:09:26              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:09:26              dut.10.240.183.67: flow list 0
29/01/2021 17:09:26              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 => RSS
29/01/2021 17:09:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:09:27              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:09:28              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd0524d64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0524d64', '0x4')]
29/01/2021 17:09:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 17:09:29              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:09:30              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:09:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd0524d64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0524d64', '0x4')]
29/01/2021 17:09:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 17:09:32              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:09:33              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:09:35              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd0524d64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0524d64', '0x4')]
29/01/2021 17:09:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 17:09:36              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:09:37              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:37     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:09:38              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd0524d64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0524d64', '0x4')]
29/01/2021 17:09:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 17:09:39              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:09:40              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:40     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:09:41              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd0524d64 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:41     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd0524d64', '0x4')]
29/01/2021 17:09:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 17:09:42              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb56529b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56529b5', '0x5')]
29/01/2021 17:09:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:09:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:09:43              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:09:43              dut.10.240.183.67: flow list 0
29/01/2021 17:09:43              dut.10.240.183.67: 
29/01/2021 17:09:43     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_l3dst passed
29/01/2021 17:09:43              dut.10.240.183.67: flow flush 0
29/01/2021 17:09:44              dut.10.240.183.67: 
29/01/2021 17:09:44     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_l3src================
29/01/2021 17:09:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:09:44              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 17:09:44              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:09:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end
29/01/2021 17:09:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:09:44              dut.10.240.183.67: flow list 0
29/01/2021 17:09:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 => RSS
29/01/2021 17:09:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:09:45              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:45     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:09:46              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 17:09:47              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x7c84f45f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c84f45f', '0xf')]
29/01/2021 17:09:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:09:48              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:09:49              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 17:09:50              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x7c84f45f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c84f45f', '0xf')]
29/01/2021 17:09:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:09:51              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:09:53              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 17:09:54              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x7c84f45f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c84f45f', '0xf')]
29/01/2021 17:09:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:09:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:55     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:09:56              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 17:09:57              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7c84f45f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:09:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c84f45f', '0xf')]
29/01/2021 17:09:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:09:58              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:58     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:09:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:09:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x19b3908e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:09:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:09:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x19b3908e', '0xe')]
29/01/2021 17:09:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:09:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 17:10:00              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x7c84f45f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c84f45f', '0xf')]
29/01/2021 17:10:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:10:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:10:01              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:10:01              dut.10.240.183.67: flow list 0
29/01/2021 17:10:01              dut.10.240.183.67: 
29/01/2021 17:10:01     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_l3src passed
29/01/2021 17:10:01              dut.10.240.183.67: flow flush 0
29/01/2021 17:10:01              dut.10.240.183.67: 
29/01/2021 17:10:01     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_all================
29/01/2021 17:10:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:10:01              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:10:02              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:10:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:10:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:10:02              dut.10.240.183.67: flow list 0
29/01/2021 17:10:02              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 => RSS
29/01/2021 17:10:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:10:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x9641c3a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:03     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9641c3a8', '0x8')]
29/01/2021 17:10:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:10:04              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x44087c60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44087c60', '0x0')]
29/01/2021 17:10:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/("X"*480)
29/01/2021 17:10:05              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xf376a779 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf376a779', '0x9')]
29/01/2021 17:10:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 17:10:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x213f18b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x213f18b1', '0x1')]
29/01/2021 17:10:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:10:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x9641c3a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:07     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9641c3a8', '0x8')]
29/01/2021 17:10:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:10:08              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x44087c60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44087c60', '0x0')]
29/01/2021 17:10:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 17:10:09              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xf376a779 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf376a779', '0x9')]
29/01/2021 17:10:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 17:10:10              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x213f18b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x213f18b1', '0x1')]
29/01/2021 17:10:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:10:12              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x9641c3a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9641c3a8', '0x8')]
29/01/2021 17:10:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:10:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x44087c60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44087c60', '0x0')]
29/01/2021 17:10:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 17:10:14              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xf376a779 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf376a779', '0x9')]
29/01/2021 17:10:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 17:10:15              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x213f18b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x213f18b1', '0x1')]
29/01/2021 17:10:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:10:16              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9641c3a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9641c3a8', '0x8')]
29/01/2021 17:10:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP()/("X"*480)
29/01/2021 17:10:17              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x44087c60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44087c60', '0x0')]
29/01/2021 17:10:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 17:10:18              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf376a779 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf376a779', '0x9')]
29/01/2021 17:10:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP()/("X"*480)
29/01/2021 17:10:19              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x213f18b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x213f18b1', '0x1')]
29/01/2021 17:10:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:10:20              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x9641c3a8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9641c3a8', '0x8')]
29/01/2021 17:10:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:10:21              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x44087c60 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44087c60', '0x0')]
29/01/2021 17:10:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 17:10:23              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xf376a779 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf376a779', '0x9')]
29/01/2021 17:10:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 17:10:24              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x213f18b1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x213f18b1', '0x1')]
29/01/2021 17:10:24     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:10:24              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:10:25              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:10:25              dut.10.240.183.67: flow list 0
29/01/2021 17:10:25              dut.10.240.183.67: 
29/01/2021 17:10:25     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_all passed
29/01/2021 17:10:25              dut.10.240.183.67: flow flush 0
29/01/2021 17:10:25              dut.10.240.183.67: 
29/01/2021 17:10:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_gtpu================
29/01/2021 17:10:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:10:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 17:10:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:10:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 17:10:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:10:25              dut.10.240.183.67: flow list 0
29/01/2021 17:10:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 => RSS
29/01/2021 17:10:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:10:26              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:26     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)
29/01/2021 17:10:27              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x20802c1a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20802c1a', '0xa')]
29/01/2021 17:10:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/("X"*480)
29/01/2021 17:10:28              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:10:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:10:30              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2",frag=6)/("X"*480)
29/01/2021 17:10:31              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x20802c1a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20802c1a', '0xa')]
29/01/2021 17:10:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2",frag=6)/("X"*480)
29/01/2021 17:10:32              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:10:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:10:33              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:10:34              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x20802c1a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20802c1a', '0xa')]
29/01/2021 17:10:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/ICMP()/("X"*480)
29/01/2021 17:10:35              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:10:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:10:36              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:36     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:10:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:10:37              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x20802c1a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:10:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x20802c1a', '0xa')]
29/01/2021 17:10:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP()/("X"*480)
29/01/2021 17:10:38              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd4635e5c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:10:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd4635e5c', '0xc')]
29/01/2021 17:10:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:10:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:10:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:10:39              dut.10.240.183.67: flow list 0
29/01/2021 17:10:40              dut.10.240.183.67: 
29/01/2021 17:10:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_gtpu passed
29/01/2021 17:10:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:10:40              dut.10.240.183.67: 
29/01/2021 17:10:40     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_l3dst': 'passed', 'mac_ipv6_gtpu_ipv4_l3src': 'passed', 'mac_ipv6_gtpu_ipv4_all': 'passed', 'mac_ipv6_gtpu_ipv4_gtpu': 'passed'}
29/01/2021 17:10:40     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:10:40     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4 Result PASSED:
29/01/2021 17:10:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:10:41              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:10:41              dut.10.240.183.67: clear port stats all
29/01/2021 17:10:42              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:10:42              dut.10.240.183.67: stop
29/01/2021 17:10:42              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:10:42     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_symmetric Begin
29/01/2021 17:10:42              dut.10.240.183.67: 
29/01/2021 17:10:42                         tester: 
29/01/2021 17:10:42              dut.10.240.183.67: start
29/01/2021 17:10:42              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:10:42              dut.10.240.183.67: quit
29/01/2021 17:10:44              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:10:44              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:10:45              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:10:55              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:10:55              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:10:55              dut.10.240.183.67: set verbose 1
29/01/2021 17:10:55              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:10:55              dut.10.240.183.67: show port info all
29/01/2021 17:10:55              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:10:55              dut.10.240.183.67: start
29/01/2021 17:10:55              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:10:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_symmetric================
29/01/2021 17:10:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:10:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 17:10:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:10:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 17:10:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:10:55              dut.10.240.183.67: flow list 0
29/01/2021 17:10:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 => RSS
29/01/2021 17:10:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/("X"*480)
29/01/2021 17:10:56              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 17:10:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:10:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 17:10:58              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:10:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:10:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2", frag=6)/("X"*480)
29/01/2021 17:10:59              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:10:59     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 17:10:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:10:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:10:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 17:11:00              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:11:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/ICMP()/("X"*480)
29/01/2021 17:11:01              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:01     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 17:11:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:11:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 17:11:02              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:11:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP()/("X"*480)
29/01/2021 17:11:03              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:03     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 17:11:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:11:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 17:11:04              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x42cce45e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42cce45e', '0xe')]
29/01/2021 17:11:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:05              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:05              dut.10.240.183.67: flow list 0
29/01/2021 17:11:05              dut.10.240.183.67: 
29/01/2021 17:11:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/("X"*480)
29/01/2021 17:11:06              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x27e52973 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:06     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 17:11:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27e52973', '0x3')]
29/01/2021 17:11:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1", frag=6)/("X"*480)
29/01/2021 17:11:08              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=570 - nb_segs=1 - RSS hash=0x27e52973 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:08     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 17:11:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27e52973', '0x3')]
29/01/2021 17:11:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/ICMP()/("X"*480)
29/01/2021 17:11:09              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x27e52973 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:09     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 17:11:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27e52973', '0x3')]
29/01/2021 17:11:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP()/("X"*480)
29/01/2021 17:11:10              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x27e52973 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27e52973', '0x3')]
29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_symmetric passed
29/01/2021 17:11:10              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:10              dut.10.240.183.67: 
29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_symmetric': 'passed'}
29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:11:10     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_symmetric Result PASSED:
29/01/2021 17:11:10              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:11              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:11:11              dut.10.240.183.67: clear port stats all
29/01/2021 17:11:12              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:11:12              dut.10.240.183.67: stop
29/01/2021 17:11:12              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:11:12     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_tcp Begin
29/01/2021 17:11:12              dut.10.240.183.67: 
29/01/2021 17:11:12                         tester: 
29/01/2021 17:11:12              dut.10.240.183.67: start
29/01/2021 17:11:13              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:11:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3dst================
29/01/2021 17:11:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:11:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:11:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:13              dut.10.240.183.67: flow list 0
29/01/2021 17:11:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:14              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x52656bc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:14     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52656bc2', '0x2')]
29/01/2021 17:11:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:15              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x3f5c63dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3f5c63dd', '0xd')]
29/01/2021 17:11:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:16              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x52656bc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52656bc2', '0x2')]
29/01/2021 17:11:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:16              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:17              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:17              dut.10.240.183.67: flow list 0
29/01/2021 17:11:17              dut.10.240.183.67: 
29/01/2021 17:11:17     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3dst passed
29/01/2021 17:11:17              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:17              dut.10.240.183.67: 
29/01/2021 17:11:17     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3src================
29/01/2021 17:11:17     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:17              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:11:17              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:11:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:17              dut.10.240.183.67: flow list 0
29/01/2021 17:11:18              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:19              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf7e97b55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:19     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e97b55', '0x5')]
29/01/2021 17:11:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:20              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf7e97b55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf7e97b55', '0x5')]
29/01/2021 17:11:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:21              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9ad0734a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9ad0734a', '0xa')]
29/01/2021 17:11:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:22              dut.10.240.183.67: flow list 0
29/01/2021 17:11:22              dut.10.240.183.67: 
29/01/2021 17:11:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3src passed
29/01/2021 17:11:22              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:22              dut.10.240.183.67: 
29/01/2021 17:11:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3dst_l4src================
29/01/2021 17:11:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:22              dut.10.240.183.67: flow list 0
29/01/2021 17:11:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:23              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdbdf6cc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbdf6cc2', '0x2')]
29/01/2021 17:11:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:25              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xb6e664dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb6e664dd', '0xd')]
29/01/2021 17:11:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:11:26              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd87c6aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd87c6aa', '0xa')]
29/01/2021 17:11:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:27              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xdbdf6cc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdbdf6cc2', '0x2')]
29/01/2021 17:11:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:28              dut.10.240.183.67: flow list 0
29/01/2021 17:11:28              dut.10.240.183.67: 
29/01/2021 17:11:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3dst_l4src passed
29/01/2021 17:11:28              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:28              dut.10.240.183.67: 
29/01/2021 17:11:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3dst_l4dst================
29/01/2021 17:11:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:28              dut.10.240.183.67: flow list 0
29/01/2021 17:11:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:29              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc4c5125e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4c5125e', '0xe')]
29/01/2021 17:11:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:30              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa9fc1a41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa9fc1a41', '0x1')]
29/01/2021 17:11:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:32              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd87c6aa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd87c6aa', '0xa')]
29/01/2021 17:11:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:11:33              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc4c5125e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc4c5125e', '0xe')]
29/01/2021 17:11:33     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:33              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:34              dut.10.240.183.67: flow list 0
29/01/2021 17:11:34              dut.10.240.183.67: 
29/01/2021 17:11:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3dst_l4dst passed
29/01/2021 17:11:34              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:34              dut.10.240.183.67: 
29/01/2021 17:11:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3src_l4src================
29/01/2021 17:11:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:34              dut.10.240.183.67: flow list 0
29/01/2021 17:11:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:35              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7e537c55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7e537c55', '0x5')]
29/01/2021 17:11:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:36              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x136a744a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x136a744a', '0xa')]
29/01/2021 17:11:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:11:37              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa80bd63d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa80bd63d', '0xd')]
29/01/2021 17:11:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:38              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7e537c55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7e537c55', '0x5')]
29/01/2021 17:11:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:40              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:40              dut.10.240.183.67: flow list 0
29/01/2021 17:11:40              dut.10.240.183.67: 
29/01/2021 17:11:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3src_l4src passed
29/01/2021 17:11:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:40              dut.10.240.183.67: 
29/01/2021 17:11:40     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3src_l4dst================
29/01/2021 17:11:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:40              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:40              dut.10.240.183.67: flow list 0
29/01/2021 17:11:40              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:41              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x614902c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x614902c9', '0x9')]
29/01/2021 17:11:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:42              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xc700ad6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc700ad6', '0x6')]
29/01/2021 17:11:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:43              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xa80bd63d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa80bd63d', '0xd')]
29/01/2021 17:11:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:11:44              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x614902c9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x614902c9', '0x9')]
29/01/2021 17:11:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:46              dut.10.240.183.67: flow list 0
29/01/2021 17:11:46              dut.10.240.183.67: 
29/01/2021 17:11:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3src_l4dst passed
29/01/2021 17:11:46              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:46              dut.10.240.183.67: 
29/01/2021 17:11:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l4src================
29/01/2021 17:11:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:11:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:46              dut.10.240.183.67: flow list 0
29/01/2021 17:11:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:47              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7881287b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7881287b', '0xb')]
29/01/2021 17:11:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:11:48              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x148940e5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x148940e5', '0x5')]
29/01/2021 17:11:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 17:11:49              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x7881287b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7881287b', '0xb')]
29/01/2021 17:11:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:50              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:50              dut.10.240.183.67: flow list 0
29/01/2021 17:11:50              dut.10.240.183.67: 
29/01/2021 17:11:50     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l4src passed
29/01/2021 17:11:50              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:50              dut.10.240.183.67: 
29/01/2021 17:11:50     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l4dst================
29/01/2021 17:11:50     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:50              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:51              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:11:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:51              dut.10.240.183.67: flow list 0
29/01/2021 17:11:51              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:52              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xe4ec1173 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:52     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe4ec1173', '0x3')]
29/01/2021 17:11:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:53              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x88e479ed - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x88e479ed', '0xd')]
29/01/2021 17:11:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:11:54              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xe4ec1173 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:11:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe4ec1173', '0x3')]
29/01/2021 17:11:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:11:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:11:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:11:55              dut.10.240.183.67: flow list 0
29/01/2021 17:11:55              dut.10.240.183.67: 
29/01/2021 17:11:55     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l4dst passed
29/01/2021 17:11:55              dut.10.240.183.67: flow flush 0
29/01/2021 17:11:55              dut.10.240.183.67: 
29/01/2021 17:11:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_all================
29/01/2021 17:11:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:11:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 17:11:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:11:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 17:11:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:11:55              dut.10.240.183.67: flow list 0
29/01/2021 17:11:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:11:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:11:57              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6f3ccc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:57     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:11:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6f3ccc2', '0x2')]
29/01/2021 17:11:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:11:58              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xaf7313d5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf7313d5', '0x5')]
29/01/2021 17:11:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:11:59              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x29e47b5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:11:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:11:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x29e47b5b', '0xb')]
29/01/2021 17:11:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:11:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:00              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xec8d5076 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xec8d5076', '0x6')]
29/01/2021 17:12:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9bcac4dd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9bcac4dd', '0xd')]
29/01/2021 17:12:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:02              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xf6f3ccc2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf6f3ccc2', '0x2')]
29/01/2021 17:12:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:03              dut.10.240.183.67: flow list 0
29/01/2021 17:12:03              dut.10.240.183.67: 
29/01/2021 17:12:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_all passed
29/01/2021 17:12:03              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:03              dut.10.240.183.67: 
29/01/2021 17:12:03     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_l3================
29/01/2021 17:12:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:03              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:12:03              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:12:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:03              dut.10.240.183.67: flow list 0
29/01/2021 17:12:04              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:12:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:05              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4c602541 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c602541', '0x1')]
29/01/2021 17:12:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:06              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x561eb9f5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x561eb9f5', '0x5')]
29/01/2021 17:12:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:07              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x21592d5e - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x21592d5e', '0xe')]
29/01/2021 17:12:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/TCP(sport=12,dport=13)/("X"*480)
29/01/2021 17:12:08              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4c602541 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c602541', '0x1')]
29/01/2021 17:12:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:09              dut.10.240.183.67: flow list 0
29/01/2021 17:12:09              dut.10.240.183.67: 
29/01/2021 17:12:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_l3 passed
29/01/2021 17:12:09              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:09              dut.10.240.183.67: 
29/01/2021 17:12:09     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3src': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_all': 'passed', 'mac_ipv6_gtpu_ipv4_tcp_l3': 'passed'}
29/01/2021 17:12:09     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:12:09     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_tcp Result PASSED:
29/01/2021 17:12:09              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:10              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:12:10              dut.10.240.183.67: clear port stats all
29/01/2021 17:12:12              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:12:12              dut.10.240.183.67: stop
29/01/2021 17:12:12              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 7              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:12:12     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_tcp_symmetric Begin
29/01/2021 17:12:12              dut.10.240.183.67: 
29/01/2021 17:12:12                         tester: 
29/01/2021 17:12:12              dut.10.240.183.67: start
29/01/2021 17:12:12              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:12:12              dut.10.240.183.67: quit
29/01/2021 17:12:13              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:12:13              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:12:15              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:12:25              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:12:25              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:12:25              dut.10.240.183.67: set verbose 1
29/01/2021 17:12:25              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:12:25              dut.10.240.183.67: show port info all
29/01/2021 17:12:25              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:12:25              dut.10.240.183.67: start
29/01/2021 17:12:25              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:12:25     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_symmetric================
29/01/2021 17:12:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:25              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end  actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 17:12:25              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:25              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / tcp / end  actions rss func symmetric_toeplitz types ipv4-tcp end key_len 0 queues end / end
29/01/2021 17:12:25              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:25              dut.10.240.183.67: flow list 0
29/01/2021 17:12:25              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 TCP => RSS
29/01/2021 17:12:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:12:26              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5e737697 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:26     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 17:12:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e737697', '0x7')]
29/01/2021 17:12:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:12:27              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5e737697 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e737697', '0x7')]
29/01/2021 17:12:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:12:28              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5e737697 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e737697', '0x7')]
29/01/2021 17:12:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:12:30              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5e737697 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5e737697', '0x7')]
29/01/2021 17:12:30     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:30              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:31              dut.10.240.183.67: flow list 0
29/01/2021 17:12:31              dut.10.240.183.67: 
29/01/2021 17:12:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:12:32              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5f7aace8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:32     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:12:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f7aace8', '0x8')]
29/01/2021 17:12:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:12:33              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5f7aace8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:33     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:12:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f7aace8', '0x8')]
29/01/2021 17:12:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:12:34              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x5f7aace8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5f7aace8', '0x8')]
29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_symmetric passed
29/01/2021 17:12:34              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:34              dut.10.240.183.67: 
29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_tcp_symmetric': 'passed'}
29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:12:34     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_tcp_symmetric Result PASSED:
29/01/2021 17:12:34              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:35              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:12:35              dut.10.240.183.67: clear port stats all
29/01/2021 17:12:36              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:12:36              dut.10.240.183.67: stop
29/01/2021 17:12:37              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:12:37     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_udp Begin
29/01/2021 17:12:37              dut.10.240.183.67: 
29/01/2021 17:12:37                         tester: 
29/01/2021 17:12:37              dut.10.240.183.67: start
29/01/2021 17:12:37              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:12:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3dst================
29/01/2021 17:12:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:12:37              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:12:37              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:37              dut.10.240.183.67: flow list 0
29/01/2021 17:12:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:12:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:38              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb81986de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb81986de', '0xe')]
29/01/2021 17:12:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:39              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xe50501fa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe50501fa', '0xa')]
29/01/2021 17:12:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:40              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb81986de - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb81986de', '0xe')]
29/01/2021 17:12:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:41              dut.10.240.183.67: flow list 0
29/01/2021 17:12:42              dut.10.240.183.67: 
29/01/2021 17:12:42     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3dst passed
29/01/2021 17:12:42              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:42              dut.10.240.183.67: 
29/01/2021 17:12:42     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3src================
29/01/2021 17:12:42     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:42              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:12:42              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:12:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:42              dut.10.240.183.67: flow list 0
29/01/2021 17:12:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:12:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:43              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x2add3079 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2add3079', '0x9')]
29/01/2021 17:12:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:44              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x2add3079 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2add3079', '0x9')]
29/01/2021 17:12:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:45              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x77c1b75d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x77c1b75d', '0xd')]
29/01/2021 17:12:45     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:46              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:46              dut.10.240.183.67: flow list 0
29/01/2021 17:12:46              dut.10.240.183.67: 
29/01/2021 17:12:46     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3src passed
29/01/2021 17:12:46              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:46              dut.10.240.183.67: 
29/01/2021 17:12:46     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3dst_l4src================
29/01/2021 17:12:46     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:46              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:12:46              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:12:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:47              dut.10.240.183.67: flow list 0
29/01/2021 17:12:47              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:12:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:48              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x91064b1b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:48     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x91064b1b', '0xb')]
29/01/2021 17:12:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:49              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xcc1acc3f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcc1acc3f', '0xf')]
29/01/2021 17:12:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:12:50              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xa5fa6a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5fa6a5b', '0xb')]
29/01/2021 17:12:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:12:51              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x91064b1b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x91064b1b', '0xb')]
29/01/2021 17:12:51     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:52              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:52              dut.10.240.183.67: flow list 0
29/01/2021 17:12:52              dut.10.240.183.67: 
29/01/2021 17:12:52     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3dst_l4src passed
29/01/2021 17:12:52              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:52              dut.10.240.183.67: 
29/01/2021 17:12:52     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3dst_l4dst================
29/01/2021 17:12:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:52              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:12:52              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:12:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:52              dut.10.240.183.67: flow list 0
29/01/2021 17:12:52              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:12:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:54              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb5c3898a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb5c3898a', '0xa')]
29/01/2021 17:12:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:55              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xe8df0eae - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe8df0eae', '0xe')]
29/01/2021 17:12:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:12:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xa5fa6a5b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:12:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa5fa6a5b', '0xb')]
29/01/2021 17:12:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:12:57              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb5c3898a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:12:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb5c3898a', '0xa')]
29/01/2021 17:12:57     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:12:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:12:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:12:58              dut.10.240.183.67: flow list 0
29/01/2021 17:12:58              dut.10.240.183.67: 
29/01/2021 17:12:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3dst_l4dst passed
29/01/2021 17:12:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:12:58              dut.10.240.183.67: 
29/01/2021 17:12:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3src_l4src================
29/01/2021 17:12:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:12:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:12:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:12:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:12:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:12:58              dut.10.240.183.67: flow list 0
29/01/2021 17:12:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:12:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:12:59              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x3c2fdbc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:12:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:12:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c2fdbc', '0xc')]
29/01/2021 17:12:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:12:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x5ede7a98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5ede7a98', '0x8')]
29/01/2021 17:13:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:13:02              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x373edcfc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x373edcfc', '0xc')]
29/01/2021 17:13:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:13:03              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x3c2fdbc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3c2fdbc', '0xc')]
29/01/2021 17:13:03     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:04              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:04              dut.10.240.183.67: flow list 0
29/01/2021 17:13:04              dut.10.240.183.67: 
29/01/2021 17:13:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3src_l4src passed
29/01/2021 17:13:04              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:04              dut.10.240.183.67: 
29/01/2021 17:13:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3src_l4dst================
29/01/2021 17:13:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:13:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:13:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:04              dut.10.240.183.67: flow list 0
29/01/2021 17:13:04              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:05              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x27073f2d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:13:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27073f2d', '0xd')]
29/01/2021 17:13:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:06              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x7a1bb809 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7a1bb809', '0x9')]
29/01/2021 17:13:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:13:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x373edcfc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x373edcfc', '0xc')]
29/01/2021 17:13:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:13:09              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x27073f2d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27073f2d', '0xd')]
29/01/2021 17:13:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:10              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:10              dut.10.240.183.67: flow list 0
29/01/2021 17:13:10              dut.10.240.183.67: 
29/01/2021 17:13:10     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3src_l4dst passed
29/01/2021 17:13:10              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:10              dut.10.240.183.67: 
29/01/2021 17:13:10     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l4src================
29/01/2021 17:13:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:10              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:13:10              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:13:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:10              dut.10.240.183.67: flow list 0
29/01/2021 17:13:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:11              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd2ac2232 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:13:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2ac2232', '0x2')]
29/01/2021 17:13:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:13:12              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xc232d27c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc232d27c', '0xc')]
29/01/2021 17:13:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 17:13:13              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xd2ac2232 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd2ac2232', '0x2')]
29/01/2021 17:13:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:13              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:15              dut.10.240.183.67: flow list 0
29/01/2021 17:13:15              dut.10.240.183.67: 
29/01/2021 17:13:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l4src passed
29/01/2021 17:13:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:15              dut.10.240.183.67: 
29/01/2021 17:13:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l4dst================
29/01/2021 17:13:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:13:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:13:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:15              dut.10.240.183.67: flow list 0
29/01/2021 17:13:15              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:16              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbef13eb5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:16     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:13:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbef13eb5', '0x5')]
29/01/2021 17:13:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:13:17              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xae6fcefb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xae6fcefb', '0xb')]
29/01/2021 17:13:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.1.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:13:18              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbef13eb5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbef13eb5', '0x5')]
29/01/2021 17:13:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:19              dut.10.240.183.67: flow list 0
29/01/2021 17:13:19              dut.10.240.183.67: 
29/01/2021 17:13:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l4dst passed
29/01/2021 17:13:19              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:20              dut.10.240.183.67: 
29/01/2021 17:13:20     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_all================
29/01/2021 17:13:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:20              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:13:20              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:20              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:13:20              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:20              dut.10.240.183.67: flow list 0
29/01/2021 17:13:20              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:21              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x63479a10 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:21     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:13:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x63479a10', '0x0')]
29/01/2021 17:13:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:13:22              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x44f1eef5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x44f1eef5', '0x5')]
29/01/2021 17:13:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:13:23              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x17a284e6 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:23     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x17a284e6', '0x6')]
29/01/2021 17:13:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:24              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xa6850bad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xa6850bad', '0xd')]
29/01/2021 17:13:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:25              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x3e5b1d34 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e5b1d34', '0x4')]
29/01/2021 17:13:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:26              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x63479a10 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x63479a10', '0x0')]
29/01/2021 17:13:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:26              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:27              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:27              dut.10.240.183.67: flow list 0
29/01/2021 17:13:28              dut.10.240.183.67: 
29/01/2021 17:13:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_all passed
29/01/2021 17:13:28              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:28              dut.10.240.183.67: 
29/01/2021 17:13:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_l3================
29/01/2021 17:13:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:13:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end
29/01/2021 17:13:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:28              dut.10.240.183.67: flow list 0
29/01/2021 17:13:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:29              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x70a94ad0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:13:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70a94ad0', '0x0')]
29/01/2021 17:13:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.1.1", src="192.168.0.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:30              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xb56bdb6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb56bdb6d', '0xd')]
29/01/2021 17:13:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.1.2")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:13:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x2db5cdf4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:13:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2db5cdf4', '0x4')]
29/01/2021 17:13:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1", src="192.168.0.2")/UDP(sport=12,dport=13)/("X"*480)
29/01/2021 17:13:32              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0x70a94ad0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70a94ad0', '0x0')]
29/01/2021 17:13:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:33              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:33              dut.10.240.183.67: flow list 0
29/01/2021 17:13:33              dut.10.240.183.67: 
29/01/2021 17:13:33     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_l3 passed
29/01/2021 17:13:33              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:33              dut.10.240.183.67: 
29/01/2021 17:13:33     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_udp_l3dst': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3src': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l4src': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l4dst': 'passed', 'mac_ipv6_gtpu_ipv4_udp_all': 'passed', 'mac_ipv6_gtpu_ipv4_udp_l3': 'passed'}
29/01/2021 17:13:33     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:13:33     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_udp Result PASSED:
29/01/2021 17:13:33              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:35              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:13:35              dut.10.240.183.67: clear port stats all
29/01/2021 17:13:36              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:13:36              dut.10.240.183.67: stop
29/01/2021 17:13:36              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:13:36     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_udp_symmetric Begin
29/01/2021 17:13:36              dut.10.240.183.67: 
29/01/2021 17:13:36                         tester: 
29/01/2021 17:13:36              dut.10.240.183.67: start
29/01/2021 17:13:36              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:13:36              dut.10.240.183.67: quit
29/01/2021 17:13:38              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:13:38              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:13:39              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:13:49              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:13:49              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:13:49              dut.10.240.183.67: set verbose 1
29/01/2021 17:13:49              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:13:49              dut.10.240.183.67: show port info all
29/01/2021 17:13:49              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:13:49              dut.10.240.183.67: start
29/01/2021 17:13:49              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:13:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_symmetric================
29/01/2021 17:13:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:13:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:13:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:13:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv4 / udp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:13:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:13:49              dut.10.240.183.67: flow list 0
29/01/2021 17:13:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV4 UDP => RSS
29/01/2021 17:13:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:13:50              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbb8aa5c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 17:13:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8aa5c8', '0x8')]
29/01/2021 17:13:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:13:52              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbb8aa5c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8aa5c8', '0x8')]
29/01/2021 17:13:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:13:53              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbb8aa5c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8aa5c8', '0x8')]
29/01/2021 17:13:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:13:54              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xbb8aa5c8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:13:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbb8aa5c8', '0x8')]
29/01/2021 17:13:54     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:13:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:13:55              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:13:55              dut.10.240.183.67: flow list 0
29/01/2021 17:13:55              dut.10.240.183.67: 
29/01/2021 17:13:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.1",src="192.168.0.2")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:13:56              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xde060971 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:56     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:13:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xde060971', '0x1')]
29/01/2021 17:13:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:13:57              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xde060971 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:57     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:13:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xde060971', '0x1')]
29/01/2021 17:13:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:13:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IP(dst="192.168.0.2",src="192.168.0.1")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:13:58              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=578 - nb_segs=1 - RSS hash=0xde060971 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xde060971', '0x1')]
29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_symmetric passed
29/01/2021 17:13:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:58              dut.10.240.183.67: 
29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_udp_symmetric': 'passed'}
29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:13:58     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv4_udp_symmetric Result PASSED:
29/01/2021 17:13:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:13:59              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:13:59              dut.10.240.183.67: clear port stats all
29/01/2021 17:14:01              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:14:01              dut.10.240.183.67: stop
29/01/2021 17:14:01              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:14:01     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6 Begin
29/01/2021 17:14:01              dut.10.240.183.67: 
29/01/2021 17:14:01                         tester: 
29/01/2021 17:14:01              dut.10.240.183.67: start
29/01/2021 17:14:01              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:14:01     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_l3dst================
29/01/2021 17:14:01     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:14:01              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:14:01              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:14:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:14:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:14:01              dut.10.240.183.67: flow list 0
29/01/2021 17:14:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 => RSS
29/01/2021 17:14:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:02              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:02     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 17:14:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:03              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x22fc1a6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22fc1a6d', '0xd')]
29/01/2021 17:14:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:05     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:06              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:06     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 17:14:06     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:07              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x22fc1a6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22fc1a6d', '0xd')]
29/01/2021 17:14:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:09              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:09     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:09     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 17:14:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:10              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x22fc1a6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22fc1a6d', '0xd')]
29/01/2021 17:14:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:11              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:12              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:12     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 17:14:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:13              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x22fc1a6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22fc1a6d', '0xd')]
29/01/2021 17:14:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:15     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 17:14:15     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:17              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x22fc1a6d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:17     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x22fc1a6d', '0xd')]
29/01/2021 17:14:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x70508b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x70508b4', '0x4')]
29/01/2021 17:14:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:14:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:14:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:14:19              dut.10.240.183.67: flow list 0
29/01/2021 17:14:19              dut.10.240.183.67: 
29/01/2021 17:14:19     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_l3dst passed
29/01/2021 17:14:19              dut.10.240.183.67: flow flush 0
29/01/2021 17:14:19              dut.10.240.183.67: 
29/01/2021 17:14:19     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_l3src================
29/01/2021 17:14:19     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:14:19              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 17:14:19              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:14:19              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 l3-src-only end key_len 0 queues end / end
29/01/2021 17:14:19              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:14:19              dut.10.240.183.67: flow list 0
29/01/2021 17:14:19              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 => RSS
29/01/2021 17:14:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:20              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:20     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 17:14:20     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:21              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:22              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xcbcc78d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:22     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbcc78d4', '0x4')]
29/01/2021 17:14:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:24     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 17:14:24     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:25              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:26              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xcbcc78d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:26     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:26     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbcc78d4', '0x4')]
29/01/2021 17:14:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:27              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:27     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 17:14:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:28              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:29              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xcbcc78d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbcc78d4', '0x4')]
29/01/2021 17:14:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:30              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:30     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 17:14:30     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:31              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:32              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xcbcc78d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbcc78d4', '0x4')]
29/01/2021 17:14:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:33              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:33     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 17:14:33     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:35              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x27fde0d9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:14:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x27fde0d9', '0x9')]
29/01/2021 17:14:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:36              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xcbcc78d4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbcc78d4', '0x4')]
29/01/2021 17:14:36     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:14:36              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:14:37              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:14:37              dut.10.240.183.67: flow list 0
29/01/2021 17:14:37              dut.10.240.183.67: 
29/01/2021 17:14:37     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_l3src passed
29/01/2021 17:14:37              dut.10.240.183.67: flow flush 0
29/01/2021 17:14:37              dut.10.240.183.67: 
29/01/2021 17:14:37     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_all================
29/01/2021 17:14:37     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:14:37              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:14:37              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:14:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types ipv6 end key_len 0 queues end / end
29/01/2021 17:14:37              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:14:37              dut.10.240.183.67: flow list 0
29/01/2021 17:14:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 => RSS
29/01/2021 17:14:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:38              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x6f10360b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:38     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-nonfrag

29/01/2021 17:14:38     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f10360b', '0xb')]
29/01/2021 17:14:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:38     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:39              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xbf21d6b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:39     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf21d6b4', '0x4')]
29/01/2021 17:14:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:40              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x8321ae06 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8321ae06', '0x6')]
29/01/2021 17:14:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:14:42              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x53104eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53104eb9', '0x9')]
29/01/2021 17:14:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:43              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x6f10360b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:43     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-frag

29/01/2021 17:14:43     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f10360b', '0xb')]
29/01/2021 17:14:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:44              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xbf21d6b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:44     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf21d6b4', '0x4')]
29/01/2021 17:14:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:45              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x8321ae06 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8321ae06', '0x6')]
29/01/2021 17:14:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:14:46              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x53104eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:46     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53104eb9', '0x9')]
29/01/2021 17:14:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:47              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x6f10360b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:47     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f10360b', '0xb')]
29/01/2021 17:14:47     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-icmp

29/01/2021 17:14:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:48              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xbf21d6b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf21d6b4', '0x4')]
29/01/2021 17:14:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:49              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x8321ae06 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8321ae06', '0x6')]
29/01/2021 17:14:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:14:50              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x53104eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53104eb9', '0x9')]
29/01/2021 17:14:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:51              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6f10360b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f10360b', '0xb')]
29/01/2021 17:14:51     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-tcp

29/01/2021 17:14:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:53              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xbf21d6b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf21d6b4', '0x4')]
29/01/2021 17:14:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:54              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x8321ae06 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8321ae06', '0x6')]
29/01/2021 17:14:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP()/("X"*480)
29/01/2021 17:14:55              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x53104eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53104eb9', '0x9')]
29/01/2021 17:14:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:56              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x6f10360b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:56     TestCVLAdvancedIAVFRSSGTPU: action: ipv6-udp

29/01/2021 17:14:56     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:14:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f10360b', '0xb')]
29/01/2021 17:14:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:57              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xbf21d6b4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xbf21d6b4', '0x4')]
29/01/2021 17:14:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:58              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x8321ae06 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8321ae06', '0x6')]
29/01/2021 17:14:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:14:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:14:59              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x53104eb9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:14:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:14:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x53104eb9', '0x9')]
29/01/2021 17:14:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:14:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:15:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:15:00              dut.10.240.183.67: flow list 0
29/01/2021 17:15:00              dut.10.240.183.67: 
29/01/2021 17:15:00     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_all passed
29/01/2021 17:15:00              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:00              dut.10.240.183.67: 
29/01/2021 17:15:00     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_gtpu================
29/01/2021 17:15:00     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:15:00              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 17:15:00              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:15:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss types gtpu end key_len 0 queues end / end
29/01/2021 17:15:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:15:01              dut.10.240.183.67: flow list 0
29/01/2021 17:15:01              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 => RSS
29/01/2021 17:15:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:15:02              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:02     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:15:03              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x4c34f941 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:03     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c34f941', '0x1')]
29/01/2021 17:15:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:15:04              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:04     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:05              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:06              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x4c34f941 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c34f941', '0x1')]
29/01/2021 17:15:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:07              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:15:08              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:15:09              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x4c34f941 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c34f941', '0x1')]
29/01/2021 17:15:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:15:11              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:11     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:15:12              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:12     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:15:13              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x4c34f941 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4c34f941', '0x1')]
29/01/2021 17:15:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:15:14              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd82c2aec - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd82c2aec', '0xc')]
29/01/2021 17:15:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:15:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:15:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:15:15              dut.10.240.183.67: flow list 0
29/01/2021 17:15:15              dut.10.240.183.67: 
29/01/2021 17:15:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_gtpu passed
29/01/2021 17:15:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:15              dut.10.240.183.67: 
29/01/2021 17:15:15     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv6_l3dst': 'passed', 'mac_ipv6_gtpu_ipv6_l3src': 'passed', 'mac_ipv6_gtpu_ipv6_all': 'passed', 'mac_ipv6_gtpu_ipv6_gtpu': 'passed'}
29/01/2021 17:15:15     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:15:15     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6 Result PASSED:
29/01/2021 17:15:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:16              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:15:16              dut.10.240.183.67: clear port stats all
29/01/2021 17:15:17              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:15:17              dut.10.240.183.67: stop
29/01/2021 17:15:17              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 20             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:15:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_symmetric Begin
29/01/2021 17:15:18              dut.10.240.183.67: 
29/01/2021 17:15:18                         tester: 
29/01/2021 17:15:18              dut.10.240.183.67: start
29/01/2021 17:15:18              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:15:18              dut.10.240.183.67: quit
29/01/2021 17:15:19              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:15:19              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:15:20              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:15:30              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:15:30              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:15:30              dut.10.240.183.67: set verbose 1
29/01/2021 17:15:31              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:15:31              dut.10.240.183.67: show port info all
29/01/2021 17:15:31              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:15:31              dut.10.240.183.67: start
29/01/2021 17:15:31              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:15:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_symmetric================
29/01/2021 17:15:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:15:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:15:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:15:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:15:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:15:31              dut.10.240.183.67: flow list 0
29/01/2021 17:15:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 => RSS
29/01/2021 17:15:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)
29/01/2021 17:15:32              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:32     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-nonfrag'}

29/01/2021 17:15:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 17:15:33              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:34              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:34     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-frag'}

29/01/2021 17:15:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:35              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/ICMP()/("X"*480)
29/01/2021 17:15:36              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:36     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-icmp'}

29/01/2021 17:15:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 17:15:37              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP()/("X"*480)
29/01/2021 17:15:39              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv4-udp'}

29/01/2021 17:15:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 17:15:40              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x64a0a7b5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x64a0a7b5', '0x5')]
29/01/2021 17:15:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:15:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:15:41              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:15:41              dut.10.240.183.67: flow list 0
29/01/2021 17:15:41              dut.10.240.183.67: 
29/01/2021 17:15:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/("X"*480)
29/01/2021 17:15:42              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=590 - nb_segs=1 - RSS hash=0x9ed2a075 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:42     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-nonfrag'}

29/01/2021 17:15:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9ed2a075', '0x5')]
29/01/2021 17:15:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/IPv6ExtHdrFragment()/("X"*480)
29/01/2021 17:15:43              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x9ed2a075 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:43     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-frag'}

29/01/2021 17:15:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9ed2a075', '0x5')]
29/01/2021 17:15:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/ICMP()/("X"*480)
29/01/2021 17:15:44              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x9ed2a075 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:44     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-icmp'}

29/01/2021 17:15:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9ed2a075', '0x5')]
29/01/2021 17:15:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:44     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP()/("X"*480)
29/01/2021 17:15:45              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x9ed2a075 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv4-udp'}

29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9ed2a075', '0x5')]
29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_symmetric passed
29/01/2021 17:15:45              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:45              dut.10.240.183.67: 
29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_symmetric': 'passed'}
29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:15:45     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_symmetric Result PASSED:
29/01/2021 17:15:45              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:47              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:15:47              dut.10.240.183.67: clear port stats all
29/01/2021 17:15:48              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:15:48              dut.10.240.183.67: stop
29/01/2021 17:15:48              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 12             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:15:48     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_tcp Begin
29/01/2021 17:15:48              dut.10.240.183.67: 
29/01/2021 17:15:48                         tester: 
29/01/2021 17:15:48              dut.10.240.183.67: start
29/01/2021 17:15:48              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:15:48     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3dst================
29/01/2021 17:15:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:15:48              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:15:48              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:15:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:15:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:15:48              dut.10.240.183.67: flow list 0
29/01/2021 17:15:48              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:15:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:49              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x31c7877f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:49     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31c7877f', '0xf')]
29/01/2021 17:15:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:50              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb19b32cb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:50     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb19b32cb', '0xb')]
29/01/2021 17:15:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:52              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x31c7877f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31c7877f', '0xf')]
29/01/2021 17:15:52     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:15:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:15:53              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:15:53              dut.10.240.183.67: flow list 0
29/01/2021 17:15:53              dut.10.240.183.67: 
29/01/2021 17:15:53     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3dst passed
29/01/2021 17:15:53              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:53              dut.10.240.183.67: 
29/01/2021 17:15:53     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3src================
29/01/2021 17:15:53     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:15:53              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:15:53              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:15:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:15:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:15:53              dut.10.240.183.67: flow list 0
29/01/2021 17:15:53              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:15:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:54              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x36b966bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:54     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x36b966bc', '0xc')]
29/01/2021 17:15:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:55              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x36b966bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:15:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x36b966bc', '0xc')]
29/01/2021 17:15:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:56              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x1febd557 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:15:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x1febd557', '0x7')]
29/01/2021 17:15:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:15:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:15:58              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:15:58              dut.10.240.183.67: flow list 0
29/01/2021 17:15:58              dut.10.240.183.67: 
29/01/2021 17:15:58     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3src passed
29/01/2021 17:15:58              dut.10.240.183.67: flow flush 0
29/01/2021 17:15:58              dut.10.240.183.67: 
29/01/2021 17:15:58     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3dst_l4src================
29/01/2021 17:15:58     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:15:58              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:15:58              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:15:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:15:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:15:58              dut.10.240.183.67: flow list 0
29/01/2021 17:15:58              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:15:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:15:59              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xed5808f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:15:59     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:15:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xed5808f4', '0x4')]
29/01/2021 17:15:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:15:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:00              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6d04bd40 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:00     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6d04bd40', '0x0')]
29/01/2021 17:16:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:16:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfe482e8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:01     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfe482e8', '0x8')]
29/01/2021 17:16:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:02              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xed5808f4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:02     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xed5808f4', '0x4')]
29/01/2021 17:16:02     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:03              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:03              dut.10.240.183.67: flow list 0
29/01/2021 17:16:03              dut.10.240.183.67: 
29/01/2021 17:16:03     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3dst_l4src passed
29/01/2021 17:16:03              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:04              dut.10.240.183.67: 
29/01/2021 17:16:04     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3dst_l4dst================
29/01/2021 17:16:04     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:04              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:04              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:04              dut.10.240.183.67: flow list 0
29/01/2021 17:16:04              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:05              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb19d2404 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:05     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:05     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb19d2404', '0x4')]
29/01/2021 17:16:05     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:05     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:06              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x31c191b0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:06     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x31c191b0', '0x0')]
29/01/2021 17:16:06     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:06     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:07              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfe482e8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:07     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:07     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfe482e8', '0x8')]
29/01/2021 17:16:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:16:08              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb19d2404 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:08     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb19d2404', '0x4')]
29/01/2021 17:16:08     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:09              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:09              dut.10.240.183.67: flow list 0
29/01/2021 17:16:09              dut.10.240.183.67: 
29/01/2021 17:16:09     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3dst_l4dst passed
29/01/2021 17:16:09              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:09              dut.10.240.183.67: 
29/01/2021 17:16:09     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3src_l4src================
29/01/2021 17:16:09     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:09              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:16:09              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:16:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:10              dut.10.240.183.67: flow list 0
29/01/2021 17:16:10              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:10     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:10     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:11              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xea26e937 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:11     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:11     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea26e937', '0x7')]
29/01/2021 17:16:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:12              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xc3745adc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:12     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:12     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xc3745adc', '0xc')]
29/01/2021 17:16:12     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:12     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=33,dport=23)/("X"*480)
29/01/2021 17:16:13              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd89a632b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:13     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd89a632b', '0xb')]
29/01/2021 17:16:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:14              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xea26e937 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xea26e937', '0x7')]
29/01/2021 17:16:14     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:14              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:15              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:15              dut.10.240.183.67: flow list 0
29/01/2021 17:16:15              dut.10.240.183.67: 
29/01/2021 17:16:15     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3src_l4src passed
29/01/2021 17:16:15              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:15              dut.10.240.183.67: 
29/01/2021 17:16:15     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l3src_l4dst================
29/01/2021 17:16:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:15              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:15              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:15              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:15              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:15              dut.10.240.183.67: flow list 0
29/01/2021 17:16:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:17              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb6e3c5c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb6e3c5c7', '0x7')]
29/01/2021 17:16:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:18              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x9fb1762c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x9fb1762c', '0xc')]
29/01/2021 17:16:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:19              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xd89a632b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:19     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:19     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd89a632b', '0xb')]
29/01/2021 17:16:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:16:20              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb6e3c5c7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb6e3c5c7', '0x7')]
29/01/2021 17:16:20     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:20              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:21              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:21              dut.10.240.183.67: flow list 0
29/01/2021 17:16:21              dut.10.240.183.67: 
29/01/2021 17:16:21     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l3src_l4dst passed
29/01/2021 17:16:21              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:21              dut.10.240.183.67: 
29/01/2021 17:16:21     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l4src================
29/01/2021 17:16:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:21              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:16:21              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:21              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:16:21              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:21              dut.10.240.183.67: flow list 0
29/01/2021 17:16:21              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:23              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5150e825 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5150e825', '0x5')]
29/01/2021 17:16:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:16:24              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xb1b4b7b9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb1b4b7b9', '0x9')]
29/01/2021 17:16:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=32)/("X"*480)
29/01/2021 17:16:25              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5150e825 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5150e825', '0x5')]
29/01/2021 17:16:25     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:25              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:26              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:26              dut.10.240.183.67: flow list 0
29/01/2021 17:16:26              dut.10.240.183.67: 
29/01/2021 17:16:26     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l4src passed
29/01/2021 17:16:26              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:26              dut.10.240.183.67: 
29/01/2021 17:16:26     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_l4dst================
29/01/2021 17:16:26     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:26              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:26              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:26              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:16:26              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:26              dut.10.240.183.67: flow list 0
29/01/2021 17:16:26              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:26     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:26     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:27              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3dbd92a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:27     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3dbd92a4', '0x4')]
29/01/2021 17:16:27     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:27     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:28              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdd59cd38 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:28     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:28     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdd59cd38', '0x8')]
29/01/2021 17:16:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:16:29              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x3dbd92a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:29     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3dbd92a4', '0x4')]
29/01/2021 17:16:29     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:29              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:31              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:31              dut.10.240.183.67: flow list 0
29/01/2021 17:16:31              dut.10.240.183.67: 
29/01/2021 17:16:31     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_l4dst passed
29/01/2021 17:16:31              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:31              dut.10.240.183.67: 
29/01/2021 17:16:31     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_tcp_all================
29/01/2021 17:16:31     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:31              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:16:31              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:31              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:16:31              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:31              dut.10.240.183.67: flow list 0
29/01/2021 17:16:31              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:32              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6b3848c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:32     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:16:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b3848c1', '0x1')]
29/01/2021 17:16:32     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:32     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=32,dport=23)/("X"*480)
29/01/2021 17:16:33              dut.10.240.183.67: port 0/queue 7: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x2af978f7 - RSS queue=0x7 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x7
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:33     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:33     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2af978f7', '0x7')]
29/01/2021 17:16:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:33     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=33)/("X"*480)
29/01/2021 17:16:34              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x5b0ec800 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:34     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b0ec800', '0x0')]
29/01/2021 17:16:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:35              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x74709981 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:35     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x74709981', '0x1')]
29/01/2021 17:16:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:36              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x426afb2a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:16:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x426afb2a', '0xa')]
29/01/2021 17:16:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22,dport=23)/("X"*480)
29/01/2021 17:16:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0x6b3848c1 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6b3848c1', '0x1')]
29/01/2021 17:16:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:16:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:16:39              dut.10.240.183.67: flow list 0
29/01/2021 17:16:39              dut.10.240.183.67: 
29/01/2021 17:16:39     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_tcp_all passed
29/01/2021 17:16:39              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:39              dut.10.240.183.67: 
29/01/2021 17:16:39     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv6_tcp_l3dst': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l3src': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_tcp_all': 'passed'}
29/01/2021 17:16:39     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:16:39     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_tcp Result PASSED:
29/01/2021 17:16:39              dut.10.240.183.67: flow flush 0
29/01/2021 17:16:40              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:16:40              dut.10.240.183.67: clear port stats all
29/01/2021 17:16:41              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:16:41              dut.10.240.183.67: stop
29/01/2021 17:16:41              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:16:41     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_tcp_symmetric Begin
29/01/2021 17:16:41              dut.10.240.183.67: 
29/01/2021 17:16:41                         tester: 
29/01/2021 17:16:41              dut.10.240.183.67: start
29/01/2021 17:16:42              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:16:42              dut.10.240.183.67: quit
29/01/2021 17:16:43              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:16:43              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:16:44              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:16:54              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:16:54              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:16:54              dut.10.240.183.67: set verbose 1
29/01/2021 17:16:54              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:16:54              dut.10.240.183.67: show port info all
29/01/2021 17:16:54              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:16:54              dut.10.240.183.67: start
29/01/2021 17:16:55              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:16:55     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_tcp_symmetric================
29/01/2021 17:16:55     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:16:55              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end  actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:16:55              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:16:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end  actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:16:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:16:55              dut.10.240.183.67: flow list 0
29/01/2021 17:16:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 TCP => RSS
29/01/2021 17:16:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:16:56              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfb7e30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:56     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 17:16:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfb7e30', '0x0')]
29/01/2021 17:16:56     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:56     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:16:57              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfb7e30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:57     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfb7e30', '0x0')]
29/01/2021 17:16:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:16:58              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfb7e30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:58     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfb7e30', '0x0')]
29/01/2021 17:16:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:16:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:16:59              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xdfb7e30 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:16:59     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:16:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xdfb7e30', '0x0')]
29/01/2021 17:16:59     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:16:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:00              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:00              dut.10.240.183.67: flow list 0
29/01/2021 17:17:00              dut.10.240.183.67: 
29/01/2021 17:17:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:17:01              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe5c4df5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:01     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:17:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5c4df5d', '0xd')]
29/01/2021 17:17:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=22, dport=23)/("X"*480)
29/01/2021 17:17:03              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe5c4df5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:03     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:17:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5c4df5d', '0xd')]
29/01/2021 17:17:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/TCP(sport=23, dport=22)/("X"*480)
29/01/2021 17:17:04              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=610 - nb_segs=1 - RSS hash=0xe5c4df5d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe5c4df5d', '0xd')]
29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_tcp_symmetric passed
29/01/2021 17:17:04              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:04              dut.10.240.183.67: 
29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_tcp_symmetric': 'passed'}
29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:17:04     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_tcp_symmetric Result PASSED:
29/01/2021 17:17:04              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:05              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:17:05              dut.10.240.183.67: clear port stats all
29/01/2021 17:17:06              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:17:06              dut.10.240.183.67: stop
29/01/2021 17:17:06              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:17:06     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_udp Begin
29/01/2021 17:17:06              dut.10.240.183.67: 
29/01/2021 17:17:06                         tester: 
29/01/2021 17:17:06              dut.10.240.183.67: start
29/01/2021 17:17:06              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:17:06     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3dst================
29/01/2021 17:17:06     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:06              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:17:07              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:17:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:07              dut.10.240.183.67: flow list 0
29/01/2021 17:17:07              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:07     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:07     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:08              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x6f3c3a9f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:08     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:08     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f3c3a9f', '0xf')]
29/01/2021 17:17:08     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:08     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:09              dut.10.240.183.67: port 0/queue 14: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xb8a3c2be - RSS queue=0xe - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:09     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:09     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb8a3c2be', '0xe')]
29/01/2021 17:17:09     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:09     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:10              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x6f3c3a9f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:10     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:10     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x6f3c3a9f', '0xf')]
29/01/2021 17:17:10     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:11              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:11              dut.10.240.183.67: flow list 0
29/01/2021 17:17:11              dut.10.240.183.67: 
29/01/2021 17:17:11     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3dst passed
29/01/2021 17:17:11              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:11              dut.10.240.183.67: 
29/01/2021 17:17:11     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3src================
29/01/2021 17:17:11     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:11              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:17:11              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only end key_len 0 queues end / end
29/01/2021 17:17:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:11              dut.10.240.183.67: flow list 0
29/01/2021 17:17:11              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:11     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:11     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:13              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xe7bae6c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:13     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:13     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe7bae6c0', '0x0')]
29/01/2021 17:17:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:14              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xe7bae6c0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:14     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xe7bae6c0', '0x0')]
29/01/2021 17:17:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:15              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xfce36eaf - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfce36eaf', '0xf')]
29/01/2021 17:17:15     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:15              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:16              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:16              dut.10.240.183.67: flow list 0
29/01/2021 17:17:16              dut.10.240.183.67: 
29/01/2021 17:17:16     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3src passed
29/01/2021 17:17:16              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:16              dut.10.240.183.67: 
29/01/2021 17:17:16     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3dst_l4src================
29/01/2021 17:17:16     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:16              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:16              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:16              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:16              dut.10.240.183.67: flow list 0
29/01/2021 17:17:16              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:17              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x58d57f9a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:17     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:17     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x58d57f9a', '0xa')]
29/01/2021 17:17:17     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:17     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:18              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x8f4a87bb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x8f4a87bb', '0xb')]
29/01/2021 17:17:18     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:18     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:17:20              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xfb0f8afb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:20     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfb0f8afb', '0xb')]
29/01/2021 17:17:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:21              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x58d57f9a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:21     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x58d57f9a', '0xa')]
29/01/2021 17:17:21     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:21              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:22              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:22              dut.10.240.183.67: flow list 0
29/01/2021 17:17:22              dut.10.240.183.67: 
29/01/2021 17:17:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3dst_l4src passed
29/01/2021 17:17:22              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:22              dut.10.240.183.67: 
29/01/2021 17:17:22     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3dst_l4dst================
29/01/2021 17:17:22     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:22              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:22              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:22              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-dst-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:22              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:22              dut.10.240.183.67: flow list 0
29/01/2021 17:17:22              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:22     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:22     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:23              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x2718a10a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:23     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:23     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2718a10a', '0xa')]
29/01/2021 17:17:23     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:23     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:24              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xf087592b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:24     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:24     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf087592b', '0xb')]
29/01/2021 17:17:24     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:24     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:25              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xfb0f8afb - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:25     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:25     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xfb0f8afb', '0xb')]
29/01/2021 17:17:25     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:25     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:17:27              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x2718a10a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:27     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:27     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2718a10a', '0xa')]
29/01/2021 17:17:27     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:27              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:28              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:28              dut.10.240.183.67: flow list 0
29/01/2021 17:17:28              dut.10.240.183.67: 
29/01/2021 17:17:28     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3dst_l4dst passed
29/01/2021 17:17:28              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:28              dut.10.240.183.67: 
29/01/2021 17:17:28     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3src_l4src================
29/01/2021 17:17:28     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:28              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:28              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:28              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:28              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:28              dut.10.240.183.67: flow list 0
29/01/2021 17:17:28              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:28     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:28     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:29              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd053a3c5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:29     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:29     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd053a3c5', '0x5')]
29/01/2021 17:17:29     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:29     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:30              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xcb0a2baa - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:30     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:30     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcb0a2baa', '0xa')]
29/01/2021 17:17:30     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:30     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=33,dport=23)/("X"*480)
29/01/2021 17:17:31              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x738956a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:31     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:31     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x738956a4', '0x4')]
29/01/2021 17:17:31     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:31     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:32              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xd053a3c5 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:32     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:32     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xd053a3c5', '0x5')]
29/01/2021 17:17:32     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:32              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:34              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:34              dut.10.240.183.67: flow list 0
29/01/2021 17:17:34              dut.10.240.183.67: 
29/01/2021 17:17:34     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3src_l4src passed
29/01/2021 17:17:34              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:34              dut.10.240.183.67: 
29/01/2021 17:17:34     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l3src_l4dst================
29/01/2021 17:17:34     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:34              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:34              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l3-src-only l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:34              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:34              dut.10.240.183.67: flow list 0
29/01/2021 17:17:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:34     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:35              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xaf9e7d55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:35     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9e7d55', '0x5')]
29/01/2021 17:17:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:35     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:36              dut.10.240.183.67: port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xb4c7f53a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:36     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:36     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb4c7f53a', '0xa')]
29/01/2021 17:17:36     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:36     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:37              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x738956a4 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:37     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x738956a4', '0x4')]
29/01/2021 17:17:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:37     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:17:38              dut.10.240.183.67: port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xaf9e7d55 - RSS queue=0x5 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x5
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:38     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaf9e7d55', '0x5')]
29/01/2021 17:17:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:38              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:39              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:39              dut.10.240.183.67: flow list 0
29/01/2021 17:17:40              dut.10.240.183.67: 
29/01/2021 17:17:40     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l3src_l4dst passed
29/01/2021 17:17:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:40              dut.10.240.183.67: 
29/01/2021 17:17:40     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l4src================
29/01/2021 17:17:40     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:40              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:40              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-src-only end key_len 0 queues end / end
29/01/2021 17:17:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:40              dut.10.240.183.67: flow list 0
29/01/2021 17:17:40              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:40     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:41              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x3e1ebead - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:41     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1ebead', '0xd')]
29/01/2021 17:17:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:17:42              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x667af668 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x667af668', '0x8')]
29/01/2021 17:17:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:42     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=32)/("X"*480)
29/01/2021 17:17:43              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x3e1ebead - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:43     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e1ebead', '0xd')]
29/01/2021 17:17:43     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:44              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:44              dut.10.240.183.67: flow list 0
29/01/2021 17:17:44              dut.10.240.183.67: 
29/01/2021 17:17:44     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l4src passed
29/01/2021 17:17:44              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:44              dut.10.240.183.67: 
29/01/2021 17:17:44     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_l4dst================
29/01/2021 17:17:44     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:44              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:44              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:17:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:45              dut.10.240.183.67: flow list 0
29/01/2021 17:17:45              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:45     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:46              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x3e8231bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:46     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e8231bc', '0xc')]
29/01/2021 17:17:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:47              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x66e67979 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x66e67979', '0x9')]
29/01/2021 17:17:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:47     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:17:48              dut.10.240.183.67: port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x3e8231bc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:48     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3e8231bc', '0xc')]
29/01/2021 17:17:48     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:49              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:49              dut.10.240.183.67: flow list 0
29/01/2021 17:17:49              dut.10.240.183.67: 
29/01/2021 17:17:49     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_l4dst passed
29/01/2021 17:17:49              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:49              dut.10.240.183.67: 
29/01/2021 17:17:49     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv6_udp_all================
29/01/2021 17:17:49     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:17:49              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:17:49              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:17:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:17:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:17:49              dut.10.240.183.67: flow list 0
29/01/2021 17:17:49              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:17:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:49     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:51              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x50b188cd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:51     TestCVLAdvancedIAVFRSSGTPU: action: save_hash

29/01/2021 17:17:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x50b188cd', '0xd')]
29/01/2021 17:17:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:51     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=32,dport=23)/("X"*480)
29/01/2021 17:17:52              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x52c772ad - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:52     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x52c772ad', '0xd')]
29/01/2021 17:17:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=33)/("X"*480)
29/01/2021 17:17:53              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xaad1bdf0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xaad1bdf0', '0x0')]
29/01/2021 17:17:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:53     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="3434:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:54              dut.10.240.183.67: port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xf624c42f - RSS queue=0xf - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:54     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xf624c42f', '0xf')]
29/01/2021 17:17:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(src="1212:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:55              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x4be800a2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:55     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_different

29/01/2021 17:17:55     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x4be800a2', '0x2')]
29/01/2021 17:17:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:17:55     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22,dport=23)/("X"*480)
29/01/2021 17:17:56              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0x50b188cd - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 291 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:17:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:17:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x50b188cd', '0xd')]
29/01/2021 17:17:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:17:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:17:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:17:57              dut.10.240.183.67: flow list 0
29/01/2021 17:17:57              dut.10.240.183.67: 
29/01/2021 17:17:57     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv6_udp_all passed
29/01/2021 17:17:57              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:57              dut.10.240.183.67: 
29/01/2021 17:17:57     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv6_udp_l3dst': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l3src': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l3dst_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l3dst_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l3src_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l3src_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l4src': 'passed', 'mac_ipv6_gtpu_ipv6_udp_l4dst': 'passed', 'mac_ipv6_gtpu_ipv6_udp_all': 'passed'}
29/01/2021 17:17:57     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:17:57     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_udp Result PASSED:
29/01/2021 17:17:57              dut.10.240.183.67: flow flush 0
29/01/2021 17:17:58              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:17:58              dut.10.240.183.67: clear port stats all
29/01/2021 17:18:00              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:18:00              dut.10.240.183.67: stop
29/01/2021 17:18:00              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 1              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:18:00     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_udp_symmetric Begin
29/01/2021 17:18:00              dut.10.240.183.67: 
29/01/2021 17:18:00                         tester: 
29/01/2021 17:18:00              dut.10.240.183.67: start
29/01/2021 17:18:00              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:18:00              dut.10.240.183.67: quit
29/01/2021 17:18:01              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:18:01              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:18:03              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:18:13              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:18:13              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:18:13              dut.10.240.183.67: set verbose 1
29/01/2021 17:18:13              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:18:13              dut.10.240.183.67: show port info all
29/01/2021 17:18:13              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:18:13              dut.10.240.183.67: start
29/01/2021 17:18:13              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:18:13     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_ipv4_udp_symmetric================
29/01/2021 17:18:13     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:18:13              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:18:13              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:18:13              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / udp / end actions rss func symmetric_toeplitz types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:18:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:18:13              dut.10.240.183.67: flow list 0
29/01/2021 17:18:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU IPV6 UDP => RSS
29/01/2021 17:18:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:13     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:18:14              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xefc1ce94 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:14     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'basic_with_rule'}

29/01/2021 17:18:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefc1ce94', '0x4')]
29/01/2021 17:18:14     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:14     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:18:15              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xefc1ce94 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:15     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:15     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefc1ce94', '0x4')]
29/01/2021 17:18:15     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:15     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:18:16              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xefc1ce94 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:16     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:16     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefc1ce94', '0x4')]
29/01/2021 17:18:16     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:16     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:18:18              dut.10.240.183.67: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xefc1ce94 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:18     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:18     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xefc1ce94', '0x4')]
29/01/2021 17:18:18     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:18:18              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:18:19              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:18:19              dut.10.240.183.67: flow list 0
29/01/2021 17:18:19              dut.10.240.183.67: 
29/01/2021 17:18:19     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:19     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="ABAB:910B:6666:3457:8295:3333:1800:2929",src="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:18:20              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xadf408d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:20     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:18:20     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xadf408d', '0xd')]
29/01/2021 17:18:20     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:20     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=22, dport=23)/("X"*480)
29/01/2021 17:18:21              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xadf408d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:21     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:18:21     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xadf408d', '0xd')]
29/01/2021 17:18:21     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:21     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/IPv6(dst="CDCD:910A:2222:5498:8475:1111:3900:2020",src="ABAB:910B:6666:3457:8295:3333:1800:2929")/UDP(sport=23, dport=22)/("X"*480)
29/01/2021 17:18:22              dut.10.240.183.67: port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=598 - nb_segs=1 - RSS hash=0xadf408d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: action: check_no_hash_or_different

29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xadf408d', '0xd')]
29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_ipv4_udp_symmetric passed
29/01/2021 17:18:22              dut.10.240.183.67: flow flush 0
29/01/2021 17:18:22              dut.10.240.183.67: 
29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_ipv4_udp_symmetric': 'passed'}
29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:18:22     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_ipv6_udp_symmetric Result PASSED:
29/01/2021 17:18:22              dut.10.240.183.67: flow flush 0
29/01/2021 17:18:23              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:18:23              dut.10.240.183.67: clear port stats all
29/01/2021 17:18:24              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:18:24              dut.10.240.183.67: stop
29/01/2021 17:18:25              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 4              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:18:25     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_symmetric Begin
29/01/2021 17:18:25              dut.10.240.183.67: 
29/01/2021 17:18:25                         tester: 
29/01/2021 17:18:25              dut.10.240.183.67: start
29/01/2021 17:18:25              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:18:25              dut.10.240.183.67: quit
29/01/2021 17:18:26              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:18:26              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:18:28              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:18:38              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:18:38              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:18:38              dut.10.240.183.67: set verbose 1
29/01/2021 17:18:38              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:18:38              dut.10.240.183.67: show port info all
29/01/2021 17:18:38              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:18:38              dut.10.240.183.67: start
29/01/2021 17:18:38              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:18:38     TestCVLAdvancedIAVFRSSGTPU: ===================Test sub case: mac_ipv6_gtpu_symmetric================
29/01/2021 17:18:38     TestCVLAdvancedIAVFRSSGTPU: ------------handle test--------------
29/01/2021 17:18:38              dut.10.240.183.67: flow validate 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:18:38              dut.10.240.183.67: 
Flow rule validated
29/01/2021 17:18:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:18:38              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:18:38              dut.10.240.183.67: flow list 0
29/01/2021 17:18:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU => RSS
29/01/2021 17:18:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 17:18:39              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:39     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-pay'}

29/01/2021 17:18:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:39     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 17:18:40              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:40     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:40     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:40     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 17:18:41              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:41     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-eh-pay'}

29/01/2021 17:18:41     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:41     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 17:18:42              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:42     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 17:18:43              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:43     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-request'}

29/01/2021 17:18:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:43     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 17:18:45              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:45     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:45     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:45     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 17:18:46              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:46     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'ipv6-gtpu-echo-reponse'}

29/01/2021 17:18:46     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:46     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 17:18:47              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:47     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)']
29/01/2021 17:18:48              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:48     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-pay'}

29/01/2021 17:18:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:48     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:48     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 17:18:49              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:49     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:49     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:49     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:49     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)']
29/01/2021 17:18:50              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:50     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-eh-pay'}

29/01/2021 17:18:50     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:50     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:50     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 17:18:51              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:51     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:51     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:51     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:51     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()']
29/01/2021 17:18:52              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:52     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-request'}

29/01/2021 17:18:52     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:52     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:52     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 17:18:53              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:53     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:53     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:53     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:53     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:1536", dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()']
29/01/2021 17:18:54              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:54     TestCVLAdvancedIAVFRSSGTPU: action: {'save_hash': 'vlan-ipv6-gtpu-echo-reponse'}

29/01/2021 17:18:54     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:54     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:54     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 17:18:56              dut.10.240.183.67: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x16ea2fa3 - RSS queue=0x3 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:56     TestCVLAdvancedIAVFRSSGTPU: action: check_hash_same

29/01/2021 17:18:56     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x16ea2fa3', '0x3')]
29/01/2021 17:18:56     TestCVLAdvancedIAVFRSSGTPU: ------------handle post-test--------------
29/01/2021 17:18:56              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:18:57              dut.10.240.183.67: 
Flow rule #0 destroyed
testpmd> 
29/01/2021 17:18:57              dut.10.240.183.67: flow list 0
29/01/2021 17:18:57              dut.10.240.183.67: 
29/01/2021 17:18:57     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:57     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 17:18:58              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=166 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:58     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpu-pay'}

29/01/2021 17:18:58     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:18:58     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:58     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 17:18:59              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=178 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:18:59     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpu-eh-pay'}

29/01/2021 17:18:59     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:18:59     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:18:59     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 17:19:00              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:00     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpu-echo-request'}

29/01/2021 17:19:00     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:00     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:00     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 17:19:01              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=70 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 1193046 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:01     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'ipv6-gtpu-echo-reponse'}

29/01/2021 17:19:01     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:01     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:01     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/Raw("x"*96)
29/01/2021 17:19:02              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=170 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:02     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpu-pay'}

29/01/2021 17:19:02     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:02     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:02     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/Raw("x"*96)
29/01/2021 17:19:03              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=182 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:03     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpu-eh-pay'}

29/01/2021 17:19:03     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:03     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:03     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x01)/GTPEchoRequest()
29/01/2021 17:19:04              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:04     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpu-echo-request'}

29/01/2021 17:19:04     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:04     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:04     TestCVLAdvancedIAVFRSSGTPU: Ether(dst="00:11:22:33:44:55")/Dot1Q(vlan=1)/IPv6(src="CDCD:910A:2222:5498:8475:1111:3900:2020", dst="CDCD:910A:2222:5498:8475:1111:3900:1536")/UDP(sport=20,dport=2152)/GTP_U_Header(teid=0x12345678,gtp_type=0x02)/GTPEchoResponse()
29/01/2021 17:19:06              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=74 - nb_segs=1 - RSS hash=0x42d63fa8 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU  - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP  - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: action: {'check_no_hash_or_different': 'vlan-ipv6-gtpu-echo-reponse'}

29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x42d63fa8', '0x8')]
29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: sub_case mac_ipv6_gtpu_symmetric passed
29/01/2021 17:19:06              dut.10.240.183.67: flow flush 0
29/01/2021 17:19:06              dut.10.240.183.67: 
29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: {'mac_ipv6_gtpu_symmetric': 'passed'}
29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: pass rate is: 100.0
29/01/2021 17:19:06     TestCVLAdvancedIAVFRSSGTPU: Test Case test_mac_ipv6_gtpu_symmetric Result PASSED:
29/01/2021 17:19:06              dut.10.240.183.67: flow flush 0
29/01/2021 17:19:07              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:19:07              dut.10.240.183.67: clear port stats all
29/01/2021 17:19:08              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:19:08              dut.10.240.183.67: stop
29/01/2021 17:19:08              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 16             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:19:08     TestCVLAdvancedIAVFRSSGTPU: Test Case test_multirules Begin
29/01/2021 17:19:08              dut.10.240.183.67: 
29/01/2021 17:19:08                         tester: 
29/01/2021 17:19:08              dut.10.240.183.67: start
29/01/2021 17:19:08              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:19:08              dut.10.240.183.67: quit
29/01/2021 17:19:10              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:19:10              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:19:11              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:19:21              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:19:21              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:19:21              dut.10.240.183.67: set verbose 1
29/01/2021 17:19:21              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:19:21              dut.10.240.183.67: show port info all
29/01/2021 17:19:21              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:19:21              dut.10.240.183.67: start
29/01/2021 17:19:21              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV4_GTPU_IPV4/IPV4_GTPU_EH_IPV4
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV4_GTPU_EH_IPV4 with/without UL/DL
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV4_GTPU_EH_IPV4 without/with UL/DL
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV4_GTPU_EH_IPV4 and IPV4_GTPU_EH_IPV4_UDP
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV6_GTPU_EH_IPV6 and IPV6_GTPU_EH_IPV6_TCP
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV4_GTPU_EH_IPV6 and IPV4_GTPU_EH_IPV6_UDP without UL/DL
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Subcase: IPV6_GTPU_IPV4 and IPV6_GTPU_IPV4_TCP
29/01/2021 17:19:21     TestCVLAdvancedIAVFRSSGTPU: Test Case test_multirules Result PASSED:
29/01/2021 17:19:21              dut.10.240.183.67: flow flush 0
29/01/2021 17:19:22              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:19:22              dut.10.240.183.67: clear port stats all
29/01/2021 17:19:24              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:19:24              dut.10.240.183.67: stop
29/01/2021 17:19:24              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:19:24     TestCVLAdvancedIAVFRSSGTPU: Test Case test_negative_cases Begin
29/01/2021 17:19:24              dut.10.240.183.67: 
29/01/2021 17:19:24                         tester: 
29/01/2021 17:19:24              dut.10.240.183.67: start
29/01/2021 17:19:24              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:19:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-tcp end key_len 0 queues end / end
29/01/2021 17:19:24              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:19:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv6-udp end key_len 0 queues end / end
29/01/2021 17:19:24              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:19:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types udp end key_len 0 queues end / end
29/01/2021 17:19:24              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:19:24              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 gtpu end key_len 0 queues end / end
29/01/2021 17:19:24              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:24     TestCVLAdvancedIAVFRSSGTPU: Test Case test_negative_cases Result FAILED: 'failed: expect Failed to create parser engine.: Invalid argument in flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 gtpu end key_len 0 queues end / end\r\r\nFlow rule #0 created'
29/01/2021 17:19:24              dut.10.240.183.67: flow flush 0
29/01/2021 17:19:25              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:19:25              dut.10.240.183.67: clear port stats all
29/01/2021 17:19:27              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:19:27              dut.10.240.183.67: stop
29/01/2021 17:19:27              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:19:27     TestCVLAdvancedIAVFRSSGTPU: Test Case test_stress_cases Begin
29/01/2021 17:19:27              dut.10.240.183.67: 
29/01/2021 17:19:27                         tester: 
29/01/2021 17:19:27              dut.10.240.183.67: start
29/01/2021 17:19:27              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:19:27              dut.10.240.183.67: quit
29/01/2021 17:19:28              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:19:28              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:19:30              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:19:40              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:19:40              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:19:40              dut.10.240.183.67: set verbose 1
29/01/2021 17:19:40              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:19:40              dut.10.240.183.67: show port info all
29/01/2021 17:19:40              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:19:40              dut.10.240.183.67: start
29/01/2021 17:19:40              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:19:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:40              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:40              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:41              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:41              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:41              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:42              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:42              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:43              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:43              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:43              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:44              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:44              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:45              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:45              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:46              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:46              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:46              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:47              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:47              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:47              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:48              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:48              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:48              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:49              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:49              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:49              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:50              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:50              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:50              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:51              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:51              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:51              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:52              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:52              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:52              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:53              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:53              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:53              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:54              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:54              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:54              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:55              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss types ipv4-tcp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:19:55              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:55              dut.10.240.183.67: flow list 0
29/01/2021 17:19:55              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 TCP => RSS
29/01/2021 17:19:55     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:19:55     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.1.1", dst="192.168.0.2")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/TCP(sport=32, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.1.2")/TCP(sport=22, dport=33)/("X"*480)']
29/01/2021 17:19:57              dut.10.240.183.67: port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb78ab618 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb44deb68 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x6f28dd2c - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0xb78ab618 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:19:57     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xb78ab618', '0x8'), ('0xb44deb68', '0x8'), ('0x6f28dd2c', '0xc'), ('0xb78ab618', '0x8')]
29/01/2021 17:19:57              dut.10.240.183.67: flow flush 0
29/01/2021 17:19:57              dut.10.240.183.67: 
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:57              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:57              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:57              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:58              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:58              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:58              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:19:59              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:19:59              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:19:59              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:00              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:00              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:00              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:01              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:01              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:01              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:02              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:02              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:02              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:03              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:03              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:03              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:04              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:04              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:04              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:05              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:05              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:05              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:06              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:06              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:06              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:07              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:07              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:07              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:08              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:08              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:08              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:09              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:09              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:09              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:10              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:10              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:10              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:11              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:11              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:11              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:12              dut.10.240.183.67: flow destroy 0 rule 0
29/01/2021 17:20:12              dut.10.240.183.67: 
Flow rule #0 destroyed
29/01/2021 17:20:12              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:13              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:13              dut.10.240.183.67: flow list 0
29/01/2021 17:20:13              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 17:20:13     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:13     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.1.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.1.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 17:20:14              dut.10.240.183.67: port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2c38760b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe85e75cc - RSS queue=0xc - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xc
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x2c38760b - RSS queue=0xb - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 291 - Receive queue=0xb
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:14     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x2c38760b', '0xb'), ('0xe85e75cc', '0xc'), ('0x2c38760b', '0xb')]
29/01/2021 17:20:14     TestCVLAdvancedIAVFRSSGTPU: Test Case test_stress_cases Result PASSED:
29/01/2021 17:20:14              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:15              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:20:15              dut.10.240.183.67: clear port stats all
29/01/2021 17:20:16              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:20:16              dut.10.240.183.67: stop
29/01/2021 17:20:16              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 3              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:20:16     TestCVLAdvancedIAVFRSSGTPU: Test Case test_symmetric_negative_cases Begin
29/01/2021 17:20:16              dut.10.240.183.67: 
29/01/2021 17:20:16                         tester: 
29/01/2021 17:20:16              dut.10.240.183.67: start
29/01/2021 17:20:16              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:20:16              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types gtpu end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 45
iavf_add_del_rss_cfg(): Failed to execute command of OP_ADD_RSS_CFG
iavf_hash_create(): fail to add RSS configure
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-udp end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv6-tcp end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types tcp end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp l3-src-only end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp l4-dst-only end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / tcp / end actions rss func symmetric_toeplitz types ipv4-tcp l3-dst-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:20:17              dut.10.240.183.67: 
iavf_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument
29/01/2021 17:20:17     TestCVLAdvancedIAVFRSSGTPU: Test Case test_symmetric_negative_cases Result FAILED: "all rules should create failed, result [False, False, False, False, '0', False, False, False, False, False]"
29/01/2021 17:20:17              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:18              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:20:18              dut.10.240.183.67: clear port stats all
29/01/2021 17:20:20              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:20:20              dut.10.240.183.67: stop
29/01/2021 17:20:20              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:20:20     TestCVLAdvancedIAVFRSSGTPU: Test Case test_toeplitz_symmetric_combination Begin
29/01/2021 17:20:20              dut.10.240.183.67: 
29/01/2021 17:20:20                         tester: 
29/01/2021 17:20:20              dut.10.240.183.67: start
29/01/2021 17:20:20              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:20:20              dut.10.240.183.67: quit
29/01/2021 17:20:21              dut.10.240.183.67: 
Telling cores to stop...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Done

Bye...
29/01/2021 17:20:21              dut.10.240.183.67: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4  --file-prefix=dpdk_119054_20210129155012  -a 0000:18:01.0 -- -i --rxq=16 --txq=16
29/01/2021 17:20:23              dut.10.240.183.67: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_119054_20210129155012/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:18:01.0 (socket 0)
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
iavf_configure_queues(): request RXDID[22] in Queue[0]
iavf_configure_queues(): request RXDID[22] in Queue[1]
iavf_configure_queues(): request RXDID[22] in Queue[2]
iavf_configure_queues(): request RXDID[22] in Queue[3]
iavf_configure_queues(): request RXDID[22] in Queue[4]
iavf_configure_queues(): request RXDID[22] in Queue[5]
iavf_configure_queues(): request RXDID[22] in Queue[6]
iavf_configure_queues(): request RXDID[22] in Queue[7]
iavf_configure_queues(): request RXDID[22] in Queue[8]
iavf_configure_queues(): request RXDID[22] in Queue[9]
iavf_configure_queues(): request RXDID[22] in Queue[10]
iavf_configure_queues(): request RXDID[22] in Queue[11]
iavf_configure_queues(): request RXDID[22] in Queue[12]
iavf_configure_queues(): request RXDID[22] in Queue[13]
iavf_configure_queues(): request RXDID[22] in Queue[14]
iavf_configure_queues(): request RXDID[22] in Queue[15]

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event

Port 0: link state change event
Port 0: 00:11:22:33:44:55
Checking link statuses...
Done
29/01/2021 17:20:33              dut.10.240.183.67: set fwd rxonly
29/01/2021 17:20:33              dut.10.240.183.67: 
Set rxonly packet forwarding mode
29/01/2021 17:20:33              dut.10.240.183.67: set verbose 1
29/01/2021 17:20:33              dut.10.240.183.67: 
Change verbose level from 0 to 1
29/01/2021 17:20:33              dut.10.240.183.67: show port info all
29/01/2021 17:20:33              dut.10.240.183.67: 

********************* Infos for port 0  *********************
MAC address: 00:11:22:33:44:55
Device name: 0000:18:01.0
Driver name: net_iavf
Firmware-version: not available
Devargs: 
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 10 Gbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 64
Maximum number of MAC addresses of hash filtering: 0
VLAN offload: 
  strip off, filter off, extend off, qinq strip off
Hash key size in bytes: 52
Redirection table size: 64
Supported RSS offload flow types:
  ipv4
  ipv4-frag
  ipv4-tcp
  ipv4-udp
  ipv4-sctp
  ipv4-other
  ipv6
  ipv6-frag
  ipv6-tcp
  ipv6-udp
  ipv6-sctp
  ipv6-other
Minimum size of RX buffer: 1024
Maximum configurable length of RX packet: 9728
Maximum configurable size of LRO aggregated packet: 0
Current number of RX queues: 16
Max possible RX queues: 256
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 64
RXDs number alignment: 32
Current number of TX queues: 16
Max possible TX queues: 256
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 64
TXDs number alignment: 32
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
29/01/2021 17:20:33              dut.10.240.183.67: start
29/01/2021 17:20:33              dut.10.240.183.67: 
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00

  rxonly packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=1
  port 0: RX queue number: 16 Tx queue number: 16
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=512 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=512 - TX free threshold=32
      TX threshold registers: pthresh=0 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
29/01/2021 17:20:33     TestCVLAdvancedIAVFRSSGTPU: Subcase: toeplitz/symmetric with same pattern
29/01/2021 17:20:33              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:33              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:33              dut.10.240.183.67: flow list 0
29/01/2021 17:20:33              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 17:20:33     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:33     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 17:20:34              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xac8ecce2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:34     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3a8ec41', '0x1'), ('0xac8ecce2', '0x2'), ('0x3a8ec41', '0x1')]
29/01/2021 17:20:34              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 17:20:34              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 17:20:34              dut.10.240.183.67: flow list 0
29/01/2021 17:20:34              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
1	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 17:20:34     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:34     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1",dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.2",dst="192.168.0.1")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.3",dst="192.168.0.8",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.8",dst="192.168.0.3",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.10",dst="192.168.0.20")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.20",dst="192.168.0.10")/ICMP()/("X"*480)']
29/01/2021 17:20:35              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x5b3e7ac9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x5b3e7ac9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe97b0f58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe97b0f58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6f8f23d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6f8f23d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:35     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b3e7ac9', '0x9'), ('0x5b3e7ac9', '0x9'), ('0xe97b0f58', '0x8'), ('0xe97b0f58', '0x8'), ('0xc6f8f23d', '0xd'), ('0xc6f8f23d', '0xd')]
29/01/2021 17:20:35     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:35     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 17:20:37              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x5b3e7ac9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x12452a6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 10: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x12452a6a - RSS queue=0xa - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xa
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:37     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b3e7ac9', '0x9'), ('0x12452a6a', '0xa'), ('0x12452a6a', '0xa')]
29/01/2021 17:20:37              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:37              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
29/01/2021 17:20:37     TestCVLAdvancedIAVFRSSGTPU: Subcase: toeplitz/symmetric with same ptype different UL/DL
29/01/2021 17:20:37              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:37              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:37              dut.10.240.183.67: flow list 0
29/01/2021 17:20:37              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 17:20:37     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:37     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 17:20:38              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xac8ecce2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:38     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3a8ec41', '0x1'), ('0xac8ecce2', '0x2'), ('0x3a8ec41', '0x1')]
29/01/2021 17:20:38              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv4 / end actions rss func symmetric_toeplitz types ipv4 end key_len 0 queues end / end
29/01/2021 17:20:38              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 17:20:38              dut.10.240.183.67: flow list 0
29/01/2021 17:20:38              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
1	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 => RSS
29/01/2021 17:20:38     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:38     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.1",dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.2",dst="192.168.0.1")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.3",dst="192.168.0.8",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.8",dst="192.168.0.3",frag=6)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.10",dst="192.168.0.20")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IP(src="192.168.0.20",dst="192.168.0.10")/ICMP()/("X"*480)']
29/01/2021 17:20:39              dut.10.240.183.67: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x5b3e7ac9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x5b3e7ac9 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe97b0f58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xe97b0f58 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6f8f23d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xc6f8f23d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_ICMP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:39     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x5b3e7ac9', '0x9'), ('0x5b3e7ac9', '0x9'), ('0xe97b0f58', '0x8'), ('0xe97b0f58', '0x8'), ('0xc6f8f23d', '0xd'), ('0xc6f8f23d', '0xd')]
29/01/2021 17:20:39     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:39     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/("X"*480)']
29/01/2021 17:20:40              dut.10.240.183.67: port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0xac8ecce2 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=562 - nb_segs=1 - RSS hash=0x3a8ec41 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:40     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x3a8ec41', '0x1'), ('0xac8ecce2', '0x2'), ('0x3a8ec41', '0x1')]
29/01/2021 17:20:40              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:40              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
29/01/2021 17:20:40     TestCVLAdvancedIAVFRSSGTPU: Subcase: toeplitz/symmetric with different pattern
29/01/2021 17:20:40              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 0 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end
29/01/2021 17:20:40              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:40              dut.10.240.183.67: flow list 0
29/01/2021 17:20:41              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
29/01/2021 17:20:41     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:41     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/UDP(sport=22, dport=13)/("X"*480)']
29/01/2021 17:20:42              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcbc7e350 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xeb64050d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x60901c98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcbc7e350 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:42     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbc7e350', '0x0'), ('0xeb64050d', '0xd'), ('0x60901c98', '0x8'), ('0xcbc7e350', '0x0')]
29/01/2021 17:20:42              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv4 / udp / gtpu / gtp_psc pdu_t is 1 / ipv6 / end actions rss func symmetric_toeplitz types ipv6 end key_len 0 queues end / end
29/01/2021 17:20:42              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 17:20:42              dut.10.240.183.67: flow list 0
29/01/2021 17:20:42              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV4 UDP => RSS
1	0	0	i--	ETH IPV4 UDP GTPU GTP_PSC IPV6 => RSS
29/01/2021 17:20:42     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:42     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888",dst="2222:3333:4444:5555:6666:7777:8888:9999")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="2222:3333:4444:5555:6666:7777:8888:9999",dst="1111:2222:3333:4444:5555:6666:7777:8888")/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:ABCD",dst="1111:2222:3333:4444:5555:6666:7777:1234")/IPv6ExtHdrFragment()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1234",dst="1111:2222:3333:4444:5555:6666:7777:ABCD")/IPv6ExtHdrFragment()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1888",dst="2222:3333:4444:5555:6666:7777:8888:1999")/ICMP()/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="2222:3333:4444:5555:6666:7777:8888:1999",dst="1111:2222:3333:4444:5555:6666:7777:1888")/ICMP()/("X"*480)']
29/01/2021 17:20:43              dut.10.240.183.67: port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x33534b46 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=582 - nb_segs=1 - RSS hash=0x33534b46 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x470a3e51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 1: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x470a3e51 - RSS queue=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_FRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1db64174 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=590 - nb_segs=1 - RSS hash=0x1db64174 - RSS queue=0x4 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:43     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x33534b46', '0x6'), ('0x33534b46', '0x6'), ('0x470a3e51', '0x1'), ('0x470a3e51', '0x1'), ('0x1db64174', '0x4'), ('0x1db64174', '0x4')]
29/01/2021 17:20:43     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:43     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.10.1", dst="192.168.0.2")/UDP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.0.2")/UDP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(src="192.168.0.1", dst="192.168.10.2")/UDP(sport=22, dport=13)/("X"*480)']
29/01/2021 17:20:44              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcbc7e350 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 13: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xeb64050d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0x60901c98 - RSS queue=0x8 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x8
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=570 - nb_segs=1 - RSS hash=0xcbc7e350 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =32913, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:44     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0xcbc7e350', '0x0'), ('0xeb64050d', '0xd'), ('0x60901c98', '0x8'), ('0xcbc7e350', '0x0')]
29/01/2021 17:20:44              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:44              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
29/01/2021 17:20:44     TestCVLAdvancedIAVFRSSGTPU: Subcase: toeplitz/symmetric with different pattern (with/without UL/DL)
29/01/2021 17:20:44              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp l3-dst-only end key_len 0 queues end / end
29/01/2021 17:20:44              dut.10.240.183.67: 
Flow rule #0 created
29/01/2021 17:20:44              dut.10.240.183.67: flow list 0
29/01/2021 17:20:44              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:20:44     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:44     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=13)/("X"*480)']
29/01/2021 17:20:45              dut.10.240.183.67: port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x7c02a822 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0xa113b479 - RSS queue=0x9 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x9
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x7c02a822 - RSS queue=0x2 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:45     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x7c02a822', '0x2'), ('0xa113b479', '0x9'), ('0x7c02a822', '0x2')]
29/01/2021 17:20:45              dut.10.240.183.67: flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc / ipv6 / tcp / end actions rss types ipv6-tcp l4-src-only end key_len 0 queues end / end
29/01/2021 17:20:46              dut.10.240.183.67: 
Flow rule #1 created
29/01/2021 17:20:46              dut.10.240.183.67: flow list 0
29/01/2021 17:20:46              dut.10.240.183.67: 
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
1	0	0	i--	ETH IPV6 UDP GTPU GTP_PSC IPV6 TCP => RSS
29/01/2021 17:20:46     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:46     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=1, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=13)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=13)/("X"*480)']
29/01/2021 17:20:47              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8bd2ab66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8bd2ab66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8bd2ab66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:47     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f74db0', '0x0'), ('0x8bd2ab66', '0x6'), ('0x82f74db0', '0x0'), ('0x82f74db0', '0x0'), ('0x8bd2ab66', '0x6'), ('0x82f74db0', '0x0'), ('0x82f74db0', '0x0'), ('0x8bd2ab66', '0x6'), ('0x82f74db0', '0x0')]
29/01/2021 17:20:47     TestCVLAdvancedIAVFRSSGTPU: ----------send packet-------------
29/01/2021 17:20:47     TestCVLAdvancedIAVFRSSGTPU: ['Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:8888", dst="2222:3333:4444:5555:6666:7777:8888:1111")/TCP(sport=22, dport=23)/("X"*480)', 'Ether(dst="00:11:22:33:44:55")/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="1111:2222:3333:4444:5555:6666:7777:1111", dst="2222:3333:4444:5555:6666:7777:8888:9999")/TCP(sport=12, dport=13)/("X"*480)']
29/01/2021 17:20:48              dut.10.240.183.67: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x82f74db0 - RSS queue=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x0
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 
port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x86dd - length=622 - nb_segs=1 - RSS hash=0x8bd2ab66 - RSS queue=0x6 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN TUNNEL_GTPU INNER_L3_IPV6_EXT_UNKNOWN INNER_L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - VXLAN packet: packet type =32993, Destination UDP port =2152, VNI = 4660 - Receive queue=0x6
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

29/01/2021 17:20:48     TestCVLAdvancedIAVFRSSGTPU: hash_infos: [('0x82f74db0', '0x0'), ('0x82f74db0', '0x0'), ('0x8bd2ab66', '0x6')]
29/01/2021 17:20:48              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:48              dut.10.240.183.67: 
iavf_execute_vf_cmd(): No response or return failure (-5) for cmd 46
iavf_add_del_rss_cfg(): Failed to execute command of OP_DEL_RSS_INPUT_CFG
iavf_hash_destroy(): fail to del RSS configure
iavf_flow_destroy(): Failed to destroy flow
iavf_flow_flush(): Failed to flush flows
port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to delete rss rule.: Operation not permitted
29/01/2021 17:20:48     TestCVLAdvancedIAVFRSSGTPU: Test Case test_toeplitz_symmetric_combination Result PASSED:
29/01/2021 17:20:48              dut.10.240.183.67: flow flush 0
29/01/2021 17:20:49              dut.10.240.183.67: 
testpmd> 
29/01/2021 17:20:49              dut.10.240.183.67: clear port stats all
29/01/2021 17:20:50              dut.10.240.183.67: 

  NIC statistics for port 0 cleared
testpmd> 
29/01/2021 17:20:50              dut.10.240.183.67: stop
29/01/2021 17:20:50              dut.10.240.183.67: 
Telling cores to ...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 12             TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 8              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 5              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
  RX-packets: 2              TX-packets: 0              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 6              TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
29/01/2021 17:20:50                            dts: 
TEST SUITE ENDED: TestCVLAdvancedIAVFRSSGTPU

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code
  2021-02-02  5:33 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code Zhimin Huang
  2021-02-02  5:47 ` Huang, ZhiminX
@ 2021-02-03  6:02 ` Tu, Lijuan
  2021-02-03  6:04 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-02-03  6:02 UTC (permalink / raw)
  To: Huang, ZhiminX, dts; +Cc: Fu, Qi, Huang, ZhiminX

> toeplitz:
> delete destroy rule action, only verified destroy rule successed.
> 
> symmetric:
> modified send pkts type after destroy rule.
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code
  2021-02-02  5:33 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code Zhimin Huang
  2021-02-02  5:47 ` Huang, ZhiminX
  2021-02-03  6:02 ` Tu, Lijuan
@ 2021-02-03  6:04 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-02-03  6:04 UTC (permalink / raw)
  To: Huang, ZhiminX, dts; +Cc: Fu, Qi, Huang, ZhiminX

> toeplitz:
> delete destroy rule action, only verified destroy rule successed.
> 
> symmetric:
> modified send pkts type after destroy rule.
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-03  6:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02  5:33 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss_gtpu:modified destroy rule action and optimized code Zhimin Huang
2021-02-02  5:47 ` Huang, ZhiminX
2021-02-03  6:02 ` Tu, Lijuan
2021-02-03  6:04 ` Tu, Lijuan

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).