From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v6 00/11] Modify action API for implementing lockless actions Date: Sat, 07 Jul 2018 20:41:40 +0900 (KST) Message-ID: <20180707.204140.911186408738755341.davem@davemloft.net> References: <1530800673-12280-1-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, ast@kernel.org, daniel@iogearbox.net, kliteyn@mellanox.com To: vladbu@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51966 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753739AbeGGLlo (ORCPT ); Sat, 7 Jul 2018 07:41:44 -0400 In-Reply-To: <1530800673-12280-1-git-send-email-vladbu@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vlad Buslov Date: Thu, 5 Jul 2018 17:24:22 +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 from TC rules update path. I've reviewed this a few time but since this is a rather non-trivial set of changes I'm going to let others have a chance to review and give feedback as well. Thanks.