netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS
@ 2015-03-27 14:59 Varun Prakash
  2015-03-27 14:59 ` [PATCH net-next 1/3] cxgb4: add structure and macro definitions for FCoE DDP Varun Prakash
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Varun Prakash @ 2015-03-27 14:59 UTC (permalink / raw)
  To: netdev, linux-scsi; +Cc: davem, leedom, anish, hariprasad, praveenm, varun

This patch series enables RSS for FCoE frames and adds
DDP support for FCoE target.

Varun Prakash (3):
  cxgb4: add structure and macro definitions for FCoE DDP
  cxgb4: add DDP support for FCoE target
  cxgb4: enable RSS for FCoE frames

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |    1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c |  605 +++++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.h |   54 ++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |   47 ++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |    7 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |  328 ++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      |    1 +
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h      |   29 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h     |   67 +++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h    |    8 +
 drivers/net/ethernet/chelsio/cxgb4/t4_tcb.h     |   90 ++++
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h  |    3 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |   11 +-
 13 files changed, 1243 insertions(+), 8 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/t4_tcb.h

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

end of thread, other threads:[~2015-03-31 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 14:59 [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 1/3] cxgb4: add structure and macro definitions for FCoE DDP Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 2/3] cxgb4: add DDP support for FCoE target Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 3/3] cxgb4: enable RSS for FCoE frames Varun Prakash
2015-03-31 16:04 ` [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS David Miller
2015-03-31 16:27   ` 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).