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 */
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to