diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/rdma/rdma_netlink.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/include/uapi/rdma/rdma_netlink.h b/include/uapi/rdma/rdma_netlink.h index d49f491341f6..42a8bdc40a14 100644 --- a/include/uapi/rdma/rdma_netlink.h +++ b/include/uapi/rdma/rdma_netlink.h @@ -469,13 +469,17 @@ enum rdma_nldev_attr {  	 * either shared or exclusive among multiple net namespaces.  	 */  	RDMA_NLDEV_SYS_ATTR_NETNS_MODE,		/* u8 */ -  	/*  	 * Device protocol, e.g. ib, iw, usnic, roce and opa  	 */  	RDMA_NLDEV_ATTR_DEV_PROTOCOL,		/* string */  	/* +	 * File descriptor handle of the net namespace object +	 */ +	RDMA_NLDEV_NET_NS_FD,			/* u32 */ + +	/*  	 * Always the end  	 */  	RDMA_NLDEV_ATTR_MAX |