All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] qed: Add Multi-TC RoCE support
@ 2018-08-02  8:12 Denis Bolotin
  2018-08-02  8:12 ` [PATCH net-next v2 1/3] qed: Add DCBX API - qed_dcbx_get_priority_tc() Denis Bolotin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denis Bolotin @ 2018-08-02  8:12 UTC (permalink / raw)
  To: davem, netdev; +Cc: Denis Bolotin

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.

V1->V2:
-------
Avoid allocation in qed_dcbx_get_priority_tc().
Move qed_dcbx_get_priority_tc() out of CONFIG_DCB section since it doesn't call
qed_dcbx_query_params() anymore.

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 |  21 ++++-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.h |   1 +
 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, 192 insertions(+), 35 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-02 23:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-02  8:12 [PATCH net-next v2 0/3] qed: Add Multi-TC RoCE support Denis Bolotin
2018-08-02  8:12 ` [PATCH net-next v2 1/3] qed: Add DCBX API - qed_dcbx_get_priority_tc() Denis Bolotin
2018-08-02 21:46   ` David Miller
2018-08-02  8:12 ` [PATCH net-next v2 2/3] qed: Add a flag which indicates if offload TC is set Denis Bolotin
2018-08-02  8:12 ` [PATCH net-next v2 3/3] qed: Add Multi-TC RoCE support Denis Bolotin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.