lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221130051152.479480-1-saeed@kernel.org>
Date:   Tue, 29 Nov 2022 21:11:37 -0800
From:   Saeed Mahameed <saeed@...nel.org>
To:     "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>,
        Eric Dumazet <edumazet@...gle.com>
Cc:     Saeed Mahameed <saeedm@...dia.com>, netdev@...r.kernel.org,
        Tariq Toukan <tariqt@...dia.com>
Subject: [pull request][net-next 00/15] mlx5 updates 2022-11-29

From: Saeed Mahameed <saeedm@...dia.com>

This PR provides misc updates to mlx5 driver.
For more information please see tag log below.

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

Thanks,
Saeed.


The following changes since commit 5cb0c51fe366cf96b7911d25db3e678401732246:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next (2022-11-29 20:50:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2022-11-29

for you to fetch changes up to 953d771587e232e537665d34086a94ed29b89e5f:

  net/mlx5e: Support devlink reload of IPsec core (2022-11-29 21:09:49 -0800)

----------------------------------------------------------------
mlx5-updates-2022-11-29

Misc update for mlx5 driver

1) Various trivial cleanups

2) Maor Dickman, Adds support for trap offload with additional actions

3) From Tariq, UMR (device memory registrations) cleanups,
   UMR WQE must be aligned to 64B per device spec, (not a bug fix).

----------------------------------------------------------------
Christophe JAILLET (1):
      net/mlx5e: Remove unneeded io-mapping.h #include

Gustavo A. R. Silva (1):
      net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper

Leon Romanovsky (4):
      net/mlx5e: Don't access directly DMA device pointer
      net/mlx5e: Delete always true DMA check
      net/mlx5: Remove redundant check
      net/mlx5e: Support devlink reload of IPsec core

Maor Dickman (1):
      net/mlx5e: TC, Add offload support for trap with additional actions

Petr Pavlu (1):
      net/mlx5: Remove unused ctx variables

Rahul Rameshbabu (1):
      net/mlx5: Fix orthography errors in documentation

Roi Dayan (2):
      net/mlx5e: Don't use termination table when redundant
      net/mlx5e: Do early return when setup vports dests for slow path flow

Tariq Toukan (4):
      net/mlx5e: Add padding when needed in UMR WQEs
      net/mlx5: Remove unused UMR MTT definitions
      net/mlx5: Generalize name of UMR alignment definition
      net/mlx5: Use generic definition for UMR KLM alignment

 .../device_drivers/ethernet/mellanox/mlx5.rst      | 82 +++++++++++-----------
 drivers/infiniband/hw/mlx5/odp.c                   |  3 +-
 drivers/infiniband/hw/mlx5/umr.c                   | 14 ++--
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  1 -
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  8 +--
 .../net/ethernet/mellanox/mlx5/core/en/params.c    |  4 +-
 .../ethernet/mellanox/mlx5/core/en/tc/act/trap.c   | 10 +--
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 17 +++--
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  5 +-
 .../ethernet/mellanox/mlx5/core/en_accel/macsec.c  | 12 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  9 +--
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   | 10 ++-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    | 21 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.h    |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h  |  5 ++
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 35 ++++-----
 .../mellanox/mlx5/core/eswitch_offloads_termtbl.c  | 32 +++++++--
 drivers/net/ethernet/mellanox/mlx5/core/lib/aso.c  |  3 -
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  3 -
 drivers/net/ethernet/mellanox/mlx5/core/uar.c      |  1 -
 include/linux/mlx5/device.h                        |  7 +-
 include/linux/mlx5/driver.h                        |  2 -
 22 files changed, 153 insertions(+), 135 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ