net/mlx5: remove kernel version check
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Mon, 12 Mar 2018 13:43:17 +0000 (14:43 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 30 Mar 2018 12:08:44 +0000 (14:08 +0200)
commitf47ba80080ab81ad513f843407bec7178fed8857
treee88bb3ebe2608f08df8971c3c7e6c48cc6c2173b
parent264713ba1025e18436433a00fb14da8fc3f27101
net/mlx5: remove kernel version check

Kernel version check was introduced in
commit 3a49ffe38a95 ("net/mlx5: fix link status query")
due to a bug fixed by
commit ef09a7fc7620 ("net/mlx5: fix inconsistent link status query")

This patch restore the previous behavior as described in Linux API.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx5/mlx5_ethdev.c