> > Will this work? > > > > > > [root@stevo1 linux]# git diff > > diff --git a/include/uapi/rdma/rdma_netlink.h > > b/include/uapi/rdma/rdma_netlink.h > > index 351139c..84b3f63 100644 > > +++ b/include/uapi/rdma/rdma_netlink.h > > @@ -253,6 +253,9 @@ enum rdma_nldev_attr { > > /* don't change the order or add anything between, this is ABI! */ > > RDMA_NLDEV_ATTR_UNSPEC, > > > > + /* Pad attribute for 64b alignment */ > > + RDMA_NLDEV_ATTR_PAD = RDMA_NLDEV_ATTR_UNSPEC, > > + > > /* Identifier for ib_device */ > > RDMA_NLDEV_ATTR_DEV_INDEX, /* u32 */ > > Yes, I think so. Best to check that RDMA_NLDEV_ATTR_DEV_INDEX = 1 > though > > Jason I verified that it is still 1. :) -- 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