mlx5: Add 'follow' vport state, relevant for VFs.

Reviewed by:	hselasky
Sponsored by:	Mellanox Technologies
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2020-03-18 22:38:57 +00:00
parent f6ca0b216a
commit 8982c8003b

View File

@ -839,6 +839,7 @@ static inline int mlx5_host_is_le(void)
enum {
VPORT_STATE_DOWN = 0x0,
VPORT_STATE_UP = 0x1,
VPORT_STATE_FOLLOW = 0x2,
};
enum {