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, May 21, 12:21 AM
Unknown Object (File)
Tue, May 19, 8:40 PM
Unknown Object (File)
Mon, May 11, 11:29 PM
Unknown Object (File)
Wed, May 6, 2:36 AM
Unknown Object (File)
Thu, Apr 30, 4:26 PM
Unknown Object (File)
Mon, Apr 27, 10:59 PM
Unknown Object (File)
Apr 16 2026, 5:21 AM
Unknown Object (File)
Mar 22 2026, 1:50 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.