Skip to content
Commit c04f90e5 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov Committed by Jeff Kirsher
Browse files

ixgbe: add a callback to set the maximum transmit bitrate



This commit adds a callback which allows to adjust the maximum transmit
bitrate the card can output. This makes it possible to get a smooth
traffic instead of the default burst-y behaviour when trying to output
e.g. a video stream.

Much of the logic needed to get a correct bcnrc_val was taken from the
ixgbe_set_vf_rate_limit() function.

Signed-off-by: default avatarRostislav Pehlivanov <atomnuker@gmail.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent afdc71e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment