From: Weiyuan Li <weiyuanx.li@intel.com>
To: dts@dpdk.org
Cc: Weiyuan Li <weiyuanx.li@intel.com>, Song Jiale <songx.jiale@intel.com>
Subject: [dts][PATCH V5 7/8] test_plans/vlan: modify script and test plan to support i40e fimware >= 8.4
Date: Tue, 22 Nov 2022 16:22:05 +0800 [thread overview]
Message-ID: <20221122082206.12559-7-weiyuanx.li@intel.com> (raw)
In-Reply-To: <20221122082206.12559-1-weiyuanx.li@intel.com>
Modify script and test plan to i40e support fimware >= 8.4.
When the fimrware >= 8.4, if the filter is to take effect need to enable
extend.
Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
Tested-by: Song Jiale <songx.jiale@intel.com>
v2:
-use the firmware version to judge whether to add command `extend on`.
v3:
-modify description.
v4:
-modify comments.
-dual_vlan test plan modify table and add header.
v5:
-fix some typos.
test_plans/vlan_test_plan.rst | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rst
index 6e2bf74e..394b3ba4 100644
--- a/test_plans/vlan_test_plan.rst
+++ b/test_plans/vlan_test_plan.rst
@@ -61,6 +61,11 @@ Enable the receipt of VLAN packets with VLAN Tag Identifier 1 on port 0::
testpmd> rx_vlan add 1 0
testpmd> vlan set strip off 0
+
+ Due to the kernel enables Qinq and cannot be closed, the DPDK only add `extend on` to make the VLAN filter
+ work normally. Therefore, if the i40e firmware version >= 8.4 the DPDK can only add `extend on` to make the VLAN filter work normally:
+ testpmd> vlan set extend on 0
+
testpmd> start
rxonly packet forwarding - CRC stripping disabled - packets/burst=32
nb forwarding cores=1 - nb forwarding ports=10
@@ -111,7 +116,11 @@ Test Case: Disable receipt of VLAN packets
Disable the receipt of VLAN packets with Tag Identifier ``1`` on port 0.
Send VLAN packets with the Tag Identifier ``1`` check that no packet is received
on port ``B``, meaning that VLAN packets are now dropped on port 0::
-
+
+ Due to the kernel enables Qinq and cannot be closed, the DPDK only add `extend on` to make the VLAN filter
+ work normally. Therefore, if the i40e firmware version >= 8.4 the DPDK can only add `extend on` to make the VLAN filter work normally:
+ testpmd> vlan set extend on 0
+
testpmd> rx_vlan rm 1 0
testpmd> start
rxonly packet forwarding - CRC stripping disabled - packets/burst=32
--
2.27.0
next prev parent reply other threads:[~2022-11-22 8:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-22 8:21 [dts][PATCH V5 1/8] test_plans/dual_vlan: " Weiyuan Li
2022-11-22 8:22 ` [dts][PATCH V5 2/8] tests/dual_vlan: " Weiyuan Li
2022-11-22 8:22 ` [dts][PATCH V5 3/8] test_plans/ipgre: " Weiyuan Li
2022-11-22 8:22 ` [dts][PATCH V5 4/8] tests/ipgre: " Weiyuan Li
2022-11-22 8:22 ` [dts][PATCH V5 5/8] test_plans/vlan_ethertype_config: " Weiyuan Li
2022-11-22 8:22 ` [dts][PATCH V5 6/8] tests/vlan_ethertype_config: " Weiyuan Li
2022-11-22 8:22 ` Weiyuan Li [this message]
2022-11-22 8:22 ` [dts][PATCH V5 8/8] tests/vlan: " Weiyuan Li
2022-11-23 2:54 ` 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=20221122082206.12559-7-weiyuanx.li@intel.com \
--to=weiyuanx.li@intel.com \
--cc=dts@dpdk.org \
--cc=songx.jiale@intel.com \
/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).