rdma: update uapi headers from 5.1-rc1
Update from upstream. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
50cf634899
commit
8e1554625d
|
|
@ -270,6 +270,8 @@ struct ib_uverbs_ex_query_device_resp {
|
|||
struct ib_uverbs_tm_caps tm_caps;
|
||||
struct ib_uverbs_cq_moderation_caps cq_moderation_caps;
|
||||
__aligned_u64 max_dm_size;
|
||||
__u32 xrc_odp_caps;
|
||||
__u32 reserved;
|
||||
};
|
||||
|
||||
struct ib_uverbs_query_port {
|
||||
|
|
|
|||
|
|
@ -255,9 +255,11 @@ enum rdma_nldev_command {
|
|||
RDMA_NLDEV_CMD_GET, /* can dump */
|
||||
RDMA_NLDEV_CMD_SET,
|
||||
|
||||
/* 3 - 4 are free to use */
|
||||
RDMA_NLDEV_CMD_NEWLINK,
|
||||
|
||||
RDMA_NLDEV_CMD_PORT_GET = 5, /* can dump */
|
||||
RDMA_NLDEV_CMD_DELLINK,
|
||||
|
||||
RDMA_NLDEV_CMD_PORT_GET, /* can dump */
|
||||
|
||||
/* 6 - 8 are free to use */
|
||||
|
||||
|
|
@ -465,6 +467,10 @@ enum rdma_nldev_attr {
|
|||
RDMA_NLDEV_ATTR_RES_MRN, /* u32 */
|
||||
RDMA_NLDEV_ATTR_RES_CM_IDN, /* u32 */
|
||||
RDMA_NLDEV_ATTR_RES_CTXN, /* u32 */
|
||||
/*
|
||||
* Identifies the rdma driver. eg: "rxe" or "siw"
|
||||
*/
|
||||
RDMA_NLDEV_ATTR_LINK_TYPE, /* string */
|
||||
|
||||
/*
|
||||
* Always the end
|
||||
|
|
|
|||
|
|
@ -300,6 +300,10 @@ enum {
|
|||
RDMA_OPTION_ID_TOS = 0,
|
||||
RDMA_OPTION_ID_REUSEADDR = 1,
|
||||
RDMA_OPTION_ID_AFONLY = 2,
|
||||
RDMA_OPTION_ID_ACK_TIMEOUT = 3
|
||||
};
|
||||
|
||||
enum {
|
||||
RDMA_OPTION_IB_PATH = 1
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue