2022-04-27 21:05:42

by Eric Dumazet

[permalink] [raw]
Subject: Re: [PATCH net-next v3] net: SO_RCVMARK socket option for SO_MARK with recvmsg()

On Wed, Apr 27, 2022 at 1:03 PM Erin MacNeil <[email protected]> wrote:
>
> Adding a new socket option, SO_RCVMARK, to indicate that SO_MARK
> should be included in the ancillary data returned by recvmsg().
>
> Renamed the sock_recv_ts_and_drops() function to sock_recv_cmsgs().
>
> Signed-off-by: Erin MacNeil <[email protected]>
>

Reviewed-by: Eric Dumazet <[email protected]>

Thanks.