diff options
| author | Michael Brown | 2010-09-19 18:35:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-21 03:12:06 +0200 |
| commit | 26a50c3a11f7858753c643dce7076f2e7349465d (patch) | |
| tree | 80afb2c000f1d8b381f681a4d96d9fb12ffd85f7 /src/include/ipxe | |
| parent | [infiniband] Avoid leaving uninitialised lists in struct ib_device (diff) | |
| download | ipxe-26a50c3a11f7858753c643dce7076f2e7349465d.tar.gz ipxe-26a50c3a11f7858753c643dce7076f2e7349465d.tar.xz ipxe-26a50c3a11f7858753c643dce7076f2e7349465d.zip | |
[infiniband] Add the notion of an Ethernet queue pair type
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/infiniband.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/infiniband.h b/src/include/ipxe/infiniband.h index fc04dc873..be2b6e78d 100644 --- a/src/include/ipxe/infiniband.h +++ b/src/include/ipxe/infiniband.h @@ -135,6 +135,7 @@ enum ib_queue_pair_type { IB_QPT_GSI, IB_QPT_UD, IB_QPT_RC, + IB_QPT_ETH, }; /** An Infiniband Queue Pair */ |
