david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

This commit is contained in:
Michael Brown 2007-09-16 22:53:57 +01:00
parent 4ddb6570f8
commit 96d0c75c00
1 changed files with 1 additions and 1 deletions

View File

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