On Sat, Aug 27, 2022 at 08:41:51PM +0300, 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 <ja@xxxxxx> Reviewed-by: Jiri Wiesner <jwiesner@xxxxxxx> -- Jiri Wiesner SUSE Labs