Re: [PATCH net 0/2] net: Fix bridge enslavement failure

2020-09-10 Thread David Miller
From: Ido Schimmel Date: Thu, 10 Sep 2020 14:01:25 +0300 > From: Ido Schimmel > > Patch #1 fixes an issue in which an upper netdev cannot be enslaved to a > bridge when it has multiple netdevs with different parent identifiers > beneath it. > > Patch #2 adds a test case using two netdevsim ins

Re: [PATCH net 0/2] net: Fix bridge enslavement failure

2020-09-10 Thread Jakub Kicinski
On Thu, 10 Sep 2020 14:01:25 +0300 Ido Schimmel wrote: > From: Ido Schimmel > > Patch #1 fixes an issue in which an upper netdev cannot be enslaved to a > bridge when it has multiple netdevs with different parent identifiers > beneath it. > > Patch #2 adds a test case using two netdevsim instanc

[PATCH net 0/2] net: Fix bridge enslavement failure

2020-09-10 Thread Ido Schimmel
From: Ido Schimmel Patch #1 fixes an issue in which an upper netdev cannot be enslaved to a bridge when it has multiple netdevs with different parent identifiers beneath it. Patch #2 adds a test case using two netdevsim instances. Ido Schimmel (2): net: Fix bridge enslavement failure selfte