mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Infinband requires longer link-layer addresses and headers than Ethernet.
This commit is contained in:
parent
2ee76d0c93
commit
5793dbe96f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user