Re: [PATCH net-next v2 6/6] net: dsa: remove port_fdb_getnext

2015-10-14 Thread Florian Fainelli
On 13/10/15 09:46, Vivien Didelot wrote: > No driver implements port_fdb_getnext anymore, and port_fdb_dump is > preferred anyway, so remove this function from DSA. > > Signed-off-by: Vivien Didelot Acked-by: Florian Fainelli -- Florian -- To unsubscribe from this list: send the line "unsubscr

[PATCH net-next v2 6/6] net: dsa: remove port_fdb_getnext

2015-10-13 Thread Vivien Didelot
No driver implements port_fdb_getnext anymore, and port_fdb_dump is preferred anyway, so remove this function from DSA. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 3 --- net/dsa/slave.c | 25 + 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/i