Re: [Qemu-devel] [PATCH] vmxnet3: Drop net_vmxnet3_info.can_receive

2015-09-02 Thread Stefan Hajnoczi
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 incomi

Re: [Qemu-devel] [PATCH] vmxnet3: Drop net_vmxnet3_info.can_receive

2015-07-02 Thread Stefan Hajnoczi
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 incomi

[Qemu-devel] [PATCH] vmxnet3: Drop net_vmxnet3_info.can_receive

2015-06-30 Thread Fam Zheng
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