]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: filter FIP frames into the FCoE offload queues
authorChris Leech <christopher.leech@intel.com>
Wed, 24 Mar 2010 12:45:21 +0000 (12:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2010 18:56:04 +0000 (11:56 -0700)
commit6ccdfbebdc63ef8935f64b136c7c080edc285c75
treeabbb33f645a67280ef6b4bec1af619f36e90d6b0
parentf52627944361727426f03bf653e889864b2d7459
ixgbe: filter FIP frames into the FCoE offload queues

During FCF solicitation, the switch is supposed to pad the
solicited advertisement out to the endpoints specified
maximum FCoE frame size.  That means that we need to receive
FIP frames that are larger than the standard MTU.  To make
sure the receive queue is configured correctly, we should be
filtering FIP traffic into the FCoE queues.

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_fcoe.c
drivers/net/ixgbe/ixgbe_type.h