X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftestpmd_app_ug%2Ftestpmd_funcs.rst;h=b9a99e40058cfdca3d0ff5f6bda300620d9907ad;hb=42d0baaea576542fadff2008489a6fea16b8afeb;hp=232b95e8802bcc292ff34b2c79088d2dd123dcf8;hpb=cac4821929d4e5132a629e431a5be413989caa13;p=dpdk.git diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 232b95e880..b9a99e4005 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -900,6 +900,13 @@ Set TX max absolute bandwidth (Mbps) for a VF from PF:: testpmd> set vf tx max-bandwidth (port_id) (vf_id) (max_bandwidth) +set tc tx min bandwidth (for VF) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Set all TCs' TX min relative bandwidth (%) for a VF from PF:: + + testpmd> set vf tc tx min-bandwidth (port_id) (vf_id) (bw1, bw2, ...) + set flow_ctrl rx ~~~~~~~~~~~~~~~~