Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Nikolay Aleksandrov
On 24/04/17 18:21, Xin Long wrote: > On Mon, Apr 24, 2017 at 10:53 PM, Nikolay Aleksandrov > wrote: >> On 24/04/17 17:41, Xin Long wrote: >>> On Mon, Apr 24, 2017 at 8:07 PM, Nikolay Aleksandrov >>> wrote: On 24/04/17 14:01, Nikolay

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Xin Long
On Mon, Apr 24, 2017 at 10:53 PM, Nikolay Aleksandrov wrote: > On 24/04/17 17:41, Xin Long wrote: >> On Mon, Apr 24, 2017 at 8:07 PM, Nikolay Aleksandrov >> wrote: >>> On 24/04/17 14:01, Nikolay Aleksandrov wrote: On 24/04/17 10:25,

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Nikolay Aleksandrov
On 24/04/17 17:41, Xin Long wrote: > On Mon, Apr 24, 2017 at 8:07 PM, Nikolay Aleksandrov > wrote: >> On 24/04/17 14:01, Nikolay Aleksandrov wrote: >>> On 24/04/17 10:25, Xin Long wrote: During removing a bridge device, if the bridge is still up, a new mdb entry

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Xin Long
On Mon, Apr 24, 2017 at 8:07 PM, Nikolay Aleksandrov wrote: > On 24/04/17 14:01, Nikolay Aleksandrov wrote: >> On 24/04/17 10:25, Xin Long wrote: >>> During removing a bridge device, if the bridge is still up, a new mdb entry >>> still can be added in

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Nikolay Aleksandrov
On 24/04/17 14:01, Nikolay Aleksandrov wrote: > On 24/04/17 10:25, Xin Long wrote: >> During removing a bridge device, if the bridge is still up, a new mdb entry >> still can be added in br_multicast_add_group() after all mdb entries are >> removed in br_multicast_dev_del(). Like the path: >> >>

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Nikolay Aleksandrov
On 24/04/17 14:01, Nikolay Aleksandrov wrote: > On 24/04/17 10:25, Xin Long wrote: >> During removing a bridge device, if the bridge is still up, a new mdb entry >> still can be added in br_multicast_add_group() after all mdb entries are >> removed in br_multicast_dev_del(). Like the path: >> >>

Re: [PATCH net] bridge: shutdown bridge device before removing it

2017-04-24 Thread Nikolay Aleksandrov
On 24/04/17 10:25, Xin Long wrote: > During removing a bridge device, if the bridge is still up, a new mdb entry > still can be added in br_multicast_add_group() after all mdb entries are > removed in br_multicast_dev_del(). Like the path: > > mld_ifc_timer_expire -> > mld_sendpack -> ... >