]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347316:
authorhselasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 18:22:46 +0000 (18:22 +0000)
committerhselasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 18:22:46 +0000 (18:22 +0000)
commitfb1609de95b52594356966fcf185b2238acd22dd
tree9bf8c068e487174945519bef9ea40477a8c58acc
parent1ce55627a77dbf6d5f3526efd73255d2bbe901f8
MFC r347316:
Fix for compilation warning in mlx5en(4).

Function 'mlx5e_alloc_rx_wqe' can never be inlined because it uses alloca
(override using the always_inline attribute)

Sponsored by: Mellanox Technologies
sys/dev/mlx5/mlx5_en/en.h
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c