commit | 6172207634b9259bc57ebde158bb7a7313e31335 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Mon Jul 18 22:38:30 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Aug 29 01:15:53 2011 -0700 |
tree | 21366ba7696449be475fcd512c0b0c151b3591db | |
parent | 4fa2e0e178b23819283839b64dcb56f0f259ba39 [diff] |
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>