Skip to content
Snippets Groups Projects
Commit 655aa31f authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 5ef82752
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment