]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Fix FCOE memory leak for DDP packets
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 2 Jun 2011 04:29:23 +0000 (04:29 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:21:46 +0000 (09:21 +0800)
commit1cb861478fe0cb4c6707ec0d6bdf55cbf81c3e9d
treeee73b976f02b12ff62a6e4b0ab036f9992848514
parent13f7d12b5a611462490660419132b7101c3bb69a
ixgbe: Fix FCOE memory leak for DDP packets

This patch is meant to fix a memory leak found via code review for FCOE.
Specifically on DDP flows the SKBs were being dropped without being
recycled, freed, or given to the stack.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 63d635b21c00069b5ade7640bcbe8ab912dc65d1)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c