On Sat, Jun 20, 2020 at 01:03:55PM +0300, Julian Anastasov wrote: > Add new functions ip_vs_conn_del() and ip_vs_conn_del_put() > to release many IPVS connections in process context. > They are suitable for connections found in table > when we do not want to overload the timers. > > Currently, the change is useful for the dropentry delayed > work but it will be used also in following patch > when flushing connections to failed destinations. Applied, thanks.