> > > We do? What is the problem you are solving? Is the build broken? > > > > Yes ehca in OFED-1.2.c does not compile on rhel-4.5 without these patches. > > Can you post the error message? Esp the cache patch looks like > it can't be fixing compile errors sine you replace a struct > by an identical typedef. Hi Michael,
as discussed here: http://lists.openfabrics.org/pipermail/ewg/2007-August/004183.html The backport for kmem_cach_zalloc() was included. In rhel-4.5 the struct kmem_cache does not exists and I'm seeing this: typedef struct kmem_cache_s kmem_cache_t; That means previous patch can not compile. Thus, I have to send a patch for this anyway. I think there is no difference to use the struct or the typedef. Regards Stefan _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
