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

2018-05-29 Thread Vlad Buslov
On Tue 29 May 2018 at 04:26, Cong Wang wrote: >> 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

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

2018-05-28 Thread Cong Wang
On Sun, May 27, 2018 at 2:17 PM, Vlad Buslov wrote: > 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

[PATCH v3 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