diff options
| author | Michael Brown | 2009-07-07 17:01:51 +0200 |
|---|---|---|
| committer | Michael Brown | 2009-07-18 00:06:34 +0200 |
| commit | 3c77fe73a559ef223fb459ed82b7aaea44e1693a (patch) | |
| tree | 99e95ea9e09b145309118498a4281f21eb4c09d1 /src/include/gpxe | |
| parent | [infiniband] Make qkey and rate optional parameters to ib_post_send() (diff) | |
| download | ipxe-3c77fe73a559ef223fb459ed82b7aaea44e1693a.tar.gz ipxe-3c77fe73a559ef223fb459ed82b7aaea44e1693a.tar.xz ipxe-3c77fe73a559ef223fb459ed82b7aaea44e1693a.zip | |
[infiniband] Allow for sending MADs via GMA without retransmission
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/ib_gma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/ib_gma.h b/src/include/gpxe/ib_gma.h index c305a3a1a..c921e2515 100644 --- a/src/include/gpxe/ib_gma.h +++ b/src/include/gpxe/ib_gma.h @@ -63,7 +63,7 @@ struct ib_gma { }; extern int ib_gma_request ( struct ib_gma *gma, union ib_mad *mad, - struct ib_address_vector *av ); + struct ib_address_vector *av, int retry ); extern int ib_create_gma ( struct ib_gma *gma, struct ib_device *ibdev, unsigned long qkey ); extern void ib_destroy_gma ( struct ib_gma *gma ); |
