[Qemu-devel] [PATCH 13/19] net: implement tap support for receive_raw()

2009-10-22 Thread Mark McLoughlin
tap_receive_raw() always prepends a vnet header if IFF_VNET_HDR is enabled. tap_receive() only prepends when the a header is required but the NIC doesn't supply one. Signed-off-by: Mark McLoughlin --- net.c | 23 +++ 1 files changed, 19 insertions(+), 4 deletions(-) diff

[Qemu-devel] [PATCH 13/19] net: implement tap support for receive_raw()

2009-10-21 Thread Mark McLoughlin
tap_receive_raw() always prepends a vnet header if IFF_VNET_HDR is enabled. tap_receive() only prepends when the a header is required but the NIC doesn't supply one. Signed-off-by: Mark McLoughlin --- net.c | 23 +++ 1 files changed, 19 insertions(+), 4 deletions(-) diff