From: Paul Blakey <pa...@mellanox.com>

Add capability bit to test whether reg_c value is preserved on
recirculation.

Signed-off-by: Paul Blakey <pa...@mellanox.com>
Signed-off-by: Maor Dickman <ma...@nvidia.com>
Reviewed-by: Roi Dayan <r...@nvidia.com>
Signed-off-by: Saeed Mahameed <sae...@nvidia.com>
---
 include/linux/mlx5/mlx5_ifc.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 8fbddec26eb8..ec0d01e26b3e 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -1278,7 +1278,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
 
        u8         reserved_at_a0[0x3];
        u8         ece_support[0x1];
-       u8         reserved_at_a4[0x7];
+       u8         reserved_at_a4[0x5];
+       u8         reg_c_preserve[0x1];
+       u8         reserved_at_aa[0x1];
        u8         log_max_srq[0x5];
        u8         reserved_at_b0[0x2];
        u8         ts_cqe_to_dest_cqn[0x1];
-- 
2.26.2

Reply via email to