Page MenuHomeFreeBSD

qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctl
ClosedPublic

Authored by zlei on Jan 26 2026, 6:40 AM.
Tags
None
Referenced Files
F148124402: D54888.diff
Sun, Mar 15, 11:16 PM
Unknown Object (File)
Mon, Mar 2, 4:09 PM
Unknown Object (File)
Mon, Mar 2, 3:14 AM
Unknown Object (File)
Wed, Feb 18, 3:22 PM
Unknown Object (File)
Sat, Feb 14, 6:03 PM
Unknown Object (File)
Feb 13 2026, 10:29 PM
Unknown Object (File)
Feb 10 2026, 9:44 PM
Unknown Object (File)
Feb 10 2026, 6:27 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