From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:47862 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbeBTSY0 (ORCPT ); Tue, 20 Feb 2018 13:24:26 -0500 Date: Tue, 20 Feb 2018 13:24:23 -0500 (EST) Message-Id: <20180220.132423.717464351947753628.davem@davemloft.net> To: ktkhai@virtuozzo.com Cc: nicolas.dichtel@6wind.com, vyasevic@redhat.com, paulmck@linux.vnet.ibm.com, vyasevich@gmail.com, mark.rutland@arm.com, gregkh@linuxfoundation.org, leonro@mellanox.com, avagin@virtuozzo.com, fw@strlen.de, roman.kapl@sysgo.com, netdev@vger.kernel.org Subject: Re: [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing From: David Miller In-Reply-To: <151903409491.8021.11032992295248447417.stgit@localhost.localdomain> References: <151903409491.8021.11032992295248447417.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Kirill Tkhai Date: Mon, 19 Feb 2018 12:58:28 +0300 > [1/3] kills net_mutex and makes net_sem be taken for write instead. > This is made to take less locks (1 instead of 2) for the time > before all pernet_operations are converted. > > [2-3/3] simplifies dead net cleanup queueing, and makes llist api > be used for that. Series applied, thank you.