Re: [Qemu-devel] [PATCH v2 for-2.4 00/12] hw/net: Fix .can_receive() for NICs

2015-07-20 Thread Stefan Hajnoczi
On Wed, Jul 15, 2015 at 06:19:01PM +0800, Fam Zheng wrote: v2: Don't use BH in patches 6 and 12. [Jason] Add Stefan's reviewed-by in all others. Drop trace point in patch 8 and move function body upward. [Michael] Since a90a742 tap: Drop tap_can_send, all nics that returns false from

Re: [Qemu-devel] [PATCH v2 for-2.4 00/12] hw/net: Fix .can_receive() for NICs

2015-07-15 Thread Jason Wang
On 07/15/2015 06:19 PM, Fam Zheng wrote: v2: Don't use BH in patches 6 and 12. [Jason] Add Stefan's reviewed-by in all others. Drop trace point in patch 8 and move function body upward. [Michael] Since a90a742 tap: Drop tap_can_send, all nics that returns false from .can_receive()

[Qemu-devel] [PATCH v2 for-2.4 00/12] hw/net: Fix .can_receive() for NICs

2015-07-15 Thread Fam Zheng
v2: Don't use BH in patches 6 and 12. [Jason] Add Stefan's reviewed-by in all others. Drop trace point in patch 8 and move function body upward. [Michael] Since a90a742 tap: Drop tap_can_send, all nics that returns false from .can_receive() are required to explicitly flush the incoming