test suite reviews and discussions
 help / color / mirror / Atom feed
From: Song Jiale <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Song Jiale <songx.jiale@intel.com>
Subject: [dts] [PATCH V1 2/2] test_plans/kernelpf_iavf: adapt to the intree kernel driver
Date: Mon, 30 Jan 2023 11:12:26 +0000	[thread overview]
Message-ID: <20230130111226.4004219-2-songx.jiale@intel.com> (raw)
In-Reply-To: <20230130111226.4004219-1-songx.jiale@intel.com>

the intree kernel driver cannot set "vf-vlan-running", modify the
testplan to adapt to this difference.

Signed-off-by: Song Jiale <songx.jiale@intel.com>
---
 test_plans/kernelpf_iavf_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/kernelpf_iavf_test_plan.rst b/test_plans/kernelpf_iavf_test_plan.rst
index 5b91d38b..b708c75b 100644
--- a/test_plans/kernelpf_iavf_test_plan.rst
+++ b/test_plans/kernelpf_iavf_test_plan.rst
@@ -394,7 +394,7 @@ Test case: IAVF DUAL VLAN filtering
     sendp([Ether(dst="00:11:22:33:44:11",type=0x8100)/Dot1Q(vlan=1,type=0x8100)/Dot1Q(vlan=2,type=0x0800)/IP(src="196.222.232.221")/("X"*480)], iface="ens786f0")
     sendp([Ether(dst="00:11:22:33:44:11",type=0x8100)/Dot1Q(vlan=1,type=0x0800)/IP(src="196.222.232.221")/("X"*480)], iface="ens786f0")
 
-4. check the pkts can't be received in VF.
+4. check the pkts can't be received in VF, but if the kernel cannot set ``vf-vlan-pruning``, check can receive 2 pkts in VF.
 
 5. add rx_vlan in VF::
 
@@ -428,7 +428,7 @@ Test case: IAVF DUAL VLAN filtering
 
     testpmd> rx_vlan rm 1 0
 
-10. repeat step 3, check the pkts can not be received by VF.
+10. repeat step 3, check the pkts can not be received by VF, but if the kernel cannot set ``vf-vlan-pruning``, check can receive 2 pkts in VF.
 
 
 Test case: IAVF DUAL VLAN header stripping
-- 
2.25.1


  reply	other threads:[~2023-01-30  3:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 11:12 [dts] [PATCH V1 1/2] tests/kernelpf_iavf: modify script to adapt " Song Jiale
2023-01-30 11:12 ` Song Jiale [this message]
2023-03-07  3:49   ` [dts] [PATCH V1 2/2] test_plans/kernelpf_iavf: adapt to " lijuan.tu

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=20230130111226.4004219-2-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).