[dts][PATCH V1 1/2] test_plans/vf_vlan: optimize script test step rx does not support IXGBE

Weiyuan Li weiyuanx.li at intel.com
Fri Feb 3 07:25:11 CET 2023


The ixgbe kernel driver does not support rx path hw vlan, parameter "--enable-hw-vlan" not support nic IXGBE_10G-82599_SFP.

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 test_plans/vf_vlan_test_plan.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst
index 0cf946d0..d6f8f40d 100644
--- a/test_plans/vf_vlan_test_plan.rst
+++ b/test_plans/vf_vlan_test_plan.rst
@@ -167,6 +167,10 @@ Test case4: VF tagged vlan rx
      testpmd> set verbose 1
      testpmd> start
 
+.. note::
+
+     parameter "--enable-hw-vlan" not support nic: IXGBE_10G-82599_SFP.
+
 3. Send packet without vlan and check packet received
 
 4. Send packet with vlan 0 and check packet received
@@ -198,6 +202,10 @@ Test case5: VF Vlan strip test
      testpmd> set verbose 1
      testpmd> start
 
+.. note::
+
+     parameter "--enable-hw-vlan" not support nic: IXGBE_10G-82599_SFP.
+
 2. Add tagged vlan 1 on VF0::
 
      testpmd> rx_vlan add 1 0
-- 
2.25.1



More information about the dts mailing list