commit | 63d635b21c00069b5ade7640bcbe8ab912dc65d1 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jun 02 04:29:23 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Aug 13 02:10:27 2011 -0700 |
tree | de5f1ed7c844ce8eab77400281568e8bf58e7e22 | |
parent | d80bcf46f1dae47805260dc60fb900cc4dabe35e [diff] |
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>