X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftestpmd_app_ug%2Ftestpmd_funcs.rst;h=232b95e8802bcc292ff34b2c79088d2dd123dcf8;hb=cac4821929d4e5132a629e431a5be413989caa13;hp=bdc6a14df2408a5189c39208aca2fffb1fc7e180;hpb=04c8542f96f7341bbd57f24283231e4599b7c30d;p=dpdk.git diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index bdc6a14df2..232b95e880 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -893,6 +893,13 @@ In promiscuous mode packets are not dropped if they aren't for the specified MAC testpmd> set vf allmulti (port_id) (vf_id) (on|off) +set tx max bandwidth (for VF) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Set TX max absolute bandwidth (Mbps) for a VF from PF:: + + testpmd> set vf tx max-bandwidth (port_id) (vf_id) (max_bandwidth) + set flow_ctrl rx ~~~~~~~~~~~~~~~~