On 25/04/2017 14:02, Jason Wang wrote: > > Thanks a lot for the fix. > > Two questions: > > - If virtio_net_set_status() is the only function that may access tx_bh, > it looks like setting tx_waiting to zero is sufficient?
I think clearing tx_bh is better anyway, as leaving a dangling pointer is not very hygienic. Paolo > - Can you post a formal patch for this?