All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: Fix bridge enslavement failure
@ 2020-09-10 11:01 Ido Schimmel
  2020-09-10 11:01 ` [PATCH net 1/2] " Ido Schimmel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ido Schimmel @ 2020-09-10 11:01 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, jiri, nikolay, roopa, vasundhara-v.volam, jtoppins,
	michael.chan, andrew, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@nvidia.com>

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
  selftests: rtnetlink: Test bridge enslavement with different parent
    IDs

 net/core/dev.c                           |  2 +-
 tools/testing/selftests/net/rtnetlink.sh | 47 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-10 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 11:01 [PATCH net 0/2] net: Fix bridge enslavement failure Ido Schimmel
2020-09-10 11:01 ` [PATCH net 1/2] " Ido Schimmel
2020-09-10 11:01 ` [PATCH net 2/2] selftests: rtnetlink: Test bridge enslavement with different parent IDs Ido Schimmel
2020-09-10 19:31 ` [PATCH net 0/2] net: Fix bridge enslavement failure Jakub Kicinski
2020-09-10 22:07 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.