[V3,5/8] test_plans/vlan_ethertype_config: modify script and test plan to support i40e fimware >= 8.4

Message ID 20221121080509.10128-5-weiyuanx.li@intel.com (mailing list archive)
State Superseded
Headers
Series [V3,1/8] test_plans/dual_vlan: modify script and test plan to support i40e fimware >= 8.4 |

Commit Message

Weiyuan Li Nov. 21, 2022, 8:05 a.m. UTC
  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.

 test_plans/vlan_ethertype_config_test_plan.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Patch

diff --git a/test_plans/vlan_ethertype_config_test_plan.rst b/test_plans/vlan_ethertype_config_test_plan.rst
index 80a6ee28..c67e8420 100644
--- a/test_plans/vlan_ethertype_config_test_plan.rst
+++ b/test_plans/vlan_ethertype_config_test_plan.rst
@@ -52,6 +52,9 @@  Test Case 2: test VLAN filtering on/off
       testpmd> vlan set filter on 0
       testpmd> start
 
+      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
+
 2. Send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``,
    Verify that the VLAN packet cannot be received in port ``B``.
 
@@ -77,6 +80,9 @@  Test Case 3: test adding VLAN Tag Identifier with changing VLAN TPID
       testpmd> vlan set strip off 0
       testpmd> start
 
+      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
+
 2. Add a VLAN Tag Identifier ``16`` on port ``0``::
 
       testpmd> rx_vlan add 16 0