mbox series

[pull,request,net,00/16] mlx5 fixes 2021-05-18

Message ID 20210519060523.17875-1-saeed@kernel.org
Headers show
Series mlx5 fixes 2021-05-18 | expand

Message

Saeed Mahameed May 19, 2021, 6:05 a.m. UTC
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This series introduces some fixes to mlx5 driver.

Please pull and let me know if there is any problem.

Thanks,
Saeed.

---
The following changes since commit c9fd37a9450b23804868d7a5b0d038b32ba466be:

  Merge branch 'hns3-fixes' (2021-05-18 13:41:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-05-18

for you to fetch changes up to e63052a5dd3ce7979bff727a8f4bb6d6b3d1317b:

  mlx5e: add add missing BH locking around napi_schdule() (2021-05-18 23:01:55 -0700)

----------------------------------------------------------------
mlx5-fixes-2021-05-18

----------------------------------------------------------------
Ariel Levkovich (1):
      net/mlx5: Set term table as an unmanaged flow table

Aya Levin (1):
      net/mlx5e: Fix error path of updating netdev queues

Dima Chumak (3):
      net/mlx5e: Fix nullptr in add_vlan_push_action()
      net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()
      net/mlx5e: Fix multipath lag activation

Eli Cohen (1):
      {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table

Jakub Kicinski (1):
      mlx5e: add add missing BH locking around napi_schdule()

Jianbo Liu (1):
      net/mlx5: Set reformat action when needed for termination rules

Leon Romanovsky (1):
      net/mlx5: Don't overwrite HCA capabilities when setting MSI-X count

Maor Gottlieb (1):
      {net, RDMA}/mlx5: Fix override of log_max_qp by other device

Parav Pandit (1):
      net/mlx5: SF, Fix show state inactive when its inactivated

Roi Dayan (3):
      net/mlx5: Fix err prints and return when creating termination table
      net/mlx5e: Fix null deref accessing lag dev
      net/mlx5e: Make sure fib dev exists in fib event

Saeed Mahameed (1):
      net/mlx5e: reset XPS on error flow if netdev isn't registered yet

Vlad Buslov (1):
      net/mlx5e: Reject mirroring on source port change encap rules

 drivers/infiniband/hw/mlx5/mr.c                    |  4 +-
 .../net/ethernet/mellanox/mlx5/core/en/rep/bond.c  |  2 +
 .../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c    |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 16 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 26 +++++++--
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |  1 +
 .../mellanox/mlx5/core/eswitch_offloads_termtbl.c  | 61 +++++++++-------------
 drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c   |  6 +++
 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c |  3 ++
 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h |  5 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     | 11 ++--
 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c  | 22 ++++++--
 .../net/ethernet/mellanox/mlx5/core/sf/devlink.c   | 18 ++++---
 drivers/vdpa/mlx5/net/mlx5_vnet.c                  | 19 ++++++-
 include/linux/mlx5/driver.h                        | 44 ++++++++--------
 include/linux/mlx5/mpfs.h                          | 18 +++++++
 17 files changed, 168 insertions(+), 91 deletions(-)
 create mode 100644 include/linux/mlx5/mpfs.h