[4/5] test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase

Message ID 20200907164929.51247-5-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series update test plan to sync with testcase |

Commit Message

Ling, WeiX Sept. 7, 2020, 4:49 p.m. UTC
  Signed-off-by: lingwei <weix.ling@intel.com>
---
 test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Patch

diff --git a/test_plans/vf_l3fwd_test_plan.rst b/test_plans/vf_l3fwd_test_plan.rst
index 8b51cef..6d816dd 100644
--- a/test_plans/vf_l3fwd_test_plan.rst
+++ b/test_plans/vf_l3fwd_test_plan.rst
@@ -82,6 +82,15 @@  Prerequisites
       | NIC-2,Port-1  ---  TG,Port-2 |
       +------------------------------+
 
+* Case config:
+    For test vf_l3fwd perf, need to set "define RTE_TEST_RX_DESC_DEFAULT 2048" and "define RTE_TEST_TX_DESC_DEFAULT 2048"
+    in ./examples/l3fwd/l3fwd.h and re-build l3fwd.
+  Note:
+    Only FVL need to change code to support iavf, when dpdk use iavf as default vf driver, no need to change code.
+    If test iavf on FVL, need to change "{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_ADAPTIVE_VF) }" to
+    "a { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF) }" in ./drivers/net/iavf/iavf_ethdev.c,
+    and set "I40E_DEV_ID_VF 0x164C" in ./drivers/net/i40e/base/i40e_devids.h and re-build DPDK.
+
 Setup overview
 ==============