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)
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>

No differences found