On Wed, Jun 28, 2017 at 04:34:43PM +0300, Leon Romanovsky wrote: > + /* > + * Subnet prefix (in host byte order) > + */ > + RDMA_NLDEV_ATTR_SUBNET_PREFIX, /* u64 */ I've always hated how random the be / host choices are in our API. Since the GUID is in host order I recommend making the subnet_prefix in host order too. At the very least, the comments beside anything not in host order should be 'be64' not u64 Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html