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)
Jul 26 2025, 6:10 PM
Unknown Object (File)
Jul 6 2025, 4:32 PM
Unknown Object (File)
Jun 25 2025, 3:44 PM
Unknown Object (File)
Jun 22 2025, 3:43 PM
Unknown Object (File)
Jun 21 2025, 6:03 PM
Unknown Object (File)
Jun 17 2025, 2:17 PM
Unknown Object (File)
Jun 17 2025, 1:39 AM
Unknown Object (File)
Jun 16 2025, 10:43 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.