Lines Matching +full:no +full:- +full:ether +full:- +full:link
1 .. SPDX-License-Identifier: GPL-2.0
21 it is available with link up and running.
28 virtio-net accelerated datapath: STANDBY mode
31 net_failover enables hypervisor controlled accelerated datapath to virtio-net
32 enabled VMs in a transparent manner with no/minimal guest userspace changes.
35 feature on the virtio-net interface and assign the same MAC address to both
36 virtio-net and VF interfaces.
47 <link state='down'/>
63 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
66 inet6 fe80::97d8:db2:8c10:b6d6/64 scope link
69 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
71 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
76 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
80 with VMs that have direct attached SR-IOV VF devices by automatic failover to
99 DOMAIN=fedora27-tap01
108 virsh domif-setlink $DOMAIN $TAP_IF up
110 virsh detach-device $DOMAIN $VF_XML
111 ip link set $PF vf $VF_NUM mac $ZERO_MAC
113 virsh migrate --live $DOMAIN qemu+ssh://$REMOTE_HOST/system
118 virsh attach-device $DOMAIN $VF_XML
119 virsh domif-setlink $DOMAIN $TAP_IF down