Page MenuHomeFreeBSD

qlnxe: Remove a pointless copy back from the link-layer address
ClosedPublic

Authored by zlei on Jan 26 2026, 6:20 AM.
Tags
None
Referenced Files
F158646914: D54883.diff
Thu, Jun 4, 7:47 AM
F158621327: D54883.id170437.diff
Thu, Jun 4, 1:49 AM
Unknown Object (File)
Wed, Jun 3, 1:15 PM
Unknown Object (File)
Sat, May 16, 12:28 PM
Unknown Object (File)
Thu, May 14, 3:46 PM
Unknown Object (File)
Thu, May 14, 3:59 AM
Unknown Object (File)
Wed, May 13, 6:32 PM
Unknown Object (File)
Mon, May 11, 8:31 PM
Subscribers

Details

Summary

On ifnet attaching, ether_ifattach() makes the link-layer address by
shadow copying the ha->primary_mac. Well the link-layer address will not
be altered during attaching, thus it is pointless to copy it back.

There should be no functional changes.

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:20 AM
This revision is now accepted and ready to land.Feb 6 2026, 6:07 AM