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:
Alfred Perlstein 2013-08-25 01:55:14 +00:00
parent 92cf4f8de0
commit 250053bc41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254823

View File

@ -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? */