Page MenuHomeFreeBSD

Mechanically convert mlx5en(4) to IfAPI
ClosedPublic

Authored by jhibbits on Feb 14 2023, 9:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 6, 3:16 AM
Unknown Object (File)
May 2 2026, 12:04 PM
Unknown Object (File)
Apr 30 2026, 7:03 PM
Unknown Object (File)
Apr 25 2026, 6:02 AM
Unknown Object (File)
Apr 23 2026, 8:07 AM
Unknown Object (File)
Apr 2 2026, 1:15 PM
Unknown Object (File)
Mar 14 2026, 12:08 AM
Unknown Object (File)
Feb 8 2026, 12:41 AM
Subscribers

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/mlx5/mlx5_en/mlx5_en_main.c
4561

Missing if_sethwtsomaxsegcount(ifp, MLX5E_MAX_TX_MBUF_FRAGS - 1); /* hdr */

4577

Style(9), remove extra blanks after if_getcapabilities(ifp)

sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3140
This revision is now accepted and ready to land.Feb 15 2023, 8:46 AM
This revision was automatically updated to reflect the committed changes.