Re: [PATCH net-next] bridge: del external_learned fdbs from device on flush or ageout

2015-06-15 Thread David Miller
From: sfel...@gmail.com Date: Sun, 14 Jun 2015 11:33:11 -0700 > From: Scott Feldman > > We need to delete from offload the device externally learnded fdbs when any > one of these events happen: > > 1) Bridge ages out fdb. (When bridge is doing ageing vs. device doing > ageing. If device is do

Re: [PATCH net-next] bridge: del external_learned fdbs from device on flush or ageout

2015-06-14 Thread Rami Rosen
Hi, I will try to find time, will notify you if starting work on it ;) Regards, Rami Rosen -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH net-next] bridge: del external_learned fdbs from device on flush or ageout

2015-06-14 Thread Scott Feldman
On Sun, Jun 14, 2015 at 3:14 PM, Rami Rosen wrote: > Hi, > > You mention bridge doing ageing vs. device doing > ageing. AFAIK, there is no way to prevent a bridge from doing aging by > a sysfs entry. Do you think that preventing bridge aging via sysfs is > needed? The topic has been discussed bef

Re: [PATCH net-next] bridge: del external_learned fdbs from device on flush or ageout

2015-06-14 Thread Rami Rosen
Hi, You mention bridge doing ageing vs. device doing ageing. AFAIK, there is no way to prevent a bridge from doing aging by a sysfs entry. Do you think that preventing bridge aging via sysfs is needed? Regards, Rami Rosen -- To unsubscribe from this list: send the line "unsubscribe netdev" in the

[PATCH net-next] bridge: del external_learned fdbs from device on flush or ageout

2015-06-14 Thread sfeldma
From: Scott Feldman We need to delete from offload the device externally learnded fdbs when any one of these events happen: 1) Bridge ages out fdb. (When bridge is doing ageing vs. device doing ageing. If device is doing ageing, it would send SWITCHDEV_FDB_DEL directly). 2) STP state change f