svn commit: r359102 - head/sys/dev/mlx5
Konstantin Belousov
kib at FreeBSD.org
Wed Mar 18 22:38:59 UTC 2020
Author: kib
Date: Wed Mar 18 22:38:57 2020
New Revision: 359102
URL: https://svnweb.freebsd.org/changeset/base/359102
Log:
mlx5: Add 'follow' vport state, relevant for VFs.
Reviewed by: hselasky
Sponsored by: Mellanox Technologies
MFC after: 2 weeks
Modified:
head/sys/dev/mlx5/device.h
Modified: head/sys/dev/mlx5/device.h
==============================================================================
--- head/sys/dev/mlx5/device.h Wed Mar 18 22:33:39 2020 (r359101)
+++ head/sys/dev/mlx5/device.h Wed Mar 18 22:38:57 2020 (r359102)
@@ -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 {
More information about the svn-src-all
mailing list