Re: [PATCH net-next v3 0/6] net: dsa: implement port_fdb_dump in drivers

2015-10-22 Thread David Miller
From: Vivien Didelot Date: Tue, 20 Oct 2015 12:17:20 -0400 > 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_du

[PATCH net-next v3 0/6] net: dsa: implement port_fdb_dump in drivers

2015-10-20 Thread Vivien Didelot
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 d