Hi Paolo and Stefano,
Sorry for the (super) late reply! I haven't had much time to work on
it, I hope to send a v3 by the end of this month! Thanks both of you
for your comments and reviews! :)
> > This will add 2 atomic operations per packet, possibly on contended
> > cachelines. Have you consid
On Tue, May 28, 2024 at 03:52:24PM +0800, Heng Qi wrote:
> Patch 1 did a simple rename, leaving 'ret' for patch 2.
> Patch 2 fixed a race between reading the device response and the
> new command submission.
Acked-by: Michael S. Tsirkin
> Heng Qi (2):
> virtio_net: rename ret to err
> virt