* Re: [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed
2021-06-18 16:43 [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed Qin Sun
@ 2021-06-18 8:37 ` Sun, QinX
2021-07-26 5:33 ` Tu, Lijuan
0 siblings, 1 reply; 4+ messages in thread
From: Sun, QinX @ 2021-06-18 8:37 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
> -----Original Message-----
> From: Sun, QinX <qinx.sun@intel.com>
> Sent: Saturday, June 19, 2021 12:44 AM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed
Tested-by: Qin Sun <qinx.sun@intel.com>
[-- Attachment #2: TestIAVFFdir.log --]
[-- Type: application/octet-stream, Size: 1592569 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed
@ 2021-06-18 16:43 Qin Sun
2021-06-18 8:37 ` Sun, QinX
0 siblings, 1 reply; 4+ messages in thread
From: Qin Sun @ 2021-06-18 16:43 UTC (permalink / raw)
To: dts; +Cc: Qin Sun
according to ice driver commit 4a5ce42734d7(the flow of ETH type should be supported),
so remove the rule from the unsupport rule list
Signed-off-by: Qin Sun <qinx.sun@intel.com>
---
tests/TestSuite_iavf_fdir.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index 27f92f80..852c7415 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -2973,7 +2973,6 @@ class TestIAVFFdir(TestCase):
"""
rule = ["flow create 0 ingress pattern eth / ipv4 / udp / gtpu teid is 0x12345678 / gtp_psc qfi is 0x34 / end actions drop / end",
"flow create 0 ingress pattern eth / ipv4 / udp / pfcp s_field is 0 / end actions queue index 1 / end",
- "flow create 0 ingress pattern eth type is 0x8863 / end actions queue index 1 / mark id 1 / end",
"flow create 0 ingress pattern eth / ipv4 / l2tpv3oip session_id is 17 / end actions rss queues 1 2 end / mark id 6 / end",
"flow create 0 ingress pattern eth / ipv6 / udp / esp spi is 6 / end actions rss queues 1 2 end / mark id 6 / end"]
self.launch_testpmd()
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed
2021-06-18 8:37 ` Sun, QinX
@ 2021-07-26 5:33 ` Tu, Lijuan
0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-07-26 5:33 UTC (permalink / raw)
To: Sun, QinX, dts
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Sun, QinX
> Sent: 2021年6月18日 16:38
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice
> driver changed
>
> > -----Original Message-----
> > From: Sun, QinX <qinx.sun@intel.com>
> > Sent: Saturday, June 19, 2021 12:44 AM
> > To: dts@dpdk.org
> > Cc: Sun, QinX <qinx.sun@intel.com>
> > Subject: [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice
> driver changed
>
> Tested-by: Qin Sun <qinx.sun@intel.com>
Applied
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed
@ 2021-06-18 16:31 Qin Sun
0 siblings, 0 replies; 4+ messages in thread
From: Qin Sun @ 2021-06-18 16:31 UTC (permalink / raw)
To: dts; +Cc: Qin Sun
according to ice driver commit 4a5ce42734d, the flow of ETH type should be supported by os pkg,
so remove the rule from the unsupport rule list
Signed-off-by: Qin Sun <qinx.sun@intel.com>
---
tests/TestSuite_iavf_fdir.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index 27f92f80..852c7415 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -2973,7 +2973,6 @@ class TestIAVFFdir(TestCase):
"""
rule = ["flow create 0 ingress pattern eth / ipv4 / udp / gtpu teid is 0x12345678 / gtp_psc qfi is 0x34 / end actions drop / end",
"flow create 0 ingress pattern eth / ipv4 / udp / pfcp s_field is 0 / end actions queue index 1 / end",
- "flow create 0 ingress pattern eth type is 0x8863 / end actions queue index 1 / mark id 1 / end",
"flow create 0 ingress pattern eth / ipv4 / l2tpv3oip session_id is 17 / end actions rss queues 1 2 end / mark id 6 / end",
"flow create 0 ingress pattern eth / ipv6 / udp / esp spi is 6 / end actions rss queues 1 2 end / mark id 6 / end"]
self.launch_testpmd()
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-26 5:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 16:43 [dts] [PATCH V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed Qin Sun
2021-06-18 8:37 ` Sun, QinX
2021-07-26 5:33 ` Tu, Lijuan
-- strict thread matches above, loose matches on Subject: below --
2021-06-18 16:31 Qin Sun
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).