mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
Infinband requires longer link-layer addresses and headers than Ethernet.
This commit is contained in:
@@ -19,10 +19,10 @@ struct ll_protocol;
|
|||||||
struct device;
|
struct device;
|
||||||
|
|
||||||
/** Maximum length of a link-layer address */
|
/** 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 */
|
/** 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 */
|
/** Maximum length of a network-layer address */
|
||||||
#define MAX_NET_ADDR_LEN 4
|
#define MAX_NET_ADDR_LEN 4
|
||||||
|
|||||||
Reference in New Issue
Block a user