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)
Fri, May 15, 11:50 AM
Unknown Object (File)
Fri, May 15, 11:46 AM
Unknown Object (File)
Thu, May 14, 3:59 AM
Unknown Object (File)
Thu, May 14, 3:56 AM
Unknown Object (File)
Wed, May 13, 5:35 PM
Unknown Object (File)
Tue, May 12, 9:33 AM
Unknown Object (File)
Tue, May 12, 9:33 AM
Unknown Object (File)
Mon, May 11, 8:04 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