From: Chris Leech Date: Tue, 25 Aug 2009 20:59:30 +0000 (-0700) Subject: [SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device X-Git-Tag: v2.6.32-rc1~689^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014f5c3f560a336cb8ad5b9f828c85de0398e7bb;p=pandora-kernel.git [SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device In preparation for NPIV support, I'm splitting the fcoe instance structure into two to remove the assumptions about it being 1:1 with the net_device. There will now be two structures, one which is 1:1 with the underlying net_device and one which is allocated per virtual SCSI/FC host. fcoe_softc is renamed to fcoe_port for the per Scsi_Host FCoE private data. Later patches with start moving shared stuff from fcoe_port to fcoe_interface Signed-off-by: Chris Leech Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed