commit | e7e5a4033f765e2a37095cd0a73261c99840f77e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Oct 13 12:39:27 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 13 22:25:21 2011 -0400 |
tree | d654c4973917e2b82263a5e4afb49ba0cada4fde | |
parent | 5e6c355c47e75314fd2282d087616069d4093ecf [diff] |
niu: fix skb truesize underestimation Add a 'truesize' argument to niu_rx_skb_append(), filled with rcr_size by the caller to properly account frag sizes in skb->truesize Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>