Searched hist:"58 ddcd50f30cb5c020bd4f9f36b01ee160a27cac" (Results 1 – 1 of 1) sorted by relevance
/qemu/net/ |
H A D | tap.c | 58ddcd50f30cb5c020bd4f9f36b01ee160a27cac Tue Nov 13 10:23:23 UTC 2012 Michael S. Tsirkin <mst@redhat.com> tap: reset vnet header size on open
For tap, we currently assume the vnet header size is 10 (the default value) but that might not be the case if tap is persistent and has been used by qemu previously. To fix, set host header size in tap device on open.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Alexander Graf <agraf@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|