Displaying 2 results from an estimated 2 matches for "p13p2".
Did you mean:
p1342
2013 Dec 17
2
How to Position a Network Interface in Physical PCI Slot
Hi ,
I would like to assign a Network Interface card to Physical Slot X in the
virtual machine,
I have gone through the XML file definition[Now i have some idea on how to
position the Network Interface in Logical PCI Slot.]
I am NOT interested in using a PCI Pass-through from the Host.
currently running Fedora 19 with libvirt 1.2.0
I would like to create an network interface card on
2013 Dec 17
0
Re: How to Position a Network Interface in Physical PCI Slot
...up on a particular slot doesn't necessarily guarantee the name
that will be given to the interface - that is completely up to the guest
OS. For example, on my F19 hardware, I have an ethernet at bus=4 slot=0
function=0 which was given the name "p13p1", another at 4:0.1 which is
"p13p2", and another that is integrated on the motherboard at 6:0.0
which is named "p32p1". On several F19 guests (some installed with F19
from scratch, at least one upgraded from F18), the network interfaces
are all named ethX. I believe this is now somehow controlled by systemd,
but I hav...