On 2017-01-13 at 12:06:07 +0100, Vadim Kochan <vadi...@gmail.com> wrote: > list.h provides generic Linux-like linked list API which also supports > RCU list operations. > > Also additionally was removed the spinlock which is not needed for > RCU-list operations, for the list_del_rcu(...) case it is needed > additionally call call_rcu(...) before free the flow entry. > > Because of full RCU support now flows are freed after grace-period > (after presenter leaves RCU lock) via calling call_rcu(), because > of that for the new entries we return NFCT_CB_STOLEN to tell conntrack > API do not automatically free received nfct_conntrack object, it will be > freed by us via call_rcu(...) therefor no need to use nfct_clone(n). > > Signed-off-by: Vadim Kochan <vadi...@gmail.com>
Applied, thank you! -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to netsniff-ng+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.