aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorGravatar Jason Gunthorpe <jgg@mellanox.com> 2020-03-27 13:26:59 -0300
committerGravatar Jason Gunthorpe <jgg@mellanox.com> 2020-03-27 13:26:59 -0300
commitdbdf8909d03d8ab23dc7a6d6edce0791d6a9055c (patch)
tree68839455b62c1e4b079b02f2696bc839ca0f6aa5 /include/uapi/rdma
parentIB/hfi1: Call kobject_put() when kobject_init_and_add() fails (diff)
parentRDMA/mlx5: Add support for RDMA TX flow table (diff)
downloadlinux-dbdf8909d03d8ab23dc7a6d6edce0791d6a9055c.tar.gz
linux-dbdf8909d03d8ab23dc7a6d6edce0791d6a9055c.tar.bz2
linux-dbdf8909d03d8ab23dc7a6d6edce0791d6a9055c.zip
Merge branch 'mlx5_tx_steering' into rdma.git for-next
Leon Romanovsky says: ==================== Those two patches from Michael extends mlx5_core and mlx5_ib flow steering to support RDMA TX in similar way to already supported RDMA RX. ==================== Based on the mlx5-next branch at git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux Due to dependencies * branch 'mlx5_tx_steering': RDMA/mlx5: Add support for RDMA TX flow table net/mlx5: Add support for RDMA TX steering
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r--include/uapi/rdma/mlx5_user_ioctl_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/mlx5_user_ioctl_verbs.h b/include/uapi/rdma/mlx5_user_ioctl_verbs.h
index 3f7a97c28045..56b26eaea083 100644
--- a/include/uapi/rdma/mlx5_user_ioctl_verbs.h
+++ b/include/uapi/rdma/mlx5_user_ioctl_verbs.h
@@ -44,6 +44,7 @@ enum mlx5_ib_uapi_flow_table_type {
MLX5_IB_UAPI_FLOW_TABLE_TYPE_NIC_TX = 0x1,
MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB = 0x2,
MLX5_IB_UAPI_FLOW_TABLE_TYPE_RDMA_RX = 0x3,
+ MLX5_IB_UAPI_FLOW_TABLE_TYPE_RDMA_TX = 0x4,
};
enum mlx5_ib_uapi_flow_action_packet_reformat_type {