mbox series

[mlx5-next,0/6] mlx5 updates for shared branch 2018-12-12

Message ID 20181213031141.12783-1-saeedm@mellanox.com (mailing list archive)
Headers show
Series mlx5 updates for shared branch 2018-12-12 | expand

Message

Saeed Mahameed Dec. 13, 2018, 3:11 a.m. UTC
Hi,

This series includes updates to mlx5 core driver for the shared
mlx5-next branch.

1) From Mark Bloch, Unify e-switch representors load approach in mlx5_ib
2) From Shahar Klein, Flow counters affinity bits for lag
3) From Roy Dayan, Lag affinity log and cleanup
4) From Saeed Mahameed, A cleanup patch for mlx5_ifc.h

Thanks,
Saeed.

---

Mark Bloch (1):
  IB/mlx5: Unify e-switch representors load approach between uplink and
    VFs

Roi Dayan (2):
  net/mlx5: Split the activate lag function into two routines
  net/mlx5: Add lag affinity info to log

Saeed Mahameed (1):
  net/mlx5: Use lowercase 'X' for hex values

Shahar Klein (2):
  net/mlx5: E-Switch, Introduce flow counter affinity
  net/mlx5: Fold the modify lag code into function

 drivers/infiniband/hw/mlx5/ib_rep.c           | 11 +++-
 drivers/infiniband/hw/mlx5/main.c             | 29 +++------
 drivers/infiniband/hw/mlx5/mlx5_ib.h          |  1 -
 drivers/net/ethernet/mellanox/mlx5/core/lag.c | 59 +++++++++++++------
 include/linux/mlx5/mlx5_ifc.h                 | 24 +++++---
 5 files changed, 74 insertions(+), 50 deletions(-)

Comments

Saeed Mahameed Dec. 14, 2018, 7:05 p.m. UTC | #1
On Wed, Dec 12, 2018 at 7:12 PM Saeed Mahameed <saeedm@mellanox.com> wrote:
>
> Hi,
>
> This series includes updates to mlx5 core driver for the shared
> mlx5-next branch.
>
> 1) From Mark Bloch, Unify e-switch representors load approach in mlx5_ib
> 2) From Shahar Klein, Flow counters affinity bits for lag
> 3) From Roy Dayan, Lag affinity log and cleanup
> 4) From Saeed Mahameed, A cleanup patch for mlx5_ifc.h
>

Applied to mlx5-next,
Thanks.