[dts][PATCH V1 08/12] test_plans/kernelpf_iavf: update dts code for dpdk csum change

Weiyuan Li weiyuanx.li at intel.com
Mon Jul 18 04:54:43 CEST 2022


According to dpdk commit 9b4ea7ae77fa(app/testpmd: revert MAC update in checksum forwarding) modify
the script adapt to this chagne.

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

diff --git a/test_plans/kernelpf_iavf_test_plan.rst b/test_plans/kernelpf_iavf_test_plan.rst
index 8c7d1ad5..18c59964 100644
--- a/test_plans/kernelpf_iavf_test_plan.rst
+++ b/test_plans/kernelpf_iavf_test_plan.rst
@@ -330,6 +330,11 @@ Change mtu for large packet::
 
    ifconfig 'tester interface' mtu 9000
 
+IP link set VF trust on and spoofchk off on DUT::
+
+   ip link set $PF_INTF vf 0 trust on
+   ip link set $PF_INTF vf 0 spoofchk off
+
 Launch the ``testpmd`` with the following arguments, add "--max-pkt-len"
 for large packet::
 
-- 
2.27.0



More information about the dts mailing list