Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information