[openib-general] Re: Latest kdapl load problem

Hal Rosenstock halr at voltaire.com
Thu May 12 11:26:39 PDT 2005


On Thu, 2005-05-12 at 14:19, Tom Duffy wrote:
> 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.

It got fixed quickly. A minor hiccup.

> > 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.

Yup.

-- Hal




More information about the general mailing list