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)
Thu, Nov 14, 11:23 PM
Unknown Object (File)
Sep 26 2024, 4:53 PM
Unknown Object (File)
Sep 25 2024, 11:13 PM
Unknown Object (File)
Sep 25 2024, 7:49 PM
Unknown Object (File)
Sep 22 2024, 8:19 PM
Unknown Object (File)
Sep 22 2024, 10:25 AM
Unknown Object (File)
Sep 19 2024, 1:08 PM
Unknown Object (File)
Sep 18 2024, 1:02 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.