summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
diff options
context:
space:
mode:
authorArtemy Kovalyov2017-08-17 14:52:10 +0200
committerDoug Ledford2017-08-29 14:30:20 +0200
commit5b3ec3fcb6bbe081279c73fb574af8c72f14cea0 (patch)
treed822f048db7c845ea79dab7b9ef1b7874ace3955 /include/linux/mlx5/driver.h
parentIB/mlx5: Fill XRQ capabilities (diff)
downloadkernel-qcow2-linux-5b3ec3fcb6bbe081279c73fb574af8c72f14cea0.tar.gz
kernel-qcow2-linux-5b3ec3fcb6bbe081279c73fb574af8c72f14cea0.tar.xz
kernel-qcow2-linux-5b3ec3fcb6bbe081279c73fb574af8c72f14cea0.zip
net/mlx5: Add XRQ support
Add support to new XRQ(eXtended shared Receive Queue) hardware object. It supports SRQ semantics with addition of extended receive buffers topologies and offloads. Currently supports tag matching topology and rendezvouz offload. Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com> Reviewed-by: Yossi Itigin <yosefe@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r--include/linux/mlx5/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 99d88624ad07..c33e6f7a1afb 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -418,6 +418,7 @@ enum mlx5_res_type {
MLX5_RES_SQ = MLX5_EVENT_QUEUE_TYPE_SQ,
MLX5_RES_SRQ = 3,
MLX5_RES_XSRQ = 4,
+ MLX5_RES_XRQ = 5,
};
struct mlx5_core_rsc_common {