[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231218160121.34cf8a3c@kernel.org>
Date: Mon, 18 Dec 2023 16:01:21 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, David Ahern
<dsahern@...nel.org>, Kuniyuki Iwashima <kuni1840@...il.com>,
<netdev@...r.kernel.org>
Subject: Re: [PATCH v2 net-next 00/12] tcp: Refactor bhash2 and remove
sk_bind2_node.
On Wed, 13 Dec 2023 17:20:17 +0900 Kuniyuki Iwashima wrote:
> This series refactors code around bhash2 and remove some bhash2-specific
> fields; sock.sk_bind2_node, and inet_timewait_sock.tw_bind2_node.
>
> patch 1 : optimise bind() for non-wildcard v4-mapped-v6 address
> patch 2 - 4 : optimise bind() conflict tests
> patch 5 - 12 : Link bhash2 to bhash and unlink sk from bhash2 to
> remove sk_bind2_node
>
> The patch 8 will trigger a false-positive error by checkpatch.
>
> After this series, bhash is a wrapper of bhash2:
>
> tb
> `-> tb2 -> tb2 -> ...
> `-> sk -> sk -> sk ....
Someone marked this series as Deferred in patchwork, could you repost?
Powered by blists - more mailing lists