Hi All,
How can I get valid interface details from a paravirtualized interface within a VM? ethtool doesn't show anything useful with the para driver...
But with a real driver, I get details on speed, duplex, etc...
Thank you for any clarification you can offer.
How can I get valid interface details from a paravirtualized interface within a VM? ethtool doesn't show anything useful with the para driver...
Code:
ethtool ens19
Settings for ens19:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: Unknown!
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
But with a real driver, I get details on speed, duplex, etc...
Code:
ethtool enp139s0f1
Settings for enp139s0f1:
Supported ports: [ TP ]
Supported link modes: 100baseT/Full
1000baseT/Full
10000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 100baseT/Full
1000baseT/Full
10000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Thank you for any clarification you can offer.