Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation issues on old kernels

2018-07-23 Thread Shahaf Shuler
Sunday, July 15, 2018 8:32 PM, Mordechay Haimovsky: > Subject: [PATCH] net/mlx5: fix compilation issues on old kernels > > This commit fixes compilation errors due to missing definitions found when > compiling mlx5 PMD from DPDK 17.11-LTS on Ubuntu 12.4 with kernel 3.15. > > Fixes: 75ef62a94301 (

[dpdk-dev] [PATCH] net/mlx5: fix compilation issues on old kernels

2018-07-15 Thread Moti Haimovsky
This commit fixes compilation errors due to missing definitions found when compiling mlx5 PMD from DPDK 17.11-LTS on Ubuntu 12.4 with kernel 3.15. Fixes: 75ef62a94301 ("net/mlx5: fix link speed capability information") Fixes: 5bfc9fc112dd ("net/mlx5: use static assert for compile-time sanity chec