* [dts] [PATCH V2 1/2] test_plans/iavf_fdir_test_plan:modify unmatch pkt in pkt list @ 2021-09-29 15:33 Zhimin Huang 2021-09-29 15:33 ` [dts] [PATCH V2 2/2] tests/iavf_fdir:modify " Zhimin Huang 0 siblings, 1 reply; 4+ messages in thread From: Zhimin Huang @ 2021-09-29 15:33 UTC (permalink / raw) To: dts; +Cc: Zhimin Huang For gtpu sctp,sync with dev,it's not customer requirement, thus remove gtpu sctp pkts. For gtpu without inner ipv4/6,these PTYPEs were added the recent DDP file,so add to match pkt list. Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com> --- test_plans/iavf_fdir_test_plan.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst index 62d0ad12..935cfbbd 100644 --- a/test_plans/iavf_fdir_test_plan.rst +++ b/test_plans/iavf_fdir_test_plan.rst @@ -453,15 +453,13 @@ Send packets p_gtpu8 = 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=1, qos_flow=0x34)/IPv6()/UDP()/Raw('x'*20) p_gtpu9 = 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=1, qos_flow=0x34)/IPv6()/TCP(sport=22,dport=23)/Raw('x'*20) p_gtpu10 = 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=1, qos_flow=0x34)/IPv6()/ICMP()/Raw('x'*20) + p_gtpu11 = 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=1, qos_flow=0x34)/Raw('x'*20) mismatched packets:: - p_gtpu11 = 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=1, qos_flow=0x34)/IP()/SCTP()/Raw('x'*20) - p_gtpu12 = 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=1, qos_flow=0x34)/IPv6()/SCTP()/Raw('x'*20) - p_gtpu13 = 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=0x1234567)/GTP_PDUSession_ExtensionHeader(pdu_type=1, qos_flow=0x34)/IP()/Raw('x'*20) - p_gtpu14 = 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=1, qos_flow=0x35)/IP()/Raw('x'*20) - p_gtpu15 = 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()/Raw('x'*20) - p_gtpu16 = 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=1, qos_flow=0x34)/Raw('x'*20) + p_gtpu12 = 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=0x1234567)/GTP_PDUSession_ExtensionHeader(pdu_type=1, qos_flow=0x34)/IP()/Raw('x'*20) + p_gtpu13 = 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=1, qos_flow=0x35)/IP()/Raw('x'*20) + p_gtpu14 = 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()/Raw('x'*20) * MAC_IPV4_GTPU @@ -477,12 +475,10 @@ Send packets p_gtpu8 = 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) p_gtpu9 = 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) p_gtpu10 = 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) + p_gtpu11 = 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) mismatched packets:: - p_gtpu12 = 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) - p_gtpu13 = 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) - p_gtpu14 = 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()/SCTP()/Raw('x'*20) p_gtpu15 = 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=0x1234567)/IP()/Raw('x'*20) * MAC_IPV6_GTPU_EH @@ -7292,4 +7288,4 @@ Subcase 6: MAC_IPV6_GRE_IPV6_UDP mark ------------------------------------- each subcase is the same as the subcase of Test case: MAC_IPV6_GRE_IPV6_TCP pattern, just only pattern is different, -replace "tcp" with "udp" in all the subcases \ No newline at end of file +replace "tcp" with "udp" in all the subcases -- 2.17.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in pkt list 2021-09-29 15:33 [dts] [PATCH V2 1/2] test_plans/iavf_fdir_test_plan:modify unmatch pkt in pkt list Zhimin Huang @ 2021-09-29 15:33 ` Zhimin Huang 2021-10-26 2:58 ` Lin, Xueqin 0 siblings, 1 reply; 4+ messages in thread From: Zhimin Huang @ 2021-09-29 15:33 UTC (permalink / raw) To: dts; +Cc: Zhimin Huang For gtpu sctp,sync with dev,it's not customer requirement, thus remove gtpu sctp pkts. For gtpu without inner ipv4/6,these PTYPEs were added the recent DDP file,so add to match pkt list. Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com> --- tests/TestSuite_iavf_fdir.py | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py index 7f8dace3..20126297 100755 --- a/tests/TestSuite_iavf_fdir.py +++ b/tests/TestSuite_iavf_fdir.py @@ -189,14 +189,12 @@ MAC_IPV4_GTPU_EH = { '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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6(nh=44)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/Raw("x"*20)'], "mismatch": [ - '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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IP()/SCTP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/SCTP()/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=0x1234567)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x35)/IP()/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()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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()/Raw("x"*20)',] } MAC_IPV4_GTPU = { @@ -210,11 +208,9 @@ 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(nh=44)/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()/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)/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)/Raw("x"*20)',], "mismatch": [ - '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)', - '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()/SCTP()/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=0x1234567)/IP()/Raw("x"*20)'] } -- 2.17.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in pkt list 2021-09-29 15:33 ` [dts] [PATCH V2 2/2] tests/iavf_fdir:modify " Zhimin Huang @ 2021-10-26 2:58 ` Lin, Xueqin 2021-10-26 3:06 ` Tu, Lijuan 0 siblings, 1 reply; 4+ messages in thread From: Lin, Xueqin @ 2021-10-26 2:58 UTC (permalink / raw) To: Huang, ZhiminX, dts; +Cc: Huang, ZhiminX > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang > Sent: Wednesday, September 29, 2021 11:33 PM > To: dts@dpdk.org > Cc: Huang, ZhiminX <zhiminx.huang@intel.com> > Subject: [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in pkt list > > For gtpu sctp,sync with dev,it's not customer requirement, thus remove gtpu > sctp pkts. > For gtpu without inner ipv4/6,these PTYPEs were added the recent DDP > file,so add to match pkt list. > > Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com> Acked-by: Xueqin Lin <xueqin.lin@intel.com> > --- > tests/TestSuite_iavf_fdir.py | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > > diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py index > 7f8dace3..20126297 100755 > --- a/tests/TestSuite_iavf_fdir.py > +++ b/tests/TestSuite_iavf_fdir.py > @@ -189,14 +189,12 @@ MAC_IPV4_GTPU_EH = { > '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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6(nh= > 44)/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/U > DP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/TC > P(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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/IC > MP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/IC > MP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/Raw("x"* > 2 > + 0)'], > "mismatch": [ > - '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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IP()/SCTP > ()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IPv6()/SC > TP()/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=0x1234567)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/IP()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x35)/IP()/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()/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)/GTPPDUSessionContainer(type=1,P=1,QFI=0x34)/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()/Raw("x"*20)',] > } > > MAC_IPV4_GTPU = { > @@ -210,11 +208,9 @@ 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(nh=44)/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()/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)/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)/Raw("x"*20)',], > "mismatch": [ > - '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)', > - '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()/SCTP()/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=0x1234567)/IP()/Raw("x"*20)'] > } > > -- > 2.17.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in pkt list 2021-10-26 2:58 ` Lin, Xueqin @ 2021-10-26 3:06 ` Tu, Lijuan 0 siblings, 0 replies; 4+ messages in thread From: Tu, Lijuan @ 2021-10-26 3:06 UTC (permalink / raw) To: Lin, Xueqin, Huang, ZhiminX, dts; +Cc: Huang, ZhiminX > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Lin, Xueqin > Sent: 2021年10月26日 10:58 > To: Huang, ZhiminX <zhiminx.huang@intel.com>; dts@dpdk.org > Cc: Huang, ZhiminX <zhiminx.huang@intel.com> > Subject: Re: [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in pkt list > > > -----Original Message----- > > From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang > > Sent: Wednesday, September 29, 2021 11:33 PM > > To: dts@dpdk.org > > Cc: Huang, ZhiminX <zhiminx.huang@intel.com> > > Subject: [dts] [PATCH V2 2/2] tests/iavf_fdir:modify unmatch pkt in > > pkt list > > > > For gtpu sctp,sync with dev,it's not customer requirement, thus remove > > gtpu sctp pkts. > > For gtpu without inner ipv4/6,these PTYPEs were added the recent DDP > > file,so add to match pkt list. > > > > Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com> > Acked-by: Xueqin Lin <xueqin.lin@intel.com> Applied ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-26 3:07 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-09-29 15:33 [dts] [PATCH V2 1/2] test_plans/iavf_fdir_test_plan:modify unmatch pkt in pkt list Zhimin Huang 2021-09-29 15:33 ` [dts] [PATCH V2 2/2] tests/iavf_fdir:modify " Zhimin Huang 2021-10-26 2:58 ` Lin, Xueqin 2021-10-26 3:06 ` 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).