Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 22:46:41 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r359543 - stable/11/sys/dev/mlx5
Message-ID:  <202004012246.031Mkfli050709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004012246.031Mkfli050709>