Re: [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6

2024-08-26 Thread Jon Maloy
On 2024-08-23 19:51, Jason Xing wrote: On Sat, Aug 24, 2024 at 5:19 AM wrote: From: Jon Maloy When we added the SO_PEEK_OFF socket option to TCP we forgot to add it even for TCP on IPv6. Even though you said "we forgot", I'm not sure if this patch series belongs to net-next material... I

Re: [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6

2024-08-24 Thread Eric Dumazet
On Fri, Aug 23, 2024 at 11:19 PM wrote: > > From: Jon Maloy > > When we added the SO_PEEK_OFF socket option to TCP we forgot > to add it even for TCP on IPv6. > > We do that here. > > Fixes: 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option") > Reviewed-by: David Gibson > Reviewed-by

Re: [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6

2024-08-23 Thread Jason Xing
On Sat, Aug 24, 2024 at 5:19 AM wrote: > > From: Jon Maloy > > When we added the SO_PEEK_OFF socket option to TCP we forgot > to add it even for TCP on IPv6. Even though you said "we forgot", I'm not sure if this patch series belongs to net-next material... > > We do that here. > > Fixes: 05ea4

[PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6

2024-08-23 Thread jmaloy
From: Jon Maloy When we added the SO_PEEK_OFF socket option to TCP we forgot to add it even for TCP on IPv6. We do that here. Fixes: 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option") Reviewed-by: David Gibson Reviewed-by: Stefano Brivio Tested-by: Stefano Brivio Signed-off-by: