Re: [PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers

2024-06-06 Thread Dmitry Safonov
Hi Matthieu, [re-sending as replying from mobile phone never works in plain text] On Thu, 6 Jun 2024 at 10:12, Matthieu Baerts wrote: > > Hi Dmitry, > > On 06/06/2024 02:58, Dmitry Safonov via B4 Relay wrote: > > From: Dmitry Safonov <0x7f454...@gmail.com> > > > > Two reasons: > > 1. It's grown

Re: [PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers

2024-06-06 Thread Matthieu Baerts
Hi Dmitry, On 06/06/2024 02:58, Dmitry Safonov via B4 Relay wrote: > From: Dmitry Safonov <0x7f454...@gmail.com> > > Two reasons: > 1. It's grown up enough > 2. In order to not do header spaghetti by including >, which is necessary for TCP tracepoints. > > While at it, unexport and make stat

Re: [PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers

2024-06-06 Thread Eric Dumazet
On Thu, Jun 6, 2024 at 2:58 AM Dmitry Safonov via B4 Relay wrote: > > From: Dmitry Safonov <0x7f454...@gmail.com> > > Two reasons: > 1. It's grown up enough > 2. In order to not do header spaghetti by including >, which is necessary for TCP tracepoints. > > While at it, unexport and make stati

[PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers

2024-06-05 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Two reasons: 1. It's grown up enough 2. In order to not do header spaghetti by including , which is necessary for TCP tracepoints. While at it, unexport and make static tcp_inbound_ao_hash(). Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> ---