Page MenuHomeFreeBSD

eqos: Mechanically convert to IfAPI
ClosedPublic

Authored by jhibbits on Mar 7 2023, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 6:59 AM
Unknown Object (File)
Jan 14 2024, 6:49 AM
Unknown Object (File)
Dec 23 2023, 1:11 AM
Unknown Object (File)
Dec 17 2023, 4:42 AM
Unknown Object (File)
Oct 13 2023, 6:16 PM
Unknown Object (File)
Oct 13 2023, 5:15 AM
Unknown Object (File)
Jul 13 2023, 6:32 AM
Unknown Object (File)
Jul 12 2023, 6:55 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/eqos/if_eqos.c
1216

No local variable ifp.

This revision is now accepted and ready to land.Mar 8 2023, 7:00 AM
jhibbits added inline comments.
sys/dev/eqos/if_eqos.c
1216

Huh, I wonder how it compiled, then. Very strange.

This revision was automatically updated to reflect the committed changes.
jhibbits marked an inline comment as done.
sys/dev/eqos/if_eqos.c
1216

Huh, I wonder how it compiled, then. Very strange.

if_eqos is driver for RK356X SOC Ethernet QoS controller. That is in arm machines. IIUC it will not be built with amd64/conf/GENERIC kernel config.

sys/dev/eqos/if_eqos.c
1216

It also apparently doesn't get built with arm64 LINT and I didn't build GENERIC before submitting the review.