Re: [PATCH net-next v5 00/11] Modify action API for implementing lockless actions

2018-06-04 Thread David Miller
From: Vlad Buslov Date: Fri, 1 Jun 2018 18:15:07 +0300 > 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 f

[PATCH net-next v5 00/11] Modify action API for implementing lockless actions

2018-06-01 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 RT