Browse Source

Now transmits packets on our own allocated IPoIB queue pair. :)

tags/v0.9.3
Michael Brown 16 years ago
parent
commit
96d0c75c00
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/mlx_ipoib/mt25218.c

+ 1
- 1
src/drivers/net/mlx_ipoib/mt25218.c View File

@@ -1311,9 +1311,9 @@ static int arbel_probe ( struct pci_device *pci,
1311 1311
 	/* Initialise hardware */
1312 1312
 	if ( ( rc = ib_driver_init ( pci, &qph ) ) != 0 )
1313 1313
 		goto err_ipoib_init;
1314
+	mlx->bcast_av = ib_data.bcast_av;
1314 1315
 #if ! CREATE_OWN
1315 1316
 	mlx->ipoib_qph = qph;
1316
-	mlx->bcast_av = ib_data.bcast_av;
1317 1317
 	mlx->snd_cqh = ib_data.ipoib_snd_cq;
1318 1318
 	mlx->rcv_cqh = ib_data.ipoib_rcv_cq;
1319 1319
 	mac = ( ( struct ib_mac * ) netdev->ll_addr );

Loading…
Cancel
Save