Xilinx / open-nic-driver

AMD OpenNIC driver includes the Linux kernel driver
GNU General Public License v2.0
55 stars 40 forks source link

Ethtool showing link detected even with no cable connected #29

Closed LuminousXLB closed 2 years ago

LuminousXLB commented 2 years ago

Hi,

I'm trying this on a u250, which has 2 QSFP+ ports. But when I connected only one of the ports, both interface shows link detected

$ ethtool enp24s0f0
Settings for enp24s0f0:
Cannot get wake-on-lan settings: Operation not permitted
        Link detected: yes
$ ethtool enp24s0f1
Settings for enp24s0f1:
Cannot get wake-on-lan settings: Operation not permitted
        Link detected: yes

Is this expected or is there anything I did wrong?