netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pull request][net-next 0/7] mlx5 updates 2021-11-01
@ 2021-11-02  0:29 Saeed Mahameed
  2021-11-02  0:29 ` [net-next 1/7] net/mlx5e: Support ethtool cq mode Saeed Mahameed
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Saeed Mahameed @ 2021-11-02  0:29 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski; +Cc: netdev, Saeed Mahameed

From: Saeed Mahameed <saeedm@nvidia.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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-02 12:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02  0:29 [pull request][net-next 0/7] mlx5 updates 2021-11-01 Saeed Mahameed
2021-11-02  0:29 ` [net-next 1/7] net/mlx5e: Support ethtool cq mode Saeed Mahameed
2021-11-02  0:29 ` [net-next 2/7] net/mlx5: Print more info on pci error handlers Saeed Mahameed
2021-11-02  0:29 ` [net-next 3/7] net/mlx5e: TC, Destroy nic flow counter if exists Saeed Mahameed
2021-11-02  0:29 ` [net-next 4/7] net/mlx5e: TC, Move kfree() calls after destroying all resources Saeed Mahameed
2021-11-02  0:29 ` [net-next 5/7] net/mlx5e: Refactor mod header management API Saeed Mahameed
2021-11-02  0:29 ` [net-next 6/7] net/mlx5: CT: Allow static allocation of mod headers Saeed Mahameed
2021-11-02  0:29 ` [net-next 7/7] net/mlx5e: TC, Remove redundant action stack var Saeed Mahameed
2021-11-02 12:38 ` [pull request][net-next 0/7] mlx5 updates 2021-11-01 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).