mbox series

[V2,mlx5-next,0/9] mlx5 core updates and cleanups

Message ID 20181210211517.3686-1-saeedm@mellanox.com
Headers show
Series mlx5 core updates and cleanups | expand

Message

Saeed Mahameed Dec. 10, 2018, 9:15 p.m. UTC
Hi

This patchset is for mlx5-next shared branch, and will be applied there
once the review is done.

1) From Eli Britstein, add mlx5 core support for flow steering extended
destination
2) From Mikhael Goikhman, port module events cleanup and support for
PCIe power slot exceeded errors and plugged-disabled cable status.
3) Eyal Davidovich adds monitor commands layout and event data.
4) From Or Gerlitz, remove unsed mlx5 interface callback (get_protocol).
5) From Oz Shlomo, Revise gre and nvgre key formats

v1->v2:
 - Improve commit message for "Change vhca id valid bool field to bit flag"
 - mlx5_core_warn instead of pr_warn
 - drop "IB/mlx5: Simplify netdev unbinding" patch, it can go to rdma only

Thanks,
Saeed.

---

Eli Britstein (3):
  net/mlx5: Introduce extended destination fields
  net/mlx5: E-Switch, Change vhca id valid bool field to bit flag
  net/mlx5: Support extended destination format in flow steering command

Eyal Davidovich (1):
  net/mlx5: Add monitor commands layout and event data

Mikhael Goikhman (3):
  net/mlx5: Rework handling of port module events
  net/mlx5: Add support for PCIe power slot exceeded error in PME
  net/mlx5: Add support for plugged-disabled cable status in PME

Or Gerlitz (1):
  net/mlx5: Remove the get protocol device interface entry

Oz Shlomo (1):
  net/mlx5: Revise gre and nvgre key formats

 drivers/infiniband/hw/mlx5/main.c             |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c |   4 +
 drivers/net/ethernet/mellanox/mlx5/core/dev.c |  22 ----
 .../mellanox/mlx5/core/diag/fs_tracepoint.c   |   8 +-
 .../net/ethernet/mellanox/mlx5/core/en_main.c |   8 --
 .../ethernet/mellanox/mlx5/core/en_stats.c    |   8 +-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c  |   3 +
 .../mellanox/mlx5/core/eswitch_offloads.c     |   8 +-
 .../net/ethernet/mellanox/mlx5/core/events.c  |  89 ++++++++-----
 .../net/ethernet/mellanox/mlx5/core/fs_cmd.c  |  83 ++++++++++--
 .../ethernet/mellanox/mlx5/core/lib/mlx5.h    |  21 ++--
 include/linux/mlx5/device.h                   |   1 +
 include/linux/mlx5/driver.h                   |   2 -
 include/linux/mlx5/fs.h                       |   8 +-
 include/linux/mlx5/mlx5_ifc.h                 | 119 +++++++++++++++++-
 15 files changed, 287 insertions(+), 101 deletions(-)

Comments

Saeed Mahameed Dec. 10, 2018, 10:01 p.m. UTC | #1
On Mon, Dec 10, 2018 at 1:15 PM Saeed Mahameed <saeedm@mellanox.com> wrote:
>
> Hi
>
> This patchset is for mlx5-next shared branch, and will be applied there
> once the review is done.
>
> 1) From Eli Britstein, add mlx5 core support for flow steering extended
> destination
> 2) From Mikhael Goikhman, port module events cleanup and support for
> PCIe power slot exceeded errors and plugged-disabled cable status.
> 3) Eyal Davidovich adds monitor commands layout and event data.
> 4) From Or Gerlitz, remove unsed mlx5 interface callback (get_protocol).
> 5) From Oz Shlomo, Revise gre and nvgre key formats
>
> v1->v2:
>  - Improve commit message for "Change vhca id valid bool field to bit flag"
>  - mlx5_core_warn instead of pr_warn
>  - drop "IB/mlx5: Simplify netdev unbinding" patch, it can go to rdma only
>

Applied to mlx5-next.

Thanks.