[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1486994351-1137-1-git-send-email-nikolay@cumulusnetworks.com>
Date: Mon, 13 Feb 2017 14:59:08 +0100
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
To: netdev@...r.kernel.org
Cc: roopa@...ulusnetworks.com, davem@...emloft.net,
stephen@...workplumber.org, bridge@...ts.linux-foundation.org,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Subject: [PATCH net-next 0/3] bridge: minor fdb cleanup
Hi,
These patches aim to simplify the bridge fdb API a little by removing some
redundant functions and converting them into wrappers of a single function.
Also add proper lock checking to avoid future mistakes for the search
functions.
Thanks,
Nik
Nikolay Aleksandrov (3):
bridge: fdb: converge fdb searching functions into one
bridge: fdb: add proper lock checks in searching functions
bridge: fdb: converge fdb_delete_by functions into one
net/bridge/br_device.c | 2 +-
net/bridge/br_fdb.c | 177 ++++++++++++++++++------------------------------
net/bridge/br_input.c | 4 +-
net/bridge/br_private.h | 14 +++-
4 files changed, 81 insertions(+), 116 deletions(-)
--
2.1.4
Powered by blists - more mailing lists