Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 19:41:26 +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-12@freebsd.org
Subject:   svn commit: r359534 - stable/12/sys/dev/mlx5
Message-ID:  <202004011941.031JfQZd037564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Apr  1 19:41:26 2020
New Revision: 359534
URL: https://svnweb.freebsd.org/changeset/base/359534

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

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

Modified: stable/12/sys/dev/mlx5/device.h
==============================================================================
--- stable/12/sys/dev/mlx5/device.h	Wed Apr  1 19:40:14 2020	(r359533)
+++ stable/12/sys/dev/mlx5/device.h	Wed Apr  1 19:41:26 2020	(r359534)
@@ -826,6 +826,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?202004011941.031JfQZd037564>