Re: [PATCH net v4 2/2] net: gro: add flush check in udp_gro_receive_segment

From: Willem de Bruijn
Date: Tue Apr 30 2024 - 14:33:12 EST


Richard Gobert wrote:
> GRO-GSO path is supposed to be transparent and as such L3 flush checks are
> relevant to all UDP flows merging in GRO. This patch uses the same logic
> and code from tcp_gro_receive, terminating merge if flush is non zero.
>
> Fixes: e20cf8d3f1f7 ("udp: implement GRO for plain UDP sockets.")
> Signed-off-by: Richard Gobert <richardbgobert@xxxxxxxxx>

Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>