Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2016-06-06 Thread Vivien Didelot
Florian Fainelli writes: > Add support for the FDB add, delete, and dump operations. The add and > delete operations are implemented using directed ARL operations using > the specified MAC address and consist in a read operation, write and > readback operation. > > The dump operation consists in

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2016-06-03 Thread Florian Fainelli
On 06/03/2016 05:05 PM, Florian Fainelli wrote: > Add support for the FDB add, delete, and dump operations. The add and > delete operations are implemented using directed ARL operations using > the specified MAC address and consist in a read operation, write and > readback operation. > > The dump

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-26 Thread David Miller
From: Florian Fainelli Date: Fri, 23 Oct 2015 11:38:07 -0700 > Add support for the FDB add, delete, and dump operations. The add and > delete operations are implemented using directed ARL operations using > the specified MAC address and consist in a read operation, write and > readback operation.

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-26 Thread Vivien Didelot
On Oct. Friday 23 (43) 11:38 AM, Florian Fainelli wrote: > Add support for the FDB add, delete, and dump operations. The add and > delete operations are implemented using directed ARL operations using > the specified MAC address and consist in a read operation, write and > readback operation. > >

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-26 Thread Florian Fainelli
On 23/10/15 15:44, Vivien Didelot wrote: > On Oct. Friday 23 (43) 01:20 PM, Florian Fainelli wrote: >> On 23/10/15 12:28, Vivien Didelot wrote: >>> On Oct. Friday 23 (43) 11:38 AM, Florian Fainelli wrote: +static int bcm_sf2_sw_fdb_del(struct dsa_switch *ds, int port, +

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-23 Thread Vivien Didelot
On Oct. Friday 23 (43) 01:20 PM, Florian Fainelli wrote: > On 23/10/15 12:28, Vivien Didelot wrote: > > On Oct. Friday 23 (43) 11:38 AM, Florian Fainelli wrote: > >> +static int bcm_sf2_sw_fdb_del(struct dsa_switch *ds, int port, > >> +const struct switchdev_obj_port_fdb *fd

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-23 Thread Florian Fainelli
On 23/10/15 12:28, Vivien Didelot wrote: > On Oct. Friday 23 (43) 11:38 AM, Florian Fainelli wrote: >> Add support for the FDB add, delete, and dump operations. The add and >> delete operations are implemented using directed ARL operations using >> the specified MAC address and consist in a read op

Re: [PATCH net-next] net: dsa: bcm_sf2: Implement FDB operations

2015-10-23 Thread Vivien Didelot
On Oct. Friday 23 (43) 11:38 AM, Florian Fainelli wrote: > Add support for the FDB add, delete, and dump operations. The add and > delete operations are implemented using directed ARL operations using > the specified MAC address and consist in a read operation, write and > readback operation. > >