The qlnxe driver always sets the NIC's rx mac address to the card's default MAC, ignoring any MAC address set via ifconfig.
Created attachment 249621 [details] patch that checks for and uses MAC address set by ifconfig
(In reply to Keith Reynolds from comment #1) on CURRENT, where this must land first, it generates a build error: /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c:7081:56: error: cast from 'const char *' to 'char *' drops const qualifier [-Werror,-Wcast-qual] 7081 | rc = qlnx_set_ucast_rx_mac(ha, ECORE_FILTER_REPLACE, LLADDR(sdl)); | ^ /usr/src/sys/net/if_dl.h:68:29: note: expanded from macro 'LLADDR' 68 | #define LLADDR(s) ((caddr_t)((s)->sdl_data + (s)->sdl_nlen)) |
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=792226e53023cb09566cb78b2135b052e9b62e0e commit 792226e53023cb09566cb78b2135b052e9b62e0e Author: Keith Reynolds <keith.reynolds@hpe.com> AuthorDate: 2024-08-05 19:10:18 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-08-05 19:10:18 +0000 qlnxe: Allow MAC address override The qlnxe driver always sets the NIC's rx mac address to the card's default MAC, ignoring any MAC address set via ifconfig. PR: 278085 MFC after: 1 week sys/dev/qlnx/qlnxe/qlnx_os.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a9376f5caf1cdcee074601dbd838a1c5450e283c commit a9376f5caf1cdcee074601dbd838a1c5450e283c Author: Keith Reynolds <keith.reynolds@hpe.com> AuthorDate: 2024-08-05 19:10:18 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-08-13 19:34:10 +0000 qlnxe: Allow MAC address override The qlnxe driver always sets the NIC's rx mac address to the card's default MAC, ignoring any MAC address set via ifconfig. PR: 278085 (cherry picked from commit 792226e53023cb09566cb78b2135b052e9b62e0e) sys/dev/qlnx/qlnxe/qlnx_os.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=03f2916114647def8b68f1a7f4aee65aec5632c7 commit 03f2916114647def8b68f1a7f4aee65aec5632c7 Author: Keith Reynolds <keith.reynolds@hpe.com> AuthorDate: 2024-08-05 19:10:18 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-09-29 04:01:28 +0000 qlnxe: Allow MAC address override The qlnxe driver always sets the NIC's rx mac address to the card's default MAC, ignoring any MAC address set via ifconfig. PR: 278085 (cherry picked from commit 792226e53023cb09566cb78b2135b052e9b62e0e) sys/dev/qlnx/qlnxe/qlnx_os.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)