Re: [Infiniband-general] Getting an Infiniband access layer in theLinux kernel

From: Greg KH
Date: Fri Feb 06 2004 - 13:54:23 EST


On Fri, Feb 06, 2004 at 08:42:14AM -0800, Hefty, Sean wrote:
>
> We want to continue to discuss specific details about what's needed to
> add the code into the kernel. Here's a list of modifications that I
> think are needed so far:
>
> * Update the code to make direct calls for atomic operations.
> * Verify the use of spinlock calls.

Does this include "remove shim around spinlock calls"? You should just
call the kernel functions and not try to wrap them.

> * Reformat the code for tab spacing and curly brace usage.
> * Elimination of typedefs.

All of these are great things to start with.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/