[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170921165902.10746-1-fw@strlen.de>
Date: Thu, 21 Sep 2017 18:58:55 +0200
From: Florian Westphal <fw@...len.de>
To: <netdev@...r.kernel.org>
Subject: [PATCH net-next] rtnetlink: prepare for further rtnl lock pushdown/removal
First patch adds a rudimentary vrf test case.
Remaining patches split large rtnl_fill_ifinfo into smaller chunks
to better see which parts
1. require rtnl
2. do not require it at all
3. rely on rtnl locking now but could be converted
add ASSERT_RTNL annotations/checks in a few spots as reminder for future
rtnl removal/pushdown patches.
net/core/rtnetlink.c | 161 ++++++++++++++++++++++---------
tools/testing/selftests/net/rtnetlink.sh | 42 ++++++++
2 files changed, 161 insertions(+), 42 deletions(-)
Powered by blists - more mailing lists