test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP
@ 2023-06-27 17:11 Jiale Song
  0 siblings, 0 replies; 2+ messages in thread
From: Jiale Song @ 2023-06-27 17:11 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

the creation of rules requires the consumption of recipe resources.
after reloading ice, the remaining recipe resources of comms DDP are
less than those of os DDP. therefore, sometimes when using comms DDP,
there may be situations where rule creation fails due to insufficient
recipe resources. modify the sub use case test sequence to reduce the
consumption of recipe resources to support comms DDP.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_ice_dcf_dual_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ice_dcf_dual_vlan.py b/tests/TestSuite_ice_dcf_dual_vlan.py
index 9fb42df7..798eb22c 100644
--- a/tests/TestSuite_ice_dcf_dual_vlan.py
+++ b/tests/TestSuite_ice_dcf_dual_vlan.py
@@ -119,9 +119,9 @@ mac_qinq_ipv6_pay_dest_mac = {
 }
 
 mac_qinq_ipv6_pay = [
+    mac_qinq_ipv6_pay_dest_mac,
     mac_qinq_ipv6_pay_src_ip,
     mac_qinq_ipv6_pay_dst_ip,
-    mac_qinq_ipv6_pay_dest_mac,
 ]
 
 mac_qinq_pppoe_pay = [
-- 
2.25.1


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

* [dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP
@ 2023-06-27 17:16 Jiale Song
  0 siblings, 0 replies; 2+ messages in thread
From: Jiale Song @ 2023-06-27 17:16 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

creating a rule requires consuming recipe resources. after reloading
ice, the remaining recipe resources of comms DDP are less than those 
of os DDP. therefore, sometimes when using comms DDP, there may be
situations where rule creation fails due to insufficient recipe
resources. modify the sub use case test sequence to reduce the
consumption of recipe resources to support comms DDP.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_ice_dcf_dual_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ice_dcf_dual_vlan.py b/tests/TestSuite_ice_dcf_dual_vlan.py
index 9fb42df7..798eb22c 100644
--- a/tests/TestSuite_ice_dcf_dual_vlan.py
+++ b/tests/TestSuite_ice_dcf_dual_vlan.py
@@ -119,9 +119,9 @@ mac_qinq_ipv6_pay_dest_mac = {
 }
 
 mac_qinq_ipv6_pay = [
+    mac_qinq_ipv6_pay_dest_mac,
     mac_qinq_ipv6_pay_src_ip,
     mac_qinq_ipv6_pay_dst_ip,
-    mac_qinq_ipv6_pay_dest_mac,
 ]
 
 mac_qinq_pppoe_pay = [
-- 
2.25.1


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

end of thread, other threads:[~2023-06-27  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 17:11 [dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP Jiale Song
2023-06-27 17:16 Jiale Song

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