commit | b3f24698a7faa6e9d8a14124cfdc25353fc8ca19 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:59:19 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:59:20 2009 +0930 |
tree | e1b0325b85355f674dc541f4e49eea5a3dbf915a | |
parent | b0c39dbdc204006ef3558a66716ff09797619778 [diff] |
virtio_net: formalize skb_vnet_hdr We put the virtio_net_hdr into the skb's cb region; turn this into a union to clean up the code slightly and allow future expansion. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Mark McLoughlin <markmc@redhat.com> Cc: Dinesh Subhraveti <dineshs@us.ibm.com>