]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:00:54 +0000 (22:00 +0800)
commitd417c8040bbdc9ace5a9a7ff456a34199dc5645c
treeb5ba23dc037219be30145cdd7fa65d736d67177e
parent12250cf32faced37a2d75afe233020dbc968611f
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.

(cherry picked from commit 6172207634b9259bc57ebde158bb7a7313e31335)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_82599.c