Lines Matching +full:mac +full:- +full:address
1 .. SPDX-License-Identifier: GPL-2.0
17 a passthru/vf device with the same MAC gets registered as 'primary' slave
28 virtio-net accelerated datapath: STANDBY mode
31 net_failover enables hypervisor controlled accelerated datapath to virtio-net
35 feature on the virtio-net interface and assign the same MAC address to both
36 virtio-net and VF interfaces.
42 <mac address='52:54:00:00:12:53'/>
48 <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
51 <mac address='52:54:00:00:12:53'/>
53 <address type='pci' domain='0x0000' bus='0x42' slot='0x02' function='0x5'/>
55 <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
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
89 <mac address='52:54:00:00:12:53'/>
91 <address type='pci' domain='0x0000' bus='0x42' slot='0x02' function='0x5'/>
93 <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
99 DOMAIN=fedora27-tap01
105 MAC=52:54:00:00:12:53
108 virsh domif-setlink $DOMAIN $TAP_IF up
109 bridge fdb del $MAC dev $PF master
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