From: Yi Zou Date: Fri, 20 Nov 2009 22:54:52 +0000 (-0800) Subject: [SCSI] libfc: add FC-BB-5 LESB counters to fcoe_dev_stats X-Git-Tag: v2.6.33-rc1~344^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6580bbd0afe6ba1be5d53b331e92a7690046c923;p=pandora-kernel.git [SCSI] libfc: add FC-BB-5 LESB counters to fcoe_dev_stats FC-BB-5 Rev2.0, Clause 7.10 extends the FC-LS-3 LESB for FC-BB_E. We are already tracking Link Failure Count so add the rest in this patch. For VLinkFailureCount and MissDiscAdvCount, they are part of the per-cpu fcoe_dev_stats. For SymbolErrorCount, ErroredBlockCount, and FCSErrorCount, they are defined in IEEE 802.3-2008 and are per LLD. They are expected to come from LLD. Signed-off-by: Yi Zou Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed