Date: Thu, 16 May 2019 18:18:22 +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-11@freebsd.org Subject: svn commit: r347867 - stable/11/contrib/ofed/libmlx5 Message-ID: <201905161818.x4GIIM1I034254@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Thu May 16 18:18:22 2019 New Revision: 347867 URL: https://svnweb.freebsd.org/changeset/base/347867 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/11/contrib/ofed/libmlx5/mlx5.c Directory Properties: stable/11/ (props changed) Modified: stable/11/contrib/ofed/libmlx5/mlx5.c ============================================================================== --- stable/11/contrib/ofed/libmlx5/mlx5.c Thu May 16 18:17:38 2019 (r347866) +++ stable/11/contrib/ofed/libmlx5/mlx5.c Thu May 16 18:18:22 2019 (r347867) @@ -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?201905161818.x4GIIM1I034254>