diff options
| author | Michael Brown | 2009-11-13 20:02:04 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-11-16 23:14:36 +0100 |
| commit | 58b6794c111d8a8984d50bae10f720561c5c07f7 (patch) | |
| tree | 1b50001294f8dfa334e28f323bf8721a9317e656 /src/include | |
| parent | [infiniband] Report IB link status as IPoIB netdevice status (diff) | |
| download | ipxe-58b6794c111d8a8984d50bae10f720561c5c07f7.tar.gz ipxe-58b6794c111d8a8984d50bae10f720561c5c07f7.tar.xz ipxe-58b6794c111d8a8984d50bae10f720561c5c07f7.zip | |
[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT
There is no such thing as a non-existent partition.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/infiniband.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index fd2a433d6..a12e4036a 100644 --- a/src/include/gpxe/infiniband.h +++ b/src/include/gpxe/infiniband.h @@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define IB_QPN_BROADCAST 0xffffffUL /** Default Infiniband partition key */ -#define IB_PKEY_NONE 0xffff +#define IB_PKEY_DEFAULT 0xffff /** * Maximum payload size |
