commit | 924a4c7d2e962b4e6a8e9ab3aabfd2bb29e5ada9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Oct 20 10:10:03 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 20 17:04:20 2011 -0400 |
tree | 5b415d660ba9866304041006ef26ccaf86246c1d | |
parent | 7b8b59617ead5acc6ff041a9ad2ea1fe7a58094f [diff] |
myri10ge: fix truesize underestimation skb->truesize must account for allocated memory, not the used part of it. Doing this work is important to avoid unexpected OOM situations. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> CC: Jon Mason <mason@myri.com> Acked-by: Jon Mason <mason@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>