All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] FCoE support in cxgb4 driver
@ 2015-03-24 13:44 Varun Prakash
  2015-03-24 13:44 ` [PATCH 1/3] cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE Varun Prakash
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Varun Prakash @ 2015-03-24 13:44 UTC (permalink / raw)
  To: netdev, linux-scsi
  Cc: davem, JBottomley, leedom, anish, hariprasad, praveenm, varun

This patch series enables FCoE support in cxgb4 driver, it enables
FCOE_CRC and FCOE_MTU net device features.

This series is created against net-next tree.

Thanks

Varun Prakash (3):
  cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE
  cxgb4: add cxgb4_fcoe.c for FCoE
  cxgb4: update Kconfig and Makefile for FCoE support

 drivers/net/ethernet/chelsio/Kconfig            |   11 ++
 drivers/net/ethernet/chelsio/cxgb4/Makefile     |    1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |    7 ++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c |  122 +++++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.h |   57 +++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |    8 ++
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |   74 +++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h     |   25 +++++
 8 files changed, 302 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.h

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

end of thread, other threads:[~2015-03-24 19:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 13:44 [PATCH 0/3] FCoE support in cxgb4 driver Varun Prakash
2015-03-24 13:44 ` [PATCH 1/3] cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE Varun Prakash
2015-03-24 13:44 ` [PATCH 2/3] cxgb4: add cxgb4_fcoe.c " Varun Prakash
2015-03-24 13:44 ` [PATCH 3/3] cxgb4: update Kconfig and Makefile for FCoE support Varun Prakash
2015-03-24 19:26 ` [PATCH 0/3] FCoE support in cxgb4 driver David Miller

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.