From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH 2/8] ixgbe: Add FCoE feature header to 82599 Date: Sun, 17 May 2009 13:58:01 -0700 (PDT) Message-ID: <20090517.135801.11425762.davem@davemloft.net> References: <20090513230924.11416.68752.stgit@localhost.localdomain> <20090513231001.11416.93927.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:50537 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753521AbZEQU6E (ORCPT ); Sun, 17 May 2009 16:58:04 -0400 In-Reply-To: <20090513231001.11416.93927.stgit@localhost.localdomain> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: jeffrey.t.kirsher@intel.com Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org, yi.zou@intel.com From: Jeff Kirsher Date: Wed, 13 May 2009 16:10:01 -0700 > From: Yi Zou > > This adds the FCoE feature header ixgbe_fcoe.h to 82599. This header includes > the defines and structures required by the ixgbe driver to support various > offload features in 82599 for Fiber Channel over Ethernet (FCoE). These offloads > features include Fiber Channel CRC calculation, FCoE SOF/EOF auto insertion, > FCoE Sequence Offload (FSO) for large send, and Direct Data Placement (DDP) > for large receive. > > Signed-off-by: Yi Zou > Signed-off-by: Jeff Kirsher Applied.