test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP
Date: Wed, 28 Jun 2023 01:11:26 +0800	[thread overview]
Message-ID: <20230627171126.149563-1-songx.jiale@intel.com> (raw)

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


             reply	other threads:[~2023-06-27  8:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27 17:11 Jiale Song [this message]
2023-06-27 17:16 Jiale Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230627171126.149563-1-songx.jiale@intel.com \
    --to=songx.jiale@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).