Mon, Feb 04, 2019 at 01:32:53PM CET, [email protected] wrote:
>All users of chain->filters_chain rely on rtnl lock and assume that no new
>classifier instances are added when traversing the list. Use
>tcf_get_next_proto() to traverse filters list without relying on rtnl
>mutex. This function iterates over classifiers by taking reference to
>current iterator classifier only and doesn't assume external
>synchronization of filters list.
>
>Signed-off-by: Vlad Buslov <[email protected]>

Acked-by: Jiri Pirko <[email protected]>

Reply via email to