[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240718062749.2bcea253@kernel.org>
Date: Thu, 18 Jul 2024 06:27:49 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Xin Long <lucien.xin@...il.com>
Cc: network dev <netdev@...r.kernel.org>, dev@...nvswitch.org,
ovs-dev@...nvswitch.org, davem@...emloft.net, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Pravin B Shelar
<pshelar@....org>, Ilya Maximets <i.maximets@....org>, Aaron Conole
<aconole@...hat.com>, Florian Westphal <fw@...len.de>
Subject: Re: [PATCH net-next] openvswitch: switch to per-action label
counting in conntrack
On Wed, 17 Jul 2024 22:10:15 -0400 Xin Long wrote:
> @@ -2026,7 +2023,4 @@ void ovs_ct_exit(struct net *net)
> #if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
> ovs_ct_limit_exit(net, ovs_net);
> #endif
> -
> - if (ovs_net->xt_label)
> - nf_connlabels_put(net);
> }
In addition to net-next being closed please note there is a warning
about ovs_net being unused if NETFILTER_CONNCOUNT=n.
Powered by blists - more mailing lists