We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I wanna limit the network bandwidth usage of any VF container and VF is in SRIOV mod。Is there way to do this? Thanks for answer.
The text was updated successfully, but these errors were encountered:
Hi https://docs.nvidia.com/networking/pages/viewpage.action?pageId=89154407
I think support only VF's bandwidth limits with link type : Ethernet.
/sys/class/net/enp8s0f0/device/sriov/[VF]
+-- [VF] | +-- config | +-- link_state | +-- mac | +-- mac_list | +-- max_tx_rate | +-- min_tx_rate | +-- spoofcheck | +-- stats | +-- trunk | +-- trust | +-- vlan
If link type is Infiniband I can't find configration files.
/sys/class/infiniband/mlx5_/device/sriov +-- 0 | +-- node | +-- policy | +-- port +-- 1 | +-- node | +-- policy | +-- port +-- 2 +-- node +-- policy +-- port
Thanks.
Sorry, something went wrong.
No branches or pull requests
Hi,
I wanna limit the network bandwidth usage of any VF container and VF is in SRIOV mod。Is there way to do this?
Thanks for answer.
The text was updated successfully, but these errors were encountered: