Hi Clearview folks,
The dladm output of my ixgb NIC is as follows, indicating link state is
"unknown". While ping, netperf works fine on this back-to-back 10G link.
And the dladm output from the peer side says the link is "up".
Am I hitting some bugs here? Thank you very much!
# dladm show-dev -p ixgb0
ixgb0 link=unknown speed=10000 duplex=full
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.84.198 netmask ffffff00 broadcast 192.168.84.255
ether 0:14:4f:2:d7:12
ixgb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.10.10.1 netmask ffffff00 broadcast 10.10.10.255
ether 0:3:ba:93:f4:a3
# ping 10.10.10.2
10.10.10.2 is alive
- yxn