netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next v2 0/6] switchdev: bring back switchdev_obj
@ 2015-10-01  9:03 Jiri Pirko
  2015-10-01  9:03 ` [patch net-next v2 1/6] switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* Jiri Pirko
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Jiri Pirko @ 2015-10-01  9:03 UTC (permalink / raw)
  To: netdev
  Cc: davem, idosch, eladr, sfeldma, f.fainelli, linux, vivien.didelot,
	andrew

Second version of the patch extends to a patchset. Basically this patchset
brings object structure back which disappeared with recent Vivien's patchset.
Also it does a bit of naming changes in order to get the things in line.
Also, object id is put back into object structure.
Thanks to Scott and Vivien for review and suggestions.

Jiri Pirko (6):
  switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
  switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
  switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
  switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
  switchdev: bring back switchdev_obj and use it as a generic object
    param
  switchdev: push object ID back to object structure

 Documentation/networking/switchdev.txt         | 15 +++--
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c |  2 +-
 drivers/net/ethernet/rocker/rocker.c           | 80 ++++++++++++----------
 include/net/switchdev.h                        | 76 ++++++++++++---------
 net/bridge/br_fdb.c                            |  5 +-
 net/bridge/br_stp.c                            |  2 +-
 net/bridge/br_vlan.c                           | 10 +--
 net/core/net-sysfs.c                           |  2 +-
 net/core/rtnetlink.c                           |  2 +-
 net/dsa/slave.c                                | 72 +++++++++++---------
 net/switchdev/switchdev.c                      | 93 ++++++++++++++------------
 11 files changed, 199 insertions(+), 160 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-10-03 11:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01  9:03 [patch net-next v2 0/6] switchdev: bring back switchdev_obj Jiri Pirko
2015-10-01  9:03 ` [patch net-next v2 1/6] switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* Jiri Pirko
2015-10-01 15:52   ` Scott Feldman
2015-10-01 16:20   ` Vivien Didelot
2015-10-01  9:03 ` [patch net-next v2 2/6] switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* Jiri Pirko
2015-10-01 15:52   ` Scott Feldman
2015-10-01 16:23   ` Vivien Didelot
2015-10-01  9:03 ` [patch net-next v2 3/6] switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan Jiri Pirko
2015-10-01 15:52   ` Scott Feldman
2015-10-01 16:26   ` Vivien Didelot
2015-10-01  9:03 ` [patch net-next v2 4/6] switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb Jiri Pirko
2015-10-01 15:53   ` Scott Feldman
2015-10-01 16:28   ` Vivien Didelot
2015-10-01  9:03 ` [patch net-next v2 5/6] switchdev: bring back switchdev_obj and use it as a generic object param Jiri Pirko
2015-10-01 15:53   ` Scott Feldman
2015-10-01 16:40   ` Vivien Didelot
2015-10-01  9:03 ` [patch net-next v2 6/6] switchdev: push object ID back to object structure Jiri Pirko
2015-10-01 15:54   ` Scott Feldman
2015-10-01 16:43   ` Vivien Didelot
2015-10-03 11:50 ` [patch net-next v2 0/6] switchdev: bring back switchdev_obj 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).