[V1,6/8] test_plans/ipgre: modify script and test plan to support i40e fimware > 8.3

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

Commit Message

Weiyuan Li Oct. 7, 2022, 11:53 a.m. UTC
  Modify script and test plan to i40e support fimware > 8.3.
When the fimrware > 8.3, if the filter is to take effect need to enable
extend.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 test_plans/ipgre_test_plan.rst | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst
index 693432ef..4380aa38 100644
--- a/test_plans/ipgre_test_plan.rst
+++ b/test_plans/ipgre_test_plan.rst
@@ -55,6 +55,7 @@  Start testpmd and enable rxonly forwarding mode::
 
     ./<build_target>/app/dpdk-testpmd -c ffff -n 4 -- -i --enable-hw-vlan
     testpmd> set fwd rxonly
+    testpmd> vlan set extend off 0
     testpmd> set verbose 1
     testpmd> start