commit | 655aa31f028c4498e8896576571ee1ea68dd26e0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:43 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:44 2008 +1000 |
tree | e133f367535d97a6cbe65d95bd0174822a21e76f | |
parent | 5ef827526fc01820a7a80827802e9fad3f34f937 [diff] |
virtio: fix tx_ stats in virtio_net get_buf() gives the length written by the other side, which will be zero. We want to add the skb length. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>