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)
Jan 14 2024, 6:50 AM
Unknown Object (File)
Dec 24 2023, 1:52 AM
Unknown Object (File)
Dec 23 2023, 12:56 AM
Unknown Object (File)
Dec 18 2023, 12:32 PM
Unknown Object (File)
Nov 24 2023, 10:41 AM
Unknown Object (File)
Nov 20 2023, 12:08 AM
Unknown Object (File)
Jul 15 2023, 8:19 PM
Unknown Object (File)
Jul 15 2023, 8:30 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.