2 * Shared Memory Communications over RDMA (SMC-R) and RoCE
4 * Definitions for generic netlink based configuration of an SMC-R PNET table
6 * Copyright IBM Corp. 2016
11 #ifndef _UAPI_LINUX_SMC_H_
12 #define _UAPI_LINUX_SMC_H_
14 /* Netlink SMC_PNETID attributes */
22 SMC_PNETID_MAX = __SMC_PNETID_MAX - 1
25 enum { /* SMC PNET Table commands */
32 #define SMCR_GENL_FAMILY_NAME "SMC_PNETID"
33 #define SMCR_GENL_FAMILY_VERSION 1
35 #endif /* _UAPI_LINUX_SMC_H */