test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/ice_rss_configure: modify sctp pkt
@ 2022-06-08  4:52 Yaqi Tang
  2022-06-15  9:02 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Yaqi Tang @ 2022-06-08  4:52 UTC (permalink / raw)
  To: dts; +Cc: Yaqi Tang

sctp pkt is incorrectly written as TCP, so TCP is modified to SCTP.

Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
 tests/TestSuite_ice_rss_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ice_rss_configure.py b/tests/TestSuite_ice_rss_configure.py
index 28821269..14c1dc87 100644
--- a/tests/TestSuite_ice_rss_configure.py
+++ b/tests/TestSuite_ice_rss_configure.py
@@ -21,7 +21,7 @@ mac_ipv6_tcp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IPv6(src="2001::2", dst
 mac_ipv4_udp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IP(src="192.168.0.2", dst="192.168.0.3")/UDP(sport=1026, dport=1027)/("X"*480)'
 mac_ipv6_udp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IPv6(src="2001::2", dst="2001::3")/UDP(sport=1026, dport=1027)/("X"*480)'
 mac_ipv4_sctp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IP(src="192.168.0.2", dst="192.168.0.3")/SCTP(sport=1026, dport=1027)/("X"*480)'
-mac_ipv6_sctp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IPv6(src="2001::2", dst="2001::3")/TCP(sport=1026, dport=1027)/("X"*480)'
+mac_ipv6_sctp_basic_pkt = 'Ether(dst="00:00:00:00:01:00")/IPv6(src="2001::2", dst="2001::3")/SCTP(sport=1026, dport=1027)/("X"*480)'
 
 mac_ipv4_changed_pkt = [
     'Ether(dst="00:00:00:00:01:00")/IP(src="192.168.0.2", dst="192.168.0.5")/("X"*480)',
-- 
2.25.1


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

* [dts][PATCH V1] tests/ice_rss_configure: modify sctp pkt
  2022-06-08  4:52 [dts][PATCH V1] tests/ice_rss_configure: modify sctp pkt Yaqi Tang
@ 2022-06-15  9:02 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-15  9:02 UTC (permalink / raw)
  To: dts, Yaqi Tang; +Cc: Yaqi Tang

On Wed,  8 Jun 2022 04:52:36 +0000, Yaqi Tang <yaqi.tang@intel.com> wrote:
> sctp pkt is incorrectly written as TCP, so TCP is modified to SCTP.
> 
> Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>


Applied, thanks

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

end of thread, other threads:[~2022-06-15  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  4:52 [dts][PATCH V1] tests/ice_rss_configure: modify sctp pkt Yaqi Tang
2022-06-15  9:02 ` lijuan.tu

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).