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

From: David Miller
Date: Thu Oct 22 2015 - 08:58:57 EST


From: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>
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_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.
>
> v2 -> v3: opencode switchdev_obj_dump_cb_t to avoid multiple typedef
>
> v1 -> v2: fix a few "return err" instead of "goto unlock" in mv88e6xxx.c

This series gives rejects when I try to apply it to net-next, so please
respin.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/