[SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb priority
authorjohn fastabend <john.r.fastabend@intel.com>
Fri, 18 Nov 2011 21:35:56 +0000 (13:35 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 15 Dec 2011 07:02:07 +0000 (11:02 +0400)
Use DCB notifiers to set the skb priority to allow packets
to be steered and tagged correctly over DCB enabled drivers
that setup traffic classes.

This allows queue_mapping() routines to be removed in these
drivers that were previously inspecting the ethertype of
every skb to mark FCoE/FIP frames.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found