http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee76d0
)
Infinband requires longer link-layer addresses and headers than Ethernet.
author
Michael Brown
<mcb30@etherboot.org>
Fri, 21 Sep 2007 00:23:57 +0000
(
01:23
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 21 Sep 2007 00:23:57 +0000
(
01:23
+0100)
src/include/gpxe/netdevice.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/netdevice.h
b/src/include/gpxe/netdevice.h
index
d82c6d8
..
2cbd0ef
100644
(file)
--- a/
src/include/gpxe/netdevice.h
+++ b/
src/include/gpxe/netdevice.h
@@
-19,10
+19,10
@@
struct ll_protocol;
struct device;
/** Maximum length of a link-layer address */
-#define MAX_LL_ADDR_LEN
6
+#define MAX_LL_ADDR_LEN
20
/** Maximum length of a link-layer header */
-#define MAX_LL_HEADER_LEN
16
+#define MAX_LL_HEADER_LEN
32
/** Maximum length of a network-layer address */
#define MAX_NET_ADDR_LEN 4