mbox series

[mlx5-next,0/5] Mellanox, mlx5-next updates 2019-11-20

Message ID 20191120222128.29646-1-saeedm@mellanox.com (mailing list archive)
Headers show
Series Mellanox, mlx5-next updates 2019-11-20 | expand

Message

Saeed Mahameed Nov. 20, 2019, 10:22 p.m. UTC
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(-)

Comments

Saeed Mahameed Nov. 22, 2019, 9:11 p.m. UTC | #1
On Wed, 2019-11-20 at 22:22 +0000, Saeed Mahameed wrote:
> 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
> 

The features which need the above patches are still stuck in internal
review, i will postpone merging these patches till next kernel release.

> Leon Romanovsky (1):
>   net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT
>     command

This one will be submitted through a pull request to net-next.

Thanks,
Saeed.