[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <151903409491.8021.11032992295248447417.stgit@localhost.localdomain>
Date: Mon, 19 Feb 2018 12:58:28 +0300
From: Kirill Tkhai <ktkhai@...tuozzo.com>
To: davem@...emloft.net, nicolas.dichtel@...nd.com,
vyasevic@...hat.com, ktkhai@...tuozzo.com,
paulmck@...ux.vnet.ibm.com, vyasevich@...il.com,
mark.rutland@....com, gregkh@...uxfoundation.org,
leonro@...lanox.com, avagin@...tuozzo.com, fw@...len.de,
roman.kapl@...go.com, netdev@...r.kernel.org
Subject: [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list
queueing
[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.
---
Kirill Tkhai (3):
net: Kill net_mutex
net: Make cleanup_list and net::cleanup_list of llist type
net: Queue net_cleanup_work only if there is first net added
include/linux/rtnetlink.h | 1 -
include/net/net_namespace.h | 12 +++++--
net/core/net_namespace.c | 75 ++++++++++++++++++++++---------------------
3 files changed, 47 insertions(+), 41 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai@...tuozzo.com>
Powered by blists - more mailing lists