[2/5] test_plans/pmd_test_plan:update test plan to sync with testcase
Commit Message
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/pmd_test_plan.rst | 7 +++++++
1 file changed, 7 insertions(+)
@@ -80,6 +80,13 @@ If using igb_uio::
modprobe igb_uio
usertools/dpdk-devbind.py --bind=igb_uio device_bus_id
+Case config::
+ For FVL40g, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
+
+ For CVL25G, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
+
Test Case: Packet Checking
==========================