Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2020 03:42:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 242891] mlx5_core0 ERR
Message-ID:  <bug-242891-7501-MQaWRlr97R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242891-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242891-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242891

--- Comment #14 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
I've tested 12-STABLE (r362180) which doesn't work, while -CURRENT (r362186)
works.

They have similar dmesg:

FreeBSD 12.1-STABLE r362180 GENERIC

root@antest:~ # dmesg -a | grep mlx
mlx5en: Mellanox Ethernet driver 3.5.2 (September 2019)
mlx5_core0: <mlx5_core> at device 2.0 on pci1
mlx5_core0: ERR: mlx5_init_once:937:(pid 0): Unable to find vendor specific
capabilities
mlx5_core0: WARN: mlx5_fwdump_prep:76:(pid 0): Failed to find vendor-specif=
ic
capability, error 2
mce0: ERR: mlx5e_ioctl:3303:(pid 0): tso6 disabled due to -txcsum6.
mce0: ERR: mlx5e_ioctl:3323:(pid 0): enable txcsum6 first.
root@antest:~ # dmesg -a | grep mce0
mce0: Ethernet address: 00:0d:3a:8a:b6:bd
mce0: link state changed to DOWN
mce0: ERR: mlx5e_ioctl:3303:(pid 0): tso6 disabled due to -txcsum6.
mce0: ERR: mlx5e_ioctl:3323:(pid 0): enable txcsum6 first.
mce0: link state changed to UP
hn0: mce0 SIOCGIFRSSKEY failed: 22
Starting Network: lo0 hn0 mce0.
mce0: flags=3D8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> metric =
0 mtu
1500

FreeBSD 13.0-CURRENT r362186 GENERIC

lwhsu@antest:~ > dmesg -a | grep mlx
mlx5en: Mellanox Ethernet driver 3.5.2 (September 2019)
mlx5_core0: <mlx5_core> at device 2.0 on pci1
mlx5_core0: ERR: mlx5_init_once:938:(pid 0): Unable to find vendor specific
capabilities
mlx5_core0: WARN: mlx5_fwdump_prep:76:(pid 0): Failed to find vendor-specif=
ic
capability, error 2
mce0: ERR: mlx5e_ioctl:3341:(pid 0): tso6 disabled due to -txcsum6.
mce0: ERR: mlx5e_ioctl:3367:(pid 0): enable txcsum6 first.
lwhsu@antest:~ > dmesg -a | grep mce0
mce0: Ethernet address: 00:0d:3a:8a:b6:bd
mce0: link state changed to DOWN
mce0: ERR: mlx5e_ioctl:3341:(pid 0): tso6 disabled due to -txcsum6.
mce0: ERR: mlx5e_ioctl:3367:(pid 0): enable txcsum6 first.
mce0: link state changed to UP
hn0: mce0 SIOCGIFRSSKEY failed: 22
Starting Network: lo0 hn0 mce0.
mce0: flags=3D8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> metric =
0 mtu
1500

I'm testing these on Azure with manually enabling accelerated networking:

https://microsoft.github.io/AzureTipsAndTricks/blog/tip226.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242891-7501-MQaWRlr97R>