On 11/6/2019 10:21 PM, Jason Gunthorpe wrote:
On Sun, Nov 03, 2019 at 04:07:23PM +0200, Leon Romanovsky wrote:
diff --git a/include/uapi/rdma/mlx5_user_ioctl_cmds.h b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
index d0da070cf0ab..20d88307f75f 100644
+++ b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
@@ -198,6 +198,7 @@ enum mlx5_ib_create_flow_attrs {
MLX5_IB_ATTR_CREATE_FLOW_ARR_FLOW_ACTIONS,
MLX5_IB_ATTR_CREATE_FLOW_TAG,
MLX5_IB_ATTR_CREATE_FLOW_ARR_COUNTERS_DEVX,
+ MLX5_IB_ATTR_CREATE_FLOW_ARR_COUNTERS_DEVX_OFFSET,
};
Where is the rdma-core PR consuming this new uapi?
Below is the matching PR for this in rdma-core:
https://github.com/linux-rdma/rdma-core/pull/611
Yishai