ixgbe: remove unneeded fdir pb alloc case
authorJohn Fastabend <john.r.fastabend@intel.com>
Mon, 18 Jul 2011 22:38:30 +0000 (22:38 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 29 Aug 2011 08:15:53 +0000 (01:15 -0700)
commit6172207634b9259bc57ebde158bb7a7313e31335
tree21366ba7696449be475fcd512c0b0c151b3591db
parent4fa2e0e178b23819283839b64dcb56f0f259ba39
ixgbe: remove unneeded fdir pb alloc case

The packet buffer is correctly allocated by generic pb allocation
path in ixgbe_configure() there is no need to do the allocation
here as well.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c