summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/devx.c
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2019-08-13 19:19:19 +0300
committerDoug Ledford <dledford@redhat.com>2019-08-13 19:19:19 +0300
commit749b9eef502d5fd0e1e2af798bf1521f17f3074d (patch)
tree9a4318103f27cac8bcb0a85b00cb11f0d661a504 /drivers/infiniband/hw/mlx5/devx.c
parentdb50077b953072b420943e89fcf06d5922898b89 (diff)
parentb1635ee6120cbeb3de6ab270432b2a2b839c9c56 (diff)
downloadlinux-749b9eef502d5fd0e1e2af798bf1521f17f3074d.tar.xz
Merge remote-tracking branch 'mlx5-next/mlx5-next' into wip/dl-for-next
Merging tip of mlx5-next in order to get changes related to adding XRQ support to the DEVX interface needed prior to the following two patches. Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/devx.c')
-rw-r--r--drivers/infiniband/hw/mlx5/devx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mlx5/devx.c b/drivers/infiniband/hw/mlx5/devx.c
index a527cf7f01ac..fd577ffd7864 100644
--- a/drivers/infiniband/hw/mlx5/devx.c
+++ b/drivers/infiniband/hw/mlx5/devx.c
@@ -930,6 +930,7 @@ static bool devx_is_general_cmd(void *in, struct mlx5_ib_dev *dev)
case MLX5_CMD_OP_QUERY_CONG_STATUS:
case MLX5_CMD_OP_QUERY_CONG_PARAMS:
case MLX5_CMD_OP_QUERY_CONG_STATISTICS:
+ case MLX5_CMD_OP_QUERY_LAG:
return true;
default:
return false;