[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211102155948.1143487-1-saeed@kernel.org>
Date: Tue, 2 Nov 2021 08:59:41 -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 v2 0/7] mlx5 updates 2021-11-01
From: Saeed Mahameed <saeedm@...dia.com>
Hi Dave, Jakub,
v1->v2:
- Fix build error
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 cc0356d6a02e064387c16a83cb96fe43ef33181e:
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2021-11-02 07:56:47 -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 5eb1f9a57b31fd543e871ac1e743ed4a01d158ec:
net/mlx5e: TC, Remove redundant action stack var (2021-11-02 08:56:35 -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 ++--
.../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c | 2 +-
.../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 | 191 +++++++--------------
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 6 -
.../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 ++++--
13 files changed, 259 insertions(+), 183 deletions(-)
Powered by blists - more mailing lists