Re: [RFC PATCHv6 1/7] ipvs: add rcu protection to stats
Jiri Wiesner <[email protected]>
| Newsgroups | org.kernel.vger.lvs-devel |
|---|---|
| Message-ID | <20221112075151.GF3484@incl> |
On Mon, Oct 31, 2022 at 04:56:41PM +0200, Julian Anastasov wrote: > In preparation to using RCU locking for the list > with estimators, make sure the struct ip_vs_stats > are released after RCU grace period by using RCU > callbacks. This affects ipvs->tot_stats where we > can not use RCU callbacks for ipvs, so we use > allocated struct ip_vs_stats_rcu. For services > and dests we force RCU callbacks for all cases. > > Signed-off-by: Julian Anastasov <[email protected]> > --- Reviewed-by: Jiri Wiesner <[email protected]> -- Jiri Wiesner SUSE Labs