linux/drivers/net/ethernet/intel/igbvf
Eric Dumazet 7b8b59617e igbvf: fix truesize underestimation
igbvf allocates half a page per skb fragment. We must account
PAGE_SIZE/2 increments on skb->truesize, not the actual frag length.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-20 17:04:20 -04:00
..
defines.h
ethtool.c igbvf: convert to ndo_fix_features 2011-10-16 13:18:47 -07:00
igbvf.h
Makefile
mbx.c
mbx.h
netdev.c igbvf: fix truesize underestimation 2011-10-20 17:04:20 -04:00
regs.h
vf.c
vf.h