Hi Dave, This patch series adds support for multiple concurrent traffic classes for RoCE. The first three patches enable the required parts of the driver to learn the TC configuration, and the last one makes use of it to enable the feature. Please consider applying this to net-next.
(Re-sending to netdev@vger.kernel.org after sending to wrong address) Denis Bolotin (3): qed: Add DCBX API - qed_dcbx_get_priority_tc() qed: Add a flag which indicates if offload TC is set qed: Add Multi-TC RoCE support drivers/net/ethernet/qlogic/qed/qed.h | 13 ++- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 29 ++++++- drivers/net/ethernet/qlogic/qed/qed_dcbx.h | 2 + drivers/net/ethernet/qlogic/qed/qed_dev.c | 128 +++++++++++++++++++++++++---- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 3 +- drivers/net/ethernet/qlogic/qed/qed_roce.c | 61 ++++++++++---- 6 files changed, 201 insertions(+), 35 deletions(-) -- 1.8.3.1