On Wed, Jul 01, 2015 at 10:26:27AM +0800, Fam Zheng wrote:
> Commit 6e99c63 ("net/socket: Drop net_socket_can_send") changed the
> semantics around .can_receive for sockets to now require the device to
> flush queued pkts when transitioning to a .can_receive=true state. But
> it's OK to drop incoming packets when the link is not active.
>
> Signed-off-by: Fam Zheng <[email protected]>
> ---
> hw/net/vmxnet3.c | 1 -
> 1 file changed, 1 deletion(-)
Sorry, this was dropped when waiting to see how the .can_receive() stuff
would end up for QEMU 2.4.
Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net
Stefan