mbox series

[mlx5-next,0/4] mlx5 next updates 2020-07-14

Message ID 20200715042835.32851-1-saeedm@mellanox.com (mailing list archive)
Headers show
Series mlx5 next updates 2020-07-14 | expand

Message

Saeed Mahameed July 15, 2020, 4:28 a.m. UTC
Hi,

This patchset introduces some updates to mlx5 next shared branch.

1) Eli Cohen, Adds HW and mlx5_core driver definitions and bits for
upcoming mlx5 VDPA driver support.
2) Michael Guralnik Enables count actions for simple allow steering
rule.

In case of no objections this patchset will be applied to mlx5-next and
later sent to rdma and net-next trees.

Thanks,
Saeed.

Eli Cohen (3):
  net/mlx5: Support setting access rights of dma addresses
  net/mlx5: Add VDPA interface type to supported enumerations
  net/mlx5: Add interface changes required for VDPA

Michael Guralnik (1):
  net/mlx5: Enable count action for rules with allow action

 .../net/ethernet/mellanox/mlx5/core/alloc.c   |  11 +-
 .../net/ethernet/mellanox/mlx5/core/fs_core.c |   1 +
 include/linux/mlx5/device.h                   |   4 +-
 include/linux/mlx5/driver.h                   |   2 +
 include/linux/mlx5/mlx5_ifc.h                 | 118 +++++++++++++++---
 5 files changed, 118 insertions(+), 18 deletions(-)

Comments

Saeed Mahameed July 16, 2020, 6:01 a.m. UTC | #1
On Tue, 2020-07-14 at 21:28 -0700, Saeed Mahameed wrote:
> Hi,
> 
> This patchset introduces some updates to mlx5 next shared branch.
> 
> 1) Eli Cohen, Adds HW and mlx5_core driver definitions and bits for
> upcoming mlx5 VDPA driver support.
> 2) Michael Guralnik Enables count actions for simple allow steering
> rule.
> 
> In case of no objections this patchset will be applied to mlx5-next
> and
> later sent to rdma and net-next trees.

Patches applied to mlx5-next.
Thanks !