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)
May 25 2024, 3:08 PM
Unknown Object (File)
May 22 2024, 6:32 AM
Unknown Object (File)
May 22 2024, 5:20 AM
Unknown Object (File)
May 22 2024, 2:58 AM
Unknown Object (File)
May 22 2024, 2:55 AM
Unknown Object (File)
May 4 2024, 8:51 AM
Unknown Object (File)
Apr 25 2024, 6:24 AM
Unknown Object (File)
Feb 29 2024, 5:59 PM
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.