doc/testpmd: update need for pf in tm

Message ID 20181015080033.36183-1-vipin.varghese@intel.com (mailing list archive)
State Rejected, archived
Delegated to: Cristian Dumitrescu
Headers
Series doc/testpmd: update need for pf in tm |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Varghese, Vipin Oct. 15, 2018, 8 a.m. UTC
  TM test under testpmd is only supported for PF driver for ethernet
NIC in dpdk.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index cbf6a5264..4cccf0c25 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2419,7 +2419,7 @@  Traffic Management
 ------------------
 
 The following section shows functions for configuring traffic management on
-on the ethernet device through the use of generic TM API.
+on the ethernet device with PF driver through the use of generic TM API.
 
 show port traffic management capability
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~