Page MenuHomeFreeBSD

dpaa2: Mechanically convert to IfAPI
ClosedPublic

Authored by jhibbits on Mar 7 2023, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 8 2026, 5:35 AM
Unknown Object (File)
Feb 7 2026, 6:45 PM
Unknown Object (File)
Feb 2 2026, 10:58 PM
Unknown Object (File)
Jan 31 2026, 11:56 AM
Unknown Object (File)
Jan 30 2026, 5:28 PM
Unknown Object (File)
Jan 30 2026, 4:26 AM
Unknown Object (File)
Jan 29 2026, 8:00 PM
Unknown Object (File)
Jan 29 2026, 2:58 PM
Subscribers

Details

Diff Detail

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

Event Timeline

zlei added a subscriber: zlei.

Looks good to me.

sys/dev/dpaa2/dpaa2_ni.c
2350

This can be combined with if_setdrvflagbits(ifp, IFF_DRV_RUNNING, IFF_DRV_OACTIVE); .

I'd support if you'd like to ;)

2890

Remove comment /* XXX - IFAPI */

This revision is now accepted and ready to land.Mar 8 2023, 3:22 AM
This revision was automatically updated to reflect the committed changes.