Re: [PATCH net-next v1 02/12] vsock: read from socket's error queue

2023-09-27 Thread Stefano Garzarella
On Tue, Sep 26, 2023 at 10:36:58PM +0300, Arseniy Krasnov wrote: On 26.09.2023 15:55, Stefano Garzarella wrote: On Fri, Sep 22, 2023 at 08:24:18AM +0300, Arseniy Krasnov wrote: This adds handling of MSG_ERRQUEUE input flag in receive call. This flag is used to read socket's error queue instea

Re: [PATCH net-next v1 02/12] vsock: read from socket's error queue

2023-09-26 Thread Stefano Garzarella
On Fri, Sep 22, 2023 at 08:24:18AM +0300, Arseniy Krasnov wrote: This adds handling of MSG_ERRQUEUE input flag in receive call. This flag is used to read socket's error queue instead of data queue. Possible scenario of error queue usage is receiving completions for transmission with MSG_ZEROCOPY