From: Alexander Duyck Date: Sat, 16 Jun 2012 07:31:19 +0000 (+0000) Subject: ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings X-Git-Tag: v3.5-rc5~17^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8633c0846160af0b8cfb983bbccd94ae42922af8;p=pandora-kernel.git ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings This patch fixes a memory leak that was introduced in the 3.4 kernel. The leak occurred when FCoE was enabled and traffic was passed over the FCoE rings reserved for FCoE. The memory leak was due to us not populating the compound page information on the order 1 pages needed for FCoE. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed