Mellanox / k8s-rdma-sriov-dev-plugin

Kubernetes Rdma SRIOV device plugin
Apache License 2.0
109 stars 27 forks source link

Error Message "Operation Not Supported" when setting max_tx_rate/rate or min_tx_rate #21

Closed swrap closed 5 years ago

swrap commented 5 years ago

Environment

Setup

Problem

After issuing the following command to change the max bandwidth we received an error.

Command

ip link set dev enp4s0f0 vf 1 rate 1000

Error

RTNETLINK answers: Operation not supported

The same error occurs for both of the following commands as well:

ip link set dev enp4s0f0 vf 1 min_tx_rate 1000
ip link set dev enp4s0f0 vf 1 max_tx_rate 1000
swrap commented 5 years ago

Problem was solved by upgrading to MOFED 4.6. Upgrade via the mlnxofedinstall file in the MOFED 4.6 directory.