Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 15:52:50 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Alfred Perlstein <alfred@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r254823 - head/sys/net
Message-ID:  <20130826115249.GS4574@FreeBSD.org>
In-Reply-To: <201308250155.r7P1tF3w026623@svn.freebsd.org>
References:  <201308250155.r7P1tF3w026623@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 25, 2013 at 01:55:15AM +0000, Alfred Perlstein wrote:
A> Author: alfred
A> Date: Sun Aug 25 01:55:14 2013
A> New Revision: 254823
A> URL: http://svnweb.freebsd.org/changeset/base/254823
A> 
A> Log:
A>   Remove the #ifdef OFED from the 20 byte mac in struct llentry.
A>   
A>   With this change it is now possible to build the entire infiniband
A>   stack as modules and load it dynamically including IP over IB.
A> 
A> Modified:
A>   head/sys/net/if_llatbl.h
A> 
A> Modified: head/sys/net/if_llatbl.h
A> ==============================================================================
A> --- head/sys/net/if_llatbl.h	Sun Aug 25 00:34:44 2013	(r254822)
A> +++ head/sys/net/if_llatbl.h	Sun Aug 25 01:55:14 2013	(r254823)
A> @@ -75,9 +75,7 @@ struct llentry {
A>  	union {
A>  		uint64_t	mac_aligned;
A>  		uint16_t	mac16[3];
A> -#ifdef OFED
A>  		uint8_t		mac8[20];	/* IB needs 20 bytes. */
A> -#endif
A>  	} ll_addr;
A>  
A>  	/* XXX af-private? */

#include "opt_ofed.h" should be removed from the file as well.

-- 
Totus tuus, Glebius.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130826115249.GS4574>