[V1,2/5] test_plans/ddp_gtp: add note

Message ID 20230420070506.10015-3-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series skip DPDK PF as host related cases |

Commit Message

Lingli Chen April 20, 2023, 7:05 a.m. UTC
  add bind port note

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 test_plans/ddp_gtp_test_plan.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/test_plans/ddp_gtp_test_plan.rst b/test_plans/ddp_gtp_test_plan.rst
index 2dd44640..8275e355 100644
--- a/test_plans/ddp_gtp_test_plan.rst
+++ b/test_plans/ddp_gtp_test_plan.rst
@@ -55,6 +55,10 @@  Prerequisites
 
     ./<build>/app/dpdk-testpmd -c f -n 4 -- -i --port-topology=chained --txq=64 --rxq=64
 
+.. note::
+
+    if test DPDK PF + DPDK VF, bind port to igb_uio,
+    if only test PF, bind pf port to vfio-pci or igb_uio.
 
 Test Case: Load dynamic device personalization 
 ================================================