net: bridge: Extract boilerplate around switchdev_port_obj_*()
authorPetr Machata <petrm@mellanox.com>
Wed, 30 May 2018 00:56:03 +0000 (02:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 May 2018 18:13:42 +0000 (14:13 -0400)
commitd66e4348969de33cccdd2bc3920b49fb0114b306
tree2e8a43ebe208fe6cfa5f1a1dd3fc8ec9b8480fed
parent32d26a685c1802a0e485bd674e7dd038e88019f7
net: bridge: Extract boilerplate around switchdev_port_obj_*()

A call to switchdev_port_obj_add() or switchdev_port_obj_del() involves
initializing a struct switchdev_obj_port_vlan, a piece of code that
repeats on each call site almost verbatim. While in the current codebase
there is just one duplicated add call, the follow-up patches add more of
both add and del calls.

Thus to remove the duplication, extract the repetition into named
functions and reuse.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_private.h
net/bridge/br_switchdev.c
net/bridge/br_vlan.c