From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Love, Robert W" Subject: Re: [PATCH 6/8] csiostor: Chelsio FCoE offload driver submission (headers part 1). Date: Thu, 23 Aug 2012 18:15:00 +0000 Message-ID: <50367309.3080306@intel.com> References: <1345760873-12101-1-git-send-email-naresh@chelsio.com> <1345760873-12101-7-git-send-email-naresh@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: "JBottomley@parallels.com" , "linux-scsi@vger.kernel.org" , "dm@chelsio.com" , "netdev@vger.kernel.org" , "chethan@chelsio.com" To: Naresh Kumar Inna Return-path: In-Reply-To: <1345760873-12101-7-git-send-email-naresh@chelsio.com> Content-Language: en-US Content-ID: Sender: linux-scsi-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 8/23/2012 3:27 PM, Naresh Kumar Inna wrote: > This patch contains the first set of the header files for csiostor driver. > > Signed-off-by: Naresh Kumar Inna > --- > drivers/scsi/csiostor/csio_defs.h | 143 ++++++ > drivers/scsi/csiostor/csio_fcoe_proto.h | 843 +++++++++++++++++++++++++++++++ I think most of these protocol definitions can be found in include/scsi/fc/ and possibly incluse/scsi/scsi_transport_fc.h. I think any protocol stuff missing should be added to the common header files. Thanks, //Rob