[openib-general] Re: Latest kdapl load problem
Tom Duffy
tduffy at sun.com
Thu May 12 11:19:54 PDT 2005
On Thu, 2005-05-12 at 12:02 -0400, Hal Rosenstock wrote:
> On Thu, 2005-05-12 at 11:52, James Lentini wrote:
> > Did you rebuild the kdapltest module?
>
> Thanks. I forgot to do that.
>
> Does kdapltest build fine for you ? I'm getting some errors on building
> the user portion.
Sorry, that was my fault. Forgot to check that my changes still allowed
user to build.
> Modified: gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h
> ===================================================================
> --- gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h 2005-05-12 15:55:55 UTC (rev 2316)
> +++ gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h 2005-05-12 15:58:00 UTC (rev 2317)
> @@ -50,7 +50,15 @@
> #endif
> #endif
>
> +typedef enum {
> +#undef FALSE
> + FALSE = 0,
> +#undef TRUE
> + TRUE = 1
> +} boolean_t;
>
> +typedef uint32_t u32;
> +
> /* Default Device Name */
> #define DT_MdepDeviceName "ia0a"
>
> @@ -72,7 +80,7 @@
BTW, u32 should not be used in user stuff. For that we should use the
standard uint32_t.
-tduffy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20050512/d8fbeb23/attachment.sig>
More information about the general
mailing list