From: Yi Zou <yi.zou@intel.com>
To: linux-scsi@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH 0/7] Add support to FCoE offload through net_device
Date: Thu, 19 Feb 2009 12:49:32 -0700 [thread overview]
Message-ID: <20090219194734.22270.8445.stgit.yi.zou@intel.com> (raw)
Hi,
I am working on to support offload for Fiber Channel over Ethernet (FCoE) for
the Open-FCoE project maintained at http://www.open-fcoe.org.
I would like to propose adding FCoE offload support through the net_device
struct as shown in the series of patches followed here. The general idea is to
add "struct net_fcoe_ops *fcoe_ops" to net_device, so any network adapter driver
that wants to provides FCoE offload can use fcoe_ops through net_device.
The following patches touch both netdev and libfc/fcoe, where the first two
patches touch netdev, and the rest patches show how the proposed net_fcoe_ops
struct is used in fcoe/libfc through net_deivce to support FCoE offload.
Thanks.
yi
---
Yi Zou (7):
fcoe: fcoe fc crc offload indication by skb->ip_summed
fcoe: remove ETH_P_FCOE from fc_fcoe.h
fcoe: add support to net_fcoe_ops in fcoe_sw
libfc: add support of large receive offload by ddp in fc_fcp
fcoe: check offload features from LLD through netdev
net: add FCoE offload support through net_device
net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)
drivers/scsi/fcoe/fcoe_sw.c | 64 ++++++++++++++++++++++++++++++++++++++++++
drivers/scsi/fcoe/libfcoe.c | 2 +
drivers/scsi/libfc/fc_exch.c | 46 ++++++++++++++++++++----------
drivers/scsi/libfc/fc_fcp.c | 36 ++++++++++++++++++++++--
include/linux/if_ether.h | 1 +
include/linux/netdevice.h | 8 +++++
include/linux/netfcoe.h | 36 ++++++++++++++++++++++++
include/scsi/fc/fc_fcoe.h | 7 -----
include/scsi/libfc.h | 46 ++++++++++++++++++++++++++++++
9 files changed, 220 insertions(+), 26 deletions(-)
create mode 100644 include/linux/netfcoe.h
--
Signature: Yi Zou <yi.zou@intel.com>
reply other threads:[~2009-02-19 20:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090219194734.22270.8445.stgit.yi.zou@intel.com \
--to=yi.zou@intel.com \
--cc=linux-scsi@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox