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)
Wed, Aug 12, 8:46 PM
Unknown Object (File)
Tue, Aug 11, 9:16 PM
Unknown Object (File)
Tue, Aug 11, 4:21 PM
Unknown Object (File)
Mon, Aug 10, 5:12 PM
Unknown Object (File)
Mon, Aug 10, 10:00 AM
Unknown Object (File)
Mon, Aug 10, 6:18 AM
Unknown Object (File)
Sun, Aug 9, 3:14 PM
Unknown Object (File)
Sun, Aug 9, 5:41 AM
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.