Sorry, I basically mean that the tx napi which caused by userspace will not be 
scheduled during suspend,
others can not be guaranteed, such as unfinished packets already in tx vq etc.

But after this patch, once `virtnet_close` completes,
both tx and rq napi will be disabled which guarantee their napi will not be 
scheduled in future.
And the tx state will be set to "__QUEUE_STATE_DRV_XOFF" correctly in 
`netif_device_detach`.

Thanks.

Reply via email to