On Mon, Apr 11, 2022 at 01:01:15PM +0200, Florian Westphal wrote: > This series removes the unconfirmed and dying percpu lists. > > Dying list is replaced by pernet list, only used when reliable event > delivery mode was requested. > > Unconfirmed list is replaced by a generation id for the conntrack > extesions, to detect when pointers to external objects (timeout policy, > helper, ...) has gone stale. > > An alternative to the genid would be to always take references on > such external objects, let me know if that is the preferred solution. Pushed it out to nf-next, thanks