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 |
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
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(-)