Re: [PATCH net-next v3 0/2] bridge: make setlink/dellink notifications more accurate

2017-10-25 Thread David Miller
From: Nikolay Aleksandrov Date: Thu, 26 Oct 2017 01:14:19 +0300 > On 26/10/17 00:59, Nikolay Aleksandrov wrote: > ... >> >> v3: rebased to latest net-next and fixed non-vlan config functions reported >> by kbuild test bot > > And obviously fixed them wrong, grr... sorry about the noise agai

Re: [PATCH net-next v3 0/2] bridge: make setlink/dellink notifications more accurate

2017-10-25 Thread Nikolay Aleksandrov
On 26/10/17 00:59, Nikolay Aleksandrov wrote: ... > > v3: rebased to latest net-next and fixed non-vlan config functions reported > by kbuild test bot And obviously fixed them wrong, grr... sorry about the noise again, I'll resend v4 with the proper fix. > v2: pass changed down to vlan add

[PATCH net-next v3 0/2] bridge: make setlink/dellink notifications more accurate

2017-10-25 Thread Nikolay Aleksandrov
Hi, Before this set the bridge would generate a notification on vlan add or del even if they didn't actually do any changes, which confuses listeners and is generally not preferred. We could also lose notifications on actual changes if one adds a range of vlans and there's an error in the middle. T