Ophir Munk bd4a263560 net/mlx5: define MPRQ functions as static inline
Functions mlx5_check_mprq_support(), mlx5_rxq_mprq_enabled(),
mlx5_mprq_enabled() are moved from source file mlx5_rxq.c to header file
mlx5_rxtx.h and their type is updated to 'static __rte_always_inline'.
Previously the functions were declared as 'inline' in the source file
which was reported as 'unresolved external symbol' error by some Windows
linkers.

Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2021-01-08 16:03:07 +01:00
..
2020-10-09 13:17:42 +02:00
2021-01-08 16:03:07 +01:00
2020-09-18 18:55:06 +02:00
2021-01-08 16:03:07 +01:00
2021-01-08 16:03:07 +01:00
2021-01-08 16:03:07 +01:00
2020-11-03 23:35:04 +01:00
2020-11-03 23:35:04 +01:00