[openib-general] Re: ANNOUNCE: First usable version of userspace verbs

Roland Dreier roland at topspin.com
Thu Feb 24 11:31:53 PST 2005


    Libor> I'm curious, why pad the structure instead of using the
    Libor> packed attribute?

I always try to avoid the packed attribute because it forces gcc to
generate some terrible code on RISC architectures, since it has to
assume the structure might be unaligned.

 - R.



More information about the general mailing list