]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347246:
authorHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 15:40:22 +0000 (15:40 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 15:40:22 +0000 (15:40 +0000)
commiteba46ef8bd3321795a772728a8432d20ff9ed78a
treeb2d4b79498d9e7176922f9ff864f0d8b7f5e9cd9
parentea4ea4639a886b07d0eeb340219f587860e763f5
MFC r347246:
Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4).

Add support for DIM based on Linux,
with some minor adaptions specific to FreeBSD.

Linux commit
f97c3dc3c0e8d23a5c4357d182afeef4c67f5c33

Sponsored by: Mellanox Technologies
sys/compat/linuxkpi/common/include/linux/net_dim.h [new file with mode: 0644]
sys/conf/files
sys/dev/mlx5/mlx5_en/en.h
sys/dev/mlx5/mlx5_en/mlx5_en_dim.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
sys/modules/mlx5en/Makefile