]> git.baikalelectronics.ru Git - kernel.git/commit
igb: add support for VF Transmit rate limit using iproute2
authorLior Levy <lior.levy@intel.com>
Tue, 8 Feb 2011 02:28:46 +0000 (02:28 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 24 Feb 2011 10:39:03 +0000 (02:39 -0800)
commit0bfd24e16577908ed08e5d122912b81c881cdce8
tree5d61a0b9fd3c2688aa0494126a6fd7d5dac95457
parent36c8e269562db852c37bea9806a22b64849cde66
igb: add support for VF Transmit rate limit using iproute2

Implemented igb_ndo_set_vf_bw function which is being used
by iproute2 tool. In addition, updated igb_ndo_get_vf_config function
to show the actual rate limit to the user.

The rate limitation can be configured only when the link is up.
The rate limit value can be ranged between 0 and actual
link speed measured in Mbps. A value of '0' disables the rate limit for
this specific VF.

iproute2 usage will be 'ip link set ethX vf Y rate Z'.
After the command is made, the rate will be changed instantly.
To view the current rate limit, use 'ip link show ethX'.

The rates will be zeroed only upon driver reload or a link speed change.

This feature is being supported only by 82576 device.

Signed-off-by: Lior Levy <lior.levy@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/igb/e1000_defines.h
drivers/net/igb/e1000_regs.h
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c