svn commit: r359543 - stable/11/sys/dev/mlx5

Konstantin Belousov kib at FreeBSD.org
Wed Apr 1 22:46:50 UTC 2020


Author: kib
Date: Wed Apr  1 22:46:40 2020
New Revision: 359543
URL: https://svnweb.freebsd.org/changeset/base/359543

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

Modified:
  stable/11/sys/dev/mlx5/device.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/device.h
==============================================================================
--- stable/11/sys/dev/mlx5/device.h	Wed Apr  1 22:45:33 2020	(r359542)
+++ stable/11/sys/dev/mlx5/device.h	Wed Apr  1 22:46:40 2020	(r359543)
@@ -824,6 +824,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