diff options
author | Doug Ledford <dledford@redhat.com> | 2018-10-17 17:23:37 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-10-17 17:23:37 +0200 |
commit | 5a8336d99a81ae7492d41b5a13dc2717b0d39565 (patch) | |
tree | 6a77bc69695c0df3e5dfb31702962d3b8e9a183a | |
parent | RDMA/drivers: Use core provided API for registering device attributes (diff) | |
parent | net/mlx5: Expose DC scatter to CQE capability bit (diff) | |
download | linux-5a8336d99a81ae7492d41b5a13dc2717b0d39565.tar.xz linux-5a8336d99a81ae7492d41b5a13dc2717b0d39565.zip |
Merge remote-tracking branch 'mlx5-next' into for-next
Pick up changes to mlx5_ifc.h needed for direct Scatter to CQE support
series to come next.
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 68f4d5f9d929..0f460fb22c31 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -1005,7 +1005,8 @@ struct mlx5_ifc_cmd_hca_cap_bits { u8 umr_modify_atomic_disabled[0x1]; u8 umr_indirect_mkey_disabled[0x1]; u8 umr_fence[0x2]; - u8 reserved_at_20c[0x3]; + u8 dc_req_scat_data_cqe[0x1]; + u8 reserved_at_20d[0x2]; u8 drain_sigerr[0x1]; u8 cmdif_checksum[0x2]; u8 sigerr_cqe[0x1]; |