This series adds misc updates to mlx5 shared header files and, to include new HW layouts for registers that are going to be used in upcoming submission to net-next. >From Aya, Resource dump registers for devlink health dump. >From Eran, MCAM and MIRC registers for firmware flash re-activate flow. >From Leon, Don't write read only fields to vport context. In case of no objection this series will be applied to mlx5-next tree and sent later as pull request to both net-next and rdma-next trees, with the corresponding features on top. Thanks, Saeed. --- Aya Levin (1): net/mlx5: Expose resource dump register mapping Eran Ben Elisha (3): net/mlx5: Add structures layout for new MCAM access reg groups net/mlx5: Read MCAM register groups 1 and 2 net/mlx5: Add structures and defines for MIRC register Leon Romanovsky (1): net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command drivers/net/ethernet/mellanox/mlx5/core/fw.c | 15 +- .../net/ethernet/mellanox/mlx5/core/vport.c | 27 +-- include/linux/mlx5/device.h | 14 +- include/linux/mlx5/driver.h | 4 +- include/linux/mlx5/mlx5_ifc.h | 162 +++++++++++++++++- 5 files changed, 193 insertions(+), 29 deletions(-) -- 2.21.0