Re: [PATCH net-next 1/2] vsock: report pending receive data to io_uring

From: David CARLIER

Date: Tue Sep 22 2026 - 16:36:29 EST


Hi Stefano,

> Maybe this can go in util.c/h
Sure.

> nit: can you add uring or something like that in the function name
Ack.

> Should we avoid to fail if it isn't supported and just skip the test?
Yes, will skip.

> Why we need this barrier?
That one is not needed, I will drop it. The others might stay; an early peer
close makes the hint report EOF.

Cheers.