Hi David, This series adds support in driver for min/max bandwidth configuration for the PF on the link change notification or on explicit request of bandwidth update from the MFW [management firmware].
The same infrastructure would later be used by user based flows [for example, rate shaping for the VFs] Please consider applying this series to "net-next" Thanks, Manish Manish Chopra (3): qed: Add vport WFQ configuration APIs qed: Add PF max bandwidth configuration support qed: Add PF min bandwidth configuration support drivers/net/ethernet/qlogic/qed/qed.h | 11 + drivers/net/ethernet/qlogic/qed/qed_dev.c | 327 ++++++++++++++++++++- drivers/net/ethernet/qlogic/qed/qed_hsi.h | 6 +- .../net/ethernet/qlogic/qed/qed_init_fw_funcs.c | 40 +++ drivers/net/ethernet/qlogic/qed/qed_mcp.c | 146 +++++---- drivers/net/ethernet/qlogic/qed/qed_mcp.h | 21 +- drivers/net/ethernet/qlogic/qed/qed_reg_addr.h | 2 + 7 files changed, 491 insertions(+), 62 deletions(-) -- 2.7.2