#ifndef _SYS_RDS_H
#define _SYS_RDS_H
#ifdef __cplusplus
extern "C" {
#endif
#if !(defined(__SVR4) && defined(__sun))
#include <linux/types.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#endif
#if !(defined(__SVR4) && defined(__sun))
#ifndef __KERNEL__
#define __be16 u_int16_t
#define __be32 u_int32_t
#define __be64 u_int64_t
#endif
#else
#define u_int8_t uint8_t
#define u_int16_t uint16_t
#define u_int32_t uint32_t
#define u_int64_t uint64_t
#endif
#define RDS_IB_ABI_VERSION 0x301
#define AF_RDS AF_INET_OFFLOAD
#define PF_RDS AF_INET_OFFLOAD
#define SOL_RDS 272
#define RDS_CANCEL_SENT_TO 1
#define RDS_GET_MR 2
#define RDS_FREE_MR 3
#define RDS_RECVERR 5
#define RDS_CONG_MONITOR 6
#define RDS_GET_MR_FOR_DEST 7
#define RDS_CMSG_RDMA_ARGS 1
#define RDS_CMSG_RDMA_DEST 2
#define RDS_CMSG_RDMA_MAP 3
#define RDS_CMSG_RDMA_STATUS 4
#define RDS_CMSG_CONG_UPDATE 5
#define RDS_INFO_FIRST 10000
#define RDS_INFO_COUNTERS 10000
#define RDS_INFO_CONNECTIONS 10001
#define RDS_INFO_SEND_MESSAGES 10003
#define RDS_INFO_RETRANS_MESSAGES 10004
#define RDS_INFO_RECV_MESSAGES 10005
#define RDS_INFO_SOCKETS 10006
#define RDS_INFO_TCP_SOCKETS 10007
#define RDS_INFO_IB_CONNECTIONS 10008
#define RDS_INFO_CONNECTION_STATS 10009
#define RDS_INFO_IWARP_CONNECTIONS 10010
#define RDS_INFO_LAST 10010
#if defined(__SVR4) && defined(__sun)
struct rds_info_arg {
uint64_t lenp;
uint64_t datap;
};
#endif
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_counter {
u_int8_t name[32];
u_int64_t value;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_counter {
u_int8_t name[32];
u_int64_t value;
};
#endif
#define RDS_INFO_CONNECTION_FLAG_SENDING 0x01
#define RDS_INFO_CONNECTION_FLAG_CONNECTING 0x02
#define RDS_INFO_CONNECTION_FLAG_CONNECTED 0x04
#define TRANSNAMSIZ 16
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_connection {
u_int64_t next_tx_seq;
u_int64_t next_rx_seq;
u_int32_t laddr;
u_int32_t faddr;
u_int8_t transport[TRANSNAMSIZ];
u_int8_t flags;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_connection {
u_int64_t next_tx_seq;
u_int64_t next_rx_seq;
u_int32_t laddr;
u_int32_t faddr;
u_int8_t transport[TRANSNAMSIZ];
u_int8_t flags;
};
#endif
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_flow {
u_int32_t laddr;
u_int32_t faddr;
u_int32_t bytes;
u_int16_t lport;
u_int16_t fport;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_flow {
u_int32_t laddr;
u_int32_t faddr;
u_int32_t bytes;
u_int16_t lport;
u_int16_t fport;
};
#endif
#define RDS_INFO_MESSAGE_FLAG_ACK 0x01
#define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_message {
u_int64_t seq;
u_int32_t len;
u_int32_t laddr;
u_int32_t faddr;
u_int16_t lport;
u_int16_t fport;
u_int8_t flags;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_message {
u_int64_t seq;
u_int32_t len;
u_int32_t laddr;
u_int32_t faddr;
u_int16_t lport;
u_int16_t fport;
u_int8_t flags;
};
#endif
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_socket {
u_int32_t sndbuf;
u_int32_t bound_addr;
u_int32_t connected_addr;
u_int16_t bound_port;
u_int16_t connected_port;
u_int32_t rcvbuf;
u_int64_t inum;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_socket {
u_int32_t sndbuf;
u_int32_t bound_addr;
u_int32_t connected_addr;
u_int16_t bound_port;
u_int16_t connected_port;
u_int32_t rcvbuf;
u_int64_t inum;
};
#endif
#ifndef __lock_lint
#pragma pack(1)
struct rds_info_tcp_socket {
u_int32_t local_addr;
u_int16_t local_port;
u_int32_t peer_addr;
u_int16_t peer_port;
u_int64_t hdr_rem;
u_int64_t data_rem;
u_int32_t last_sent_nxt;
u_int32_t last_expected_una;
u_int32_t last_seen_una;
} __attribute__((packed));
#pragma pack()
#else
struct rds_info_tcp_socket {
u_int32_t local_addr;
u_int16_t local_port;
u_int32_t peer_addr;
u_int16_t peer_port;
u_int64_t hdr_rem;
u_int64_t data_rem;
u_int32_t last_sent_nxt;
u_int32_t last_expected_una;
u_int32_t last_seen_una;
} __attribute__((packed));
};
#endif
#define RDS_IB_GID_LEN 16
struct rds_info_rdma_connection {
u_int32_t src_addr;
u_int32_t dst_addr;
uint8_t src_gid[RDS_IB_GID_LEN];
uint8_t dst_gid[RDS_IB_GID_LEN];
uint32_t max_send_wr;
uint32_t max_recv_wr;
uint32_t max_send_sge;
uint32_t rdma_mr_max;
uint32_t rdma_mr_size;
};
#define RDS_CONG_MONITOR_SIZE 64
#define RDS_CONG_MONITOR_BIT(port) \
(((unsigned int) port) % RDS_CONG_MONITOR_SIZE)
#define RDS_CONG_MONITOR_MASK(port) (1ULL << RDS_CONG_MONITOR_BIT(port))
typedef u_int64_t rds_rdma_cookie_t;
struct rds_iovec {
u_int64_t addr;
u_int64_t bytes;
};
struct rds_get_mr_args {
struct rds_iovec vec;
u_int64_t cookie_addr;
uint64_t flags;
};
struct rds_get_mr_for_dest_args {
struct sockaddr_storage dest_addr;
struct rds_iovec vec;
u_int64_t cookie_addr;
uint64_t flags;
};
struct rds_free_mr_args {
rds_rdma_cookie_t cookie;
u_int64_t flags;
};
struct rds_rdma_args {
rds_rdma_cookie_t cookie;
struct rds_iovec remote_vec;
u_int64_t local_vec_addr;
u_int64_t nr_local;
u_int64_t flags;
u_int64_t user_token;
};
struct rds_rdma_notify {
u_int64_t user_token;
int32_t status;
};
#define RDS_RDMA_SUCCESS 0
#define RDS_RDMA_REMOTE_ERROR 1
#define RDS_RDMA_CANCELED 2
#define RDS_RDMA_DROPPED 3
#define RDS_RDMA_OTHER_ERROR 4
#define RDS_RDMA_READWRITE 0x0001
#define RDS_RDMA_FENCE 0x0002
#define RDS_RDMA_INVALIDATE 0x0004
#define RDS_RDMA_USE_ONCE 0x0008
#define RDS_RDMA_DONTWAIT 0x0010
#define RDS_RDMA_NOTIFY_ME 0x0020
#ifdef __cplusplus
}
#endif
#endif