1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Shared Memory Communications over RDMA (SMC-R) and RoCE
5 * Definitions for generic netlink based configuration of an SMC-R PNET table
7 * Copyright IBM Corp. 2016
9 * Author(s): Thomas Richter <tmricht@linux.vnet.ibm.com>
12 #ifndef _UAPI_LINUX_SMC_H_
13 #define _UAPI_LINUX_SMC_H_
15 /* Netlink SMC_PNETID attributes */
23 SMC_PNETID_MAX
= __SMC_PNETID_MAX
- 1
26 enum { /* SMC PNET Table commands */
33 #define SMCR_GENL_FAMILY_NAME "SMC_PNETID"
34 #define SMCR_GENL_FAMILY_VERSION 1
36 #endif /* _UAPI_LINUX_SMC_H */