commit | 50c8ea8080700014872f2bbd7466d31ce0476290 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:50:01 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:50:02 2008 +1100 |
tree | 8c863eb9ed295758a585e8f8f865faf9f6ba9302 | |
parent | 24a5ae5d0340d5a45df840b24a10d62aa9516116 [diff] |
virtio: Net header needs hdr_len It's far easier to deal with packets if we don't have to parse the packet to figure out the header length to know how much to pull into the skb data. Add the field to the virtio_net_hdr struct (and fix the spaces that somehow crept in there). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>