File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1519,8 +1519,11 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
15191519 case 4122 : dev_fname = CONNECTX5EX ; break ;
15201520 case 4123 : dev_fname = CONNECTX6 ; break ;
15211521 case 4124 : dev_fname = CONNECTX6 ; break ;
1522+ case 4125 : dev_fname = CONNECTX6DX ; break ;
1523+ case 4126 : dev_fname = MLX5GENVF ; break ;
15221524 case 41682 : dev_fname = BLUEFIELD ; break ;
15231525 case 41683 : dev_fname = BLUEFIELD ; break ;
1526+ case 41686 : dev_fname = BLUEFIELD2 ; break ;
15241527 case 26418 : dev_fname = CONNECTX2 ; break ;
15251528 case 26428 : dev_fname = CONNECTX2 ; break ;
15261529 case 26438 : dev_fname = CONNECTX2 ; break ;
Original file line number Diff line number Diff line change @@ -290,9 +290,12 @@ enum ctx_device {
290290 CONNECTX5 = 15 ,
291291 CONNECTX5EX = 16 ,
292292 CONNECTX6 = 17 ,
293- BLUEFIELD = 18 ,
294- INTEL_ALL = 19 ,
295- NETXTREME = 20
293+ CONNECTX6DX = 18 ,
294+ MLX5GENVF = 19 ,
295+ BLUEFIELD = 20 ,
296+ BLUEFIELD2 = 21 ,
297+ INTEL_ALL = 22 ,
298+ NETXTREME = 23
296299};
297300
298301/* Units for rate limiter */
You can’t perform that action at this time.
0 commit comments