]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3df8258ec473700df772eebf775b29fa7ea1385a
tree21366ba7696449be475fcd512c0b0c151b3591db
parentf2b7330944827c95c51eef229097943d3df6979e
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