search for: c0a41b887ce6

Displaying 4 results from an estimated 4 matches for "c0a41b887ce6".

2019 Mar 21
1
[summary] virtio network device failover writeup
...> We won?t prevent customer from explicitly moving the net-failover slaves out of this netns, but we will not move them out of there automatically. >> >> >> The 2-device netvsc already handles case where master changes namespace. > > Is it by moving slave with it? See c0a41b887ce6 ("hv_netvsc: move VF to same namespace as netvsc device?). It seems that when NetVSC master netdev changes netns, the VF is moved to the same netns by the NetVSC driver. Kinda the opposite than what we are suggesting here to make sure that the net-failover master netdev is on a separate netns...
2019 Mar 21
2
[summary] virtio network device failover writeup
On Thu, Mar 21, 2019 at 08:45:17AM -0700, Stephen Hemminger wrote: > On Thu, 21 Mar 2019 15:04:37 +0200 > Liran Alon <liran.alon at oracle.com> wrote: > > > > > > > OK. Now what happens if master is moved to another namespace? Do we need > > > to move the slaves too? > > > > No. Why would we move the slaves? The whole point is to make most
2019 Mar 21
2
[summary] virtio network device failover writeup
On Thu, Mar 21, 2019 at 08:45:17AM -0700, Stephen Hemminger wrote: > On Thu, 21 Mar 2019 15:04:37 +0200 > Liran Alon <liran.alon at oracle.com> wrote: > > > > > > > OK. Now what happens if master is moved to another namespace? Do we need > > > to move the slaves too? > > > > No. Why would we move the slaves? The whole point is to make most
2019 Mar 21
0
[summary] virtio network device failover writeup
...explicitly moving the net-failover slaves out of this netns, but we will not move them out of there automatically. > >> > >> > >> The 2-device netvsc already handles case where master changes namespace. > > > > Is it by moving slave with it? > > See c0a41b887ce6 ("hv_netvsc: move VF to same namespace as netvsc device?). > It seems that when NetVSC master netdev changes netns, the VF is moved to the same netns by the NetVSC driver. > Kinda the opposite than what we are suggesting here to make sure that the net-failover master netdev is on a separ...