Home
last modified time | relevance | path

Searched hist:"5 e6c355c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c5e6c355c Thu Oct 13 06:38:17 CDT 2011 Eric Dumazet <eric.dumazet@gmail.com> vmxnet3: fix skb truesize underestimation

vmxnet3 allocates a page per skb fragment. We must account
PAGE_SIZE increments on skb->truesize, not the actual frag length.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
5e6c355c Thu Oct 13 06:38:17 CDT 2011 Eric Dumazet <eric.dumazet@gmail.com> vmxnet3: fix skb truesize underestimation

vmxnet3 allocates a page per skb fragment. We must account
PAGE_SIZE increments on skb->truesize, not the actual frag length.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>