On Wed, Sep 11, 2013 at 12:57:58PM +0200, Vincenzo Maffione wrote:
> Thanks for the help!
>
> Actually I've found out that the variable "copied" I use in this patch can
> be removed, we can simply increment the variable "ba" instead (ba +=
> iov_copy).
>
> I have the patch v3 to do that ready. Do
Thanks for the help!
Actually I've found out that the variable "copied" I use in this patch can
be removed, we can simply increment the variable "ba" instead (ba +=
iov_copy).
I have the patch v3 to do that ready. Do you think it is worth sending it?
Best regards,
Vincenzo
2013/9/11 Stefan
On Tue, Sep 10, 2013 at 02:19:47PM +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
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 exist