netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bridge: minor fdb cleanup
@ 2017-02-13 13:59 Nikolay Aleksandrov via Bridge
  2017-02-13 13:59 ` [PATCH net-next 1/3] bridge: fdb: converge fdb searching functions into one Nikolay Aleksandrov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nikolay Aleksandrov via Bridge @ 2017-02-13 13:59 UTC (permalink / raw)
  To: netdev; +Cc: Nikolay Aleksandrov, roopa, bridge, davem

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

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

end of thread, other threads:[~2017-02-14 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 13:59 [PATCH net-next 0/3] bridge: minor fdb cleanup Nikolay Aleksandrov via Bridge
2017-02-13 13:59 ` [PATCH net-next 1/3] bridge: fdb: converge fdb searching functions into one Nikolay Aleksandrov
2017-02-13 13:59 ` [PATCH net-next 2/3] bridge: fdb: add proper lock checks in searching functions Nikolay Aleksandrov
2017-02-13 13:59 ` [PATCH net-next 3/3] bridge: fdb: converge fdb_delete_by functions into one Nikolay Aleksandrov
2017-02-14 17:41 ` [PATCH net-next 0/3] bridge: minor fdb cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).