[V1] tests/TestSuite_cvl_fdir.py According to dpdk commit 934fd00c9389 known this packet does not match the rule any more, so remove it

Message ID 20201021023414.171362-1-qinx.sun@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_cvl_fdir.py According to dpdk commit 934fd00c9389 known this packet does not match the rule any more, so remove it |

Commit Message

Sun, QinX Oct. 21, 2020, 2:34 a.m. UTC
  Signed-off-by: sunqin <qinx.sun@intel.com>
---
 tests/TestSuite_cvl_fdir.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Sun, QinX Oct. 20, 2020, 2:47 a.m. UTC | #1
Test-by: sunqin <qinx.sun@intel.com>

> -----Original Message-----
> From: sunqin <qinx.sun@intel.com>
> Sent: Wednesday, October 21, 2020 10:34 AM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_cvl_fdir.py According to dpdk
  
Tu, Lijuan Oct. 22, 2020, 7:18 a.m. UTC | #2
> Subject: [dts] [PATCH V1] tests/TestSuite_cvl_fdir.py According to dpdk commit
> 934fd00c9389 known this packet does not match the rule any more, so remove
> it
> 
> Signed-off-by: sunqin <qinx.sun@intel.com>

Applied with comments changed.

Please split your subject with comments next time.

E.g. 
Subject: tests/cvl_fdir: remove unmatched flow
Content:  According to dpdk commit 934fd00c9389 known this packet does not match the rule any more, so remove it
  

Patch

diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py
index e5a9c71..53a5620 100644
--- a/tests/TestSuite_cvl_fdir.py
+++ b/tests/TestSuite_cvl_fdir.py
@@ -276,7 +276,7 @@  MAC_IPV4_GTPU = {
         'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/IPv6()/UDP()/Raw("x"*20)',
         'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP( dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/IPv6()/TCP(sport=22, dport=23)/Raw("x"*20)',
         'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/IPv6()/ICMP()/Raw("x"*20)',
-        'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/GTP_PDUSession_ExtensionHeader(pdu_type=0, qos_flow=0x35)/IP()/Raw("x"*20)'],
+        ],
     "unmatched": [
         'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/Raw("x"*20)',
         'Ether(src="a4:bf:01:51:27:ca", dst="00:11:22:33:44:55")/IP(src="192.168.0.20", dst="192.168.0.21")/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x12345678)/IP()/SCTP()/Raw("x"*20)',