Page MenuHomeFreeBSD

qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctl
ClosedPublic

Authored by zlei on Jan 26 2026, 6:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 12, 9:04 AM
Unknown Object (File)
Sat, Apr 11, 5:39 AM
Unknown Object (File)
Wed, Apr 8, 2:17 AM
Unknown Object (File)
Mar 16 2026, 9:40 PM
Unknown Object (File)
Mar 15 2026, 11:16 PM
Unknown Object (File)
Mar 2 2026, 4:09 PM
Unknown Object (File)
Mar 2 2026, 3:14 AM
Unknown Object (File)
Feb 18 2026, 3:22 PM
Subscribers

Details

Summary

Since change [1] the init routine qlnx_init() works as intended, then
there is no need to handle SIOCSIFADDR ioctl by the driver.

Combined with D54887, this shall be a better fix for PR 287445.

[1] D54887 qlnxe: Avoid reinitializing the interface when it is already initialized

PR: 287445
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Jan 26 2026, 6:40 AM

ack as long as the other review is ok

This revision is now accepted and ready to land.Feb 6 2026, 6:27 AM