[openib-general] Re: [PATCH][RFC/v2][2/21] Add core InfiniBand support

2004-11-23 Thread Roland Dreier
Adrian> This "default n" has no effect. Thanks, I've deleted it from our tree. - Roland ___ openib-general mailing list [EMAIL PROTECTED] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/l

[openib-general] Re: [PATCH][RFC/v2][2/21] Add core InfiniBand support

2004-11-23 Thread Adrian Bunk
On Tue, Nov 23, 2004 at 08:14:19AM -0800, Roland Dreier wrote: > Add implementation of core InfiniBand support. This can be thought of > as a midlayer that provides an abstraction between low-level hardware > drivers and upper level protocols (such as IP-over-InfiniBand). > > Signed-off-by: Roland

[openib-general] Re: [PATCH][RFC/v2][2/21] Add core InfiniBand support

2004-11-23 Thread Roland Dreier
I've just checked in a change that converts this file from using RCU to protecting its structures with an rwlock_t. This should avoid any patent licensing issues. These functions are extremely unlikely to have SMP scalability issues so this isn't too painful. Thanks, Roland __

[openib-general] Re: [PATCH][RFC/v2][2/21] Add core InfiniBand support

2004-11-23 Thread Roland Dreier
Greg> Are these really necessary in every file? Just set these to Greg> be your editor's defaults. I'll strip them out before next time... - R. ___ openib-general mailing list [EMAIL PROTECTED] http://openib.org/mailman/listinfo/openib-general

[openib-general] Re: [PATCH][RFC/v2][2/21] Add core InfiniBand support

2004-11-23 Thread Greg KH
On Tue, Nov 23, 2004 at 08:14:19AM -0800, Roland Dreier wrote: > --- /dev/null 1970-01-01 00:00:00.0 + > +++ linux-bk/drivers/infiniband/core/cache.c 2004-11-23 08:10:16.816082837 > -0800 > @@ -0,0 +1,338 @@ > +/* > + This software is available to you under a choice of one of two > +