[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211102002914.1052888-1-saeed@kernel.org>
Date: Mon, 1 Nov 2021 17:29:07 -0700
From: Saeed Mahameed <saeed@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, Saeed Mahameed <saeedm@...dia.com>
Subject: [pull request][net-next 0/7] mlx5 updates 2021-11-01
From: Saeed Mahameed <saeedm@...dia.com>
Hi Dave, Jakub,
This small pull request includes few updates to mlx5 driver,
Mainly:
1) Support ethtool cq mode
2) Static allocation of mod header object for the common case
Please pull and let me know if there is any problem.
Thanks,
Saeed.
The following changes since commit 047304d0bfa5be2ace106974f87eec51e0832cd0:
netdevsim: fix uninit value in nsim_drv_configure_vfs() (2021-11-01 16:29:56 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-11-01
for you to fetch changes up to 3ba1deb30012c7f6eee3b2719bd7144230da10bd:
net/mlx5e: TC, Remove redundant action stack var (2021-11-01 17:25:41 -0700)
----------------------------------------------------------------
mlx5-updates-2021-11-01
Small updates for mlx5 driver:
1) Support ethtool cq mode
2) Static allocation of mod header object for the common case
3) minor code improvements
----------------------------------------------------------------
Paul Blakey (2):
net/mlx5e: Refactor mod header management API
net/mlx5: CT: Allow static allocation of mod headers
Roi Dayan (3):
net/mlx5e: TC, Destroy nic flow counter if exists
net/mlx5e: TC, Move kfree() calls after destroying all resources
net/mlx5e: TC, Remove redundant action stack var
Saeed Mahameed (2):
net/mlx5e: Support ethtool cq mode
net/mlx5: Print more info on pci error handlers
drivers/net/ethernet/mellanox/mlx5/core/en.h | 7 +-
.../net/ethernet/mellanox/mlx5/core/en/mod_hdr.c | 58 +++++++
.../net/ethernet/mellanox/mlx5/core/en/mod_hdr.h | 26 +++
.../net/ethernet/mellanox/mlx5/core/en/tc/sample.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 34 ++--
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 49 +++++-
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 183 +++++++--------------
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 5 -
.../ethernet/mellanox/mlx5/core/esw/indir_table.c | 5 +-
.../ethernet/mellanox/mlx5/core/ipoib/ethtool.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 51 ++++--
12 files changed, 255 insertions(+), 176 deletions(-)
Powered by blists - more mailing lists