[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444754783-26975-1-git-send-email-vivien.didelot@savoirfairelinux.com>
Date: Tue, 13 Oct 2015 12:46:17 -0400
From: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel@...oirfairelinux.com,
"David S. Miller" <davem@...emloft.net>,
Scott Feldman <sfeldma@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...oirfairelinux.com>
Subject: [PATCH net-next v2 0/6] net: dsa: implement port_fdb_dump in drivers
Not all switch chips provide a Get Next kind of operation to dump FDB entries.
It is preferred to let the driver handle the dump operation the way it works
best for the chip. Thus, drop port_fdb_getnext and implement the port_fdb_dump
operation in DSA, which pushes the switchdev FDB dump callback down to the
drivers. mv88e6xxx is the only driver affected and is updated accordingly.
v1 -> v2: fix a few "return err" instead of "goto unlock" in mv88e6xxx.c
Vivien Didelot (6):
net: dsa: add port_fdb_dump function
net: dsa: mv88e6xxx: write VID outside of VTU Get Next code
net: dsa: mv88e6xxx: write MAC outside of ATU Get Next code
net: dsa: mv88e6xxx: implement port_fdb_dump
net: dsa: mv88e6xxx: remove port_fdb_getnext
net: dsa: remove port_fdb_getnext
drivers/net/dsa/mv88e6171.c | 2 +-
drivers/net/dsa/mv88e6352.c | 2 +-
drivers/net/dsa/mv88e6xxx.c | 138 ++++++++++++++++++++++++--------------------
drivers/net/dsa/mv88e6xxx.h | 5 +-
include/net/dsa.h | 8 ++-
net/dsa/slave.c | 26 +--------
6 files changed, 89 insertions(+), 92 deletions(-)
--
2.6.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists