Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 10 Feb 2021 06:41:44 -0800 you wrote:
> From: Eric Dumazet
>
> It is simpler to make net->net_cookie a plain u64
> written once in setup_net() instead of looping
> and using atomic64 helpers.
>
> Lorenz Bauer wan
On Wed, 10 Feb 2021 at 14:41, Eric Dumazet wrote:
>
> From: Eric Dumazet
>
> It is simpler to make net->net_cookie a plain u64
> written once in setup_net() instead of looping
> and using atomic64 helpers.
>
> Lorenz Bauer wants to add SO_NETNS_COOKIE socket option
> and this patch would makes hi
On 2/10/21 3:41 PM, Eric Dumazet wrote:
From: Eric Dumazet
It is simpler to make net->net_cookie a plain u64
written once in setup_net() instead of looping
and using atomic64 helpers.
Lorenz Bauer wants to add SO_NETNS_COOKIE socket option
and this patch would makes his patch series simpler.
From: Eric Dumazet
It is simpler to make net->net_cookie a plain u64
written once in setup_net() instead of looping
and using atomic64 helpers.
Lorenz Bauer wants to add SO_NETNS_COOKIE socket option
and this patch would makes his patch series simpler.
Signed-off-by: Eric Dumazet
Cc: Daniel Bo