[ofa-general] [PATCH ibverbs] Do not use enum object types for bitfields

Roland Dreier rdreier at cisco.com
Wed Jul 29 14:29:33 PDT 2009


By the way, I just did some research and
<http://wiki.debian.org/ArmEabiPort#Enumsizes>
indicates that on current arm ABI, enums are the same size as int.

and
<http://developers.sun.com/solaris/articles/about_amd64_abi.html>
indicates that sparc32 and sparc64 both use int for enum.

and I found a mips cross compiler and tested there, and int works there
as well.

So I'm pretty comfortable with this patch (once the man pages and other
doc get fixed to match the changes).

Thanks,
  Roland



More information about the general mailing list