Re: [PATCH v2 00/11] Modify action API for implementing lockless actions

2018-05-27 Thread Jiri Pirko
Sun, May 27, 2018 at 06:41:27PM CEST, vla...@mellanox.com wrote: [...] >Changes from V1 to V2: >- Removed redundant actions ops lookup during delete. >- Merge action ops delete definition and implementation. >- Assume all actions have delete implemented and don't check for it > explicitly. >-

[PATCH v2 00/11] Modify action API for implementing lockless actions

2018-05-27 Thread Vlad Buslov
Currently, all netlink protocol handlers for updating rules, actions and qdiscs are protected with single global rtnl lock which removes any possibility for parallelism. This patch set is a first step to remove rtnl lock dependency from TC rules update path. Recently, new rtnl registration flag