Re: [PATCH net] hv_netvsc: set master device

2018-05-10 Thread David Miller
From: Stephen Hemminger Date: Wed, 9 May 2018 14:09:04 -0700 > The hyper-v transparent bonding should have used master_dev_link. > The netvsc device should look like a master bond device not > like the upper side of a tunnel. > > This makes the semantics the same so that userspace applications

[PATCH net] hv_netvsc: set master device

2018-05-09 Thread Stephen Hemminger
The hyper-v transparent bonding should have used master_dev_link. The netvsc device should look like a master bond device not like the upper side of a tunnel. This makes the semantics the same so that userspace applications looking at network devices see the correct master relationshipship. Fixes