All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing
@ 2018-02-19  9:58 Kirill Tkhai
  2018-02-19  9:58 ` [PATCH 1/3] net: Kill net_mutex Kirill Tkhai
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Kirill Tkhai @ 2018-02-19  9:58 UTC (permalink / raw)
  To: davem, nicolas.dichtel, vyasevic, ktkhai, paulmck, vyasevich,
	mark.rutland, gregkh, leonro, avagin, fw, roman.kapl, netdev

[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@virtuozzo.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-02-21 10:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19  9:58 [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing Kirill Tkhai
2018-02-19  9:58 ` [PATCH 1/3] net: Kill net_mutex Kirill Tkhai
2018-02-20 23:18   ` Stephen Hemminger
2018-02-21 10:16     ` Kirill Tkhai
2018-02-19  9:58 ` [PATCH 2/3] net: Make cleanup_list and net::cleanup_list of llist type Kirill Tkhai
2018-02-20 19:42   ` Cong Wang
2018-02-21  8:30     ` Kirill Tkhai
2018-02-19  9:58 ` [PATCH 3/3] net: Queue net_cleanup_work only if there is first net added Kirill Tkhai
2018-02-19 13:52 ` [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing Kirill Tkhai
2018-02-20 18:24 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.