[dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP

Jiale Song songx.jiale at intel.com
Tue Jun 27 19:11:26 CEST 2023


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 at 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



More information about the dts mailing list