mbox series

[pull,request,net,0/4] mlx5 fixes 2021-02-01

Message ID 20210202070703.617251-1-saeed@kernel.org
Headers show
Series mlx5 fixes 2021-02-01 | expand

Message

Saeed Mahameed Feb. 2, 2021, 7:06 a.m. UTC
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Jakub,

This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem.

Please note the first patch in this series
("Fix function calculation for page trees") is fixing a regression
due to previous fix in net which you didn't include in your previous rc
pr. So I hope this series will make it into your next rc pr,
so mlx5 won't be broken in the next rc.

Thanks,
Saeed.

---
The following changes since commit 188fa104f2ba93887777ded2e600ce16d60bc3d7:

  Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2021-02-01 20:23:44 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-02-01

for you to fetch changes up to a34ffec8af8ff1c730697a99e09ec7b74a3423b6:

  net/mlx5e: Release skb in case of failure in tc update skb (2021-02-01 23:02:02 -0800)

----------------------------------------------------------------
mlx5-fixes-2021-02-01

----------------------------------------------------------------
Daniel Jurgens (1):
      net/mlx5: Fix function calculation for page trees

Maor Dickman (1):
      net/mlx5e: Release skb in case of failure in tc update skb

Maor Gottlieb (1):
      net/mlx5: Fix leak upon failure of rule creation

Maxim Mikityanskiy (1):
      net/mlx5e: Update max_opened_tc also when channels are closed

 drivers/net/ethernet/mellanox/mlx5/core/en_main.c   |  6 ++----
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c     | 16 ++++++++++++----
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c   |  5 +++++
 drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c |  2 +-
 4 files changed, 20 insertions(+), 9 deletions(-)