netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V1 0/3] Add QCN support to the DCB NL layer
@ 2015-03-05 18:16 Or Gerlitz
  2015-03-05 18:16 ` [PATCH net-next V1 1/3] net/dcb: Add IEEE QCN attribute Or Gerlitz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Or Gerlitz @ 2015-03-05 18:16 UTC (permalink / raw)
  To: David S. Miller, John Fastabend; +Cc: netdev, Amir Vadai, Or Gerlitz

Hi Dave, John, all

This series from Shani Michaeli adds support for the IEEE QCN attribute 
to the kernel DCB NL stack, and implementation in the mlx4 driver which
programs the firmware according to the admin directives.

Or.

changes from V0: 

 - applied feedback from John and added his acked-by to patch #1

Shani Michaeli (3):
  net/dcb: Add IEEE QCN attribute
  net/mlx4_core: Add basic elements for QCN
  net/mlx4_en: Add QCN parameters and statistics handling

 drivers/net/ethernet/mellanox/mlx4/cmd.c       |    9 +
 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c |  218 ++++++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/fw.c        |   13 ++-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h   |    1 +
 include/linux/mlx4/cmd.h                       |   13 ++
 include/linux/mlx4/device.h                    |    3 +-
 include/net/dcbnl.h                            |    3 +
 include/uapi/linux/dcbnl.h                     |   66 +++++++
 net/dcb/dcbnl.c                                |   44 +++++-
 9 files changed, 364 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2015-03-06  5:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 18:16 [PATCH net-next V1 0/3] Add QCN support to the DCB NL layer Or Gerlitz
2015-03-05 18:16 ` [PATCH net-next V1 1/3] net/dcb: Add IEEE QCN attribute Or Gerlitz
2015-03-05 18:16 ` [PATCH net-next V1 2/3] net/mlx4_core: Add basic elements for QCN Or Gerlitz
2015-03-05 18:16 ` [PATCH net-next V1 3/3] net/mlx4_en: Add QCN parameters and statistics handling Or Gerlitz
2015-03-06  5:40 ` [PATCH net-next V1 0/3] Add QCN support to the DCB NL layer David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).