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)
Sat, Nov 16, 3:27 AM
Unknown Object (File)
Oct 9 2024, 10:51 AM
Unknown Object (File)
Sep 27 2024, 1:16 PM
Unknown Object (File)
Sep 19 2024, 3:01 AM
Unknown Object (File)
Sep 19 2024, 12:23 AM
Unknown Object (File)
Sep 18 2024, 1:25 PM
Unknown Object (File)
Sep 16 2024, 2:28 AM
Unknown Object (File)
Sep 15 2024, 4:30 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49787
Build 46677: arc lint + arc unit

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.