See the following [03:00.1 and 03:00.1]:
I can only see the second 10-Gigbit NIC when I use the ip command , or is it the eno1? [expecting enp3s0f0]:
I cannot figre this out.. no I do not have this pci devicxe listed as a pass through for any VMs do not even have IOMMU enabled yet.
Code:
root@pvenode02:~# lspci -k| sed -n '/Ethernet/,/driver in use/p'
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01)
Subsystem: Super Micro Computer Inc Ethernet Controller 10-Gigabit X540-AT2
Kernel driver in use: ixgbe
03:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01)
Subsystem: Super Micro Computer Inc Ethernet Controller 10-Gigabit X540-AT2
Kernel driver in use: ixgbe
82:00.0 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
Subsystem: Hewlett-Packard Company NC365T 4-port Ethernet Server Adapter
Kernel driver in use: igb
82:00.1 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
Subsystem: Hewlett-Packard Company NC365T 4-port Ethernet Server Adapter
Kernel driver in use: igb
82:00.2 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
Subsystem: Hewlett-Packard Company NC365T 4-port Ethernet Server Adapter
Kernel driver in use: igb
82:00.3 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
Subsystem: Hewlett-Packard Company NC365T 4-port Ethernet Server Adapter
Kernel driver in use: igb
I can only see the second 10-Gigbit NIC when I use the ip command , or is it the eno1? [expecting enp3s0f0]:
Code:
root@pvenode02:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp130s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether ac:16:2d:93:6f:0c brd ff:ff:ff:ff:ff:ff
3: enp130s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether ac:16:2d:93:6f:0d brd ff:ff:ff:ff:ff:ff
4: enp130s0f2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether ac:16:2d:93:6f:0e brd ff:ff:ff:ff:ff:ff
5: enp130s0f3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether ac:16:2d:93:6f:0f brd ff:ff:ff:ff:ff:ff
6: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 3c:ec:ef:1b:c6:dc brd ff:ff:ff:ff:ff:ff
7: enp3s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq master vmbr2 state UP mode DEFAULT group default qlen 1000
link/ether 3c:ec:ef:1b:c6:dd brd ff:ff:ff:ff:ff:ff
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ac:16:2d:93:6f:0c brd ff:ff:ff:ff:ff:ff
9: vmbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 3c:ec:ef:1b:c6:dd brd ff:ff:ff:ff:ff:ff
10: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether c2:e9:92:38:11:c4 brd ff:ff:ff:ff:ff:ff
11: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether e2:ec:f2:62:1f:8a brd ff:ff:ff:ff:ff:ff
12: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master vmbr2 state UP mode DEFAULT group default qlen 1000
link/ether 32:dd:b7:14:70:51 brd ff:ff:ff:ff:ff:ff
13: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether e2:ec:f2:62:1f:8a brd ff:ff:ff:ff:ff:ff
I cannot figre this out.. no I do not have this pci devicxe listed as a pass through for any VMs do not even have IOMMU enabled yet.