mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove the #ifdef OFED from the 20 byte mac in struct llentry.
With this change it is now possible to build the entire infiniband stack as modules and load it dynamically including IP over IB.
This commit is contained in:
parent
92cf4f8de0
commit
250053bc41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254823
@ -75,9 +75,7 @@ struct llentry {
|
||||
union {
|
||||
uint64_t mac_aligned;
|
||||
uint16_t mac16[3];
|
||||
#ifdef OFED
|
||||
uint8_t mac8[20]; /* IB needs 20 bytes. */
|
||||
#endif
|
||||
} ll_addr;
|
||||
|
||||
/* XXX af-private? */
|
||||
|
Loading…
Reference in New Issue
Block a user