Re: [PATCH net-next 03/10] net/tcp: Move tcp_inbound_hash() from headers

From: Dmitry Safonov
Date: Sat Feb 24 2024 - 04:41:19 EST


On 2/24/24 09:30, Eric Dumazet wrote:
> On Sat, Feb 24, 2024 at 10:04 AM Dmitry Safonov <dima@xxxxxxxxxx> wrote:
>>
>> Two reasons:
>> 1. It's grown up enough
>> 2. In order to not do header spaghetti by including
>> <trace/events/tcp.h>, which is necessary for TCP tracepoints.
>>
>> Signed-off-by: Dmitry Safonov <dima@xxxxxxxxxx>
>
> Okay, but what about CONFIG_IPV6=m ?
>
> I do not see any EXPORT_SYMBOL() in this patch.

Ouch. I keep forgetting about that case, will fix in v2.

Thanks,
Dmitry