Kaynağa Gözat

First version that works with SELF_INIT!

tags/v0.9.3
Michael Brown 17 yıl önce
ebeveyn
işleme
a5ec029d24
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/drivers/net/mlx_ipoib/mt25218.c

+ 1
- 0
src/drivers/net/mlx_ipoib/mt25218.c Dosyayı Görüntüle

@@ -1894,6 +1894,7 @@ static int arbel_init_ib ( struct arbel *arbel ) {
1894 1894
 		     mtu_cap, ARBEL_MTU_2048,
1895 1895
 		     port_width_cap, 3,
1896 1896
 		     vl_cap, 1 );
1897
+	MLX_FILL_1 ( &init_ib, 1, max_gid, 1 );
1897 1898
 	MLX_FILL_1 ( &init_ib, 2, max_pkey, 64 );
1898 1899
 	if ( ( rc = arbel_cmd_init_ib ( arbel, PXE_IB_PORT,
1899 1900
 					&init_ib ) ) != 0 ) {

Loading…
İptal
Kaydet