[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081006233409.4918.82298.stgit@zyfc9ini.jf.intel.com>
Date: Mon, 06 Oct 2008 16:39:13 -0700
From: Yi Zou <yi.zou@...el.com>
To: netdev@...r.kernel.org
Subject: [PATCH 0/3] New flags for Fibre Channel over Ethernet (FCoE) (v2)
v2 of the patches to add flags for Fibre Channel over Ethernet (FCoE) at
Open-FCoE.org. Apologize for the incomplete series sent earlier. Also fixed
the style issue in the first patch.
The first patch adds the protocol type as ETH_P_FCOE for FCoE protocol. The
second one claims 8 bits back from NETIF_F_GSO_MASK to host NETIF_F_FCOE_CRC,
and the third one adds NETIF_F_FCOE_CRC, NETIF_F_GSO_FCOE, and SKB_GSO_FCOE.
Feature flags regarding offload features for FCoE are based on the earlier
post at http://marc.info/?l=linux-netdev&m=122228979113312&w=2.
thanks.
yi
---
Chris Leech (2):
net: define feature flags for FCoE offloads
net: reclaim 8 upper bits of the netdev->features from GSO
Yi Zou (1):
net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)
drivers/net/xen-netfront.c | 2 +-
include/linux/if_ether.h | 1 +
include/linux/netdevice.h | 5 ++++-
include/linux/skbuff.h | 2 ++
4 files changed, 8 insertions(+), 2 deletions(-)
--
Signature : Yi Zou <yi.zou@...el.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists