[Qemu-devel] [PATCH 10/19] net: add an API for 'raw' packets

2009-10-22 Thread Mark McLoughlin
In the case where a NIC and backend agree on a packet header format, this API allows injecting packets which lack the agreed upon header. We need this for sending our gratuitous ARP. Signed-off-by: Mark McLoughlin --- net-queue.h |1 + net.c | 37 +---

[Qemu-devel] [PATCH 10/19] net: add an API for 'raw' packets

2009-10-21 Thread Mark McLoughlin
In the case where a NIC and backend agree on a packet header format, this API allows injecting packets which lack the agreed upon header. We need this for sending our gratuitous ARP. Signed-off-by: Mark McLoughlin --- net-queue.h |1 + net.c | 37 +---