From: Varun Prakash <varun@chelsio.com>
To: netdev@vger.kernel.org, linux-scsi@vger.kernel.org
Cc: davem@davemloft.net, leedom@chelsio.com, anish@chelsio.com,
hariprasad@chelsio.com, praveenm@chelsio.com, varun@chelsio.com
Subject: [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS
Date: Fri, 27 Mar 2015 20:29:36 +0530 [thread overview]
Message-ID: <cover.1427467737.git.varun@chelsio.com> (raw)
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
next reply other threads:[~2015-03-27 14:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 14:59 Varun Prakash [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1427467737.git.varun@chelsio.com \
--to=varun@chelsio.com \
--cc=anish@chelsio.com \
--cc=davem@davemloft.net \
--cc=hariprasad@chelsio.com \
--cc=leedom@chelsio.com \
--cc=linux-scsi@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=praveenm@chelsio.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.