Re: [ovs-dev] [PATCH v3 6/7] lib/classifier: RCUify prefix trie code.
> cls_set_prefix_fields() now synchronizes explicitly with the readers, > waiting them to finish using the old configuration before changing to > the new configuration. > > Signed-off-by: Jarno Rajahalme Acked-by: YAMAMOTO Takashi ___ dev mailing list
[ovs-dev] [PATCH v3 6/7] lib/classifier: RCUify prefix trie code.
cls_set_prefix_fields() now synchronizes explicitly with the readers, waiting them to finish using the old configuration before changing to the new configuration. Signed-off-by: Jarno Rajahalme --- v3: No change. lib/classifier.c| 214 +-- li