[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f7tfrfhpgv9.fsf@redhat.com>
Date: Mon, 30 Jun 2025 08:13:14 -0400
From: Aaron Conole <aconole@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: dev@...nvswitch.org, netdev@...r.kernel.org, Andrew Lunn
<andrew+netdev@...n.ch>, "David S. Miller" <davem@...emloft.net>, Eric
Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo
Abeni <pabeni@...hat.com>, Eelco Chaudron <echaudro@...hat.com>, Ilya
Maximets <i.maximets@....org>, Adrián Moreno
<amorenoz@...hat.com>, Mike
Pattrick <mpattric@...hat.com>, Florian Westphal <fw@...len.de>, John
Fastabend <john.fastabend@...il.com>, Jakub Sitnicki
<jakub@...udflare.com>, Joe Stringer <joe@....org>
Subject: Re: [RFC] net: openvswitch: Inroduce a light-weight socket map
concept.
Stephen Hemminger <stephen@...workplumber.org> writes:
> On Fri, 27 Jun 2025 17:00:54 -0400
> Aaron Conole <aconole@...hat.com> wrote:
>
>> diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
>> index 429fb34b075e..f43f905b1cb0 100644
>> --- a/net/ipv4/tcp_ipv4.c
>> +++ b/net/ipv4/tcp_ipv4.c
>> @@ -93,6 +93,7 @@ static int tcp_v4_md5_hash_hdr(char *md5_hash,
>> const struct tcp_md5sig_key *key,
>> #endif
>>
>> struct inet_hashinfo tcp_hashinfo;
>> +EXPORT_SYMBOL(tcp_hashinfo);
>
> EXPORT_SYMBOL_GPL seems better here
Agreed - I think I meant to set it that way. But given Eric's comment,
probably won't need to keep this particular hunk.
Powered by blists - more mailing lists