commit | 92d947b77436437f4fe6f9b7b7cd35f1a294fa9d | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jul 23 18:11:01 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 09:47:05 2009 -0700 |
tree | 798daa9cb74a2c4ff132933e3cf08182813b06c4 | |
parent | a0c98605d7237fc4bf26a345db5f950f46e69834 [diff] |
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 <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>