| 43 | |
| 44 | {{{ |
| 45 | root@seal:~# dladm show-phys |
| 46 | LINK MEDIA STATE SPEED DUPLEX DEVICE |
| 47 | ixgbe0 Ethernet up 10000 full ixgbe0 |
| 48 | igb0 Ethernet unknown 0 half igb0 |
| 49 | igb1 Ethernet up 1000 full igb1 |
| 50 | ixgbe1 Ethernet down 0 unknown ixgbe1 |
| 51 | ibp0 Infiniband up 16000 unknown ibp0 |
| 52 | ibp1 Infiniband down 2000 unknown ibp1 |
| 53 | root@seal:~# modinfo | grep ixgbe |
| 54 | 174 fffffffff813c000 26b00 81 1 ixgbe (Intel 10Gb Ethernet) |
| 55 | root@seal:~# grep ixgbe /etc/path_to_inst |
| 56 | "/pci@0,0/pci8086,340a@3/pci15d9,611@0" 0 "ixgbe" |
| 57 | "/pci@0,0/pci8086,340a@3/pci15d9,611@0,1" 1 "ixgbe" |
| 58 | |
| 59 | }}} |