[Qemu-devel] [PATCH v3] e1000: NetClientInfo.receive_iov implemented

2013-09-12 Thread Vincenzo Maffione
This patch implements the NetClientInfo.receive_iov method for the e1000 device emulation. In this way a network backend that uses qemu_sendv_packet() can deliver the fragmented packet without requiring an additional copy in the frontend/backend network code (nc_sendv_compat() function). The

Re: [Qemu-devel] [PATCH v3] e1000: NetClientInfo.receive_iov implemented

2013-09-12 Thread Stefan Hajnoczi
On Thu, Sep 12, 2013 at 10:47:37AM +0200, Vincenzo Maffione wrote: This patch implements the NetClientInfo.receive_iov method for the e1000 device emulation. In this way a network backend that uses qemu_sendv_packet() can deliver the fragmented packet without requiring an additional copy in