@@ -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
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@intel.com> --- test_plans/vf_vlan_test_plan.rst | 8 ++++++++ 1 file changed, 8 insertions(+)