Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 16:34:48 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@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: r347776 - stable/12/contrib/ofed/libmlx5
Message-ID:  <201905161634.x4GGYmI3076313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu May 16 16:34:48 2019
New Revision: 347776
URL: https://svnweb.freebsd.org/changeset/base/347776

Log:
  MFC r347311:
  Add ConnectX-6 DX HCA ID to libmlx5.
  
  In addition, add "ConnectX family mlx5Gen Virtual Function" device ID.
  Every new HCA VF will be identified with this device ID.
  
  Submitted by:	slavash@
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/contrib/ofed/libmlx5/mlx5.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/ofed/libmlx5/mlx5.c
==============================================================================
--- stable/12/contrib/ofed/libmlx5/mlx5.c	Thu May 16 16:34:11 2019	(r347775)
+++ stable/12/contrib/ofed/libmlx5/mlx5.c	Thu May 16 16:34:48 2019	(r347776)
@@ -79,6 +79,8 @@ static struct {
 	HCA(MELLANOX, 4122),	/* ConnectX-5 Ex VF */
 	HCA(MELLANOX, 4123),    /* ConnectX-6 */
 	HCA(MELLANOX, 4124),	/* ConnectX-6 VF */
+	HCA(MELLANOX, 4125),	/* ConnectX-6 DX */
+	HCA(MELLANOX, 4126),	/* ConnectX family mlx5Gen Virtual Function */
 	HCA(MELLANOX, 41682),	/* BlueField integrated ConnectX-5 network controller */
 	HCA(MELLANOX, 41683),	/* BlueField integrated ConnectX-5 network controller VF */
 };



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