From: Alexander Duyck Date: Thu, 23 Jul 2009 18:11:01 +0000 (+0000) Subject: igbvf: resolve "frees DMA memory with different size" warnings X-Git-Tag: v2.6.32-rc1~703^2~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d947b77436437f4fe6f9b7b7cd35f1a294fa9d;p=pandora-kernel.git igbvf: resolve "frees DMA memory with different size" warnings This change resolves some warnings seen with DMA debugging enabled in which we were mapping skb->data with size + NET_IP_ALIGN and unmapping it with just size. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed