Thu, Mar 21, 2019 at 02:17:42PM CET, [email protected] wrote:
>struct tcf_proto was extended with spinlock to be used by classifiers
>instead of global rtnl lock. Use it to protect shared flower classifier
>data structures (handle_idr, mask hashtable and list) and fields of
>individual filters that can be accessed concurrently. This patch set uses
>tcf_proto->lock as per instance lock that protects all filters on
>tcf_proto.
>
>Signed-off-by: Vlad Buslov <[email protected]>
>Reviewed-by: Stefano Brivio <[email protected]>

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

Reply via email to