mbox series

[mlx5-next,0/6] mlx5-next HW bits and definitions updates 2022-06-08

Message ID 20220608200452.43880-1-saeed@kernel.org (mailing list archive)
Headers show
Series mlx5-next HW bits and definitions updates 2022-06-08 | expand

Message

Saeed Mahameed June 8, 2022, 8:04 p.m. UTC
From: Saeed Mahameed <saeedm@nvidia.com>

Updates to mlx5 HW bits and definitions for upcoming rdma and netdev
features.

Jianbo Liu (2):
  net/mlx5: Add IFC bits and enums for flow meter
  net/mlx5: Add support EXECUTE_ASO action for flow entry

Ofer Levi (1):
  net/mlx5: Add bits and fields to support enhanced CQE compression

Saeed Mahameed (1):
  net/mlx5: Add HW definitions of vport debug counters

Shay Drory (2):
  net/mlx5: group fdb cleanup to single function
  net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK

 .../net/ethernet/mellanox/mlx5/core/fs_cmd.c  |  33 ++++
 .../net/ethernet/mellanox/mlx5/core/fs_core.c |  18 ++-
 .../net/ethernet/mellanox/mlx5/core/main.c    |   7 -
 include/linux/mlx5/device.h                   |  36 ++---
 include/linux/mlx5/fs.h                       |  14 ++
 include/linux/mlx5/mlx5_ifc.h                 | 144 ++++++++++++++++--
 6 files changed, 207 insertions(+), 45 deletions(-)

Comments

Saeed Mahameed June 14, 2022, 6:23 p.m. UTC | #1
On 08 Jun 13:04, Saeed Mahameed wrote:
>From: Saeed Mahameed <saeedm@nvidia.com>
>
>Updates to mlx5 HW bits and definitions for upcoming rdma and netdev
>features.
>
>Jianbo Liu (2):
>  net/mlx5: Add IFC bits and enums for flow meter
>  net/mlx5: Add support EXECUTE_ASO action for flow entry
>
>Ofer Levi (1):
>  net/mlx5: Add bits and fields to support enhanced CQE compression
>
>Saeed Mahameed (1):
>  net/mlx5: Add HW definitions of vport debug counters
>
>Shay Drory (2):
>  net/mlx5: group fdb cleanup to single function
>  net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK
>

Series applied to mlx5-next