mlx5: Add 'follow' vport state, relevant for VFs.
Reviewed by: hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks
This commit is contained in:
parent
f6ca0b216a
commit
8982c8003b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user