test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [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
  2020-10-21  2:34 [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 sunqin
@ 2020-10-20  2:47 ` Sun, QinX
  2020-10-22  7:18 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Sun, QinX @ 2020-10-20  2:47 UTC (permalink / raw)
  To: Sun, QinX, dts

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

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

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

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

* [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
@ 2020-10-21  2:34 sunqin
  2020-10-20  2:47 ` Sun, QinX
  2020-10-22  7:18 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: sunqin @ 2020-10-21  2:34 UTC (permalink / raw)
  To: dts; +Cc: sunqin

Signed-off-by: sunqin <qinx.sun@intel.com>
---
 tests/TestSuite_cvl_fdir.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)',
-- 
2.25.1


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

* Re: [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
  2020-10-21  2:34 [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 sunqin
  2020-10-20  2:47 ` Sun, QinX
@ 2020-10-22  7:18 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-10-22  7:18 UTC (permalink / raw)
  To: Sun, QinX, dts; +Cc: Sun, QinX

> 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


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

end of thread, other threads:[~2020-10-22  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21  2:34 [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 sunqin
2020-10-20  2:47 ` Sun, QinX
2020-10-22  7:18 ` 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).