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
| ||
|
Message-ID: <ZN1N6WOpHUkhQspA@x130> Date: Wed, 16 Aug 2023 15:30:01 -0700 From: Saeed Mahameed <saeed@...nel.org> To: Leon Romanovsky <leon@...nel.org> Cc: Jason Gunthorpe <jgg@...dia.com>, Jakub Kicinski <kuba@...nel.org>, "David S . Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, linux-rdma@...r.kernel.org, Maor Gottlieb <maorg@...dia.com>, Mark Zhang <markzhang@...dia.com>, netdev@...r.kernel.org, Paolo Abeni <pabeni@...hat.com>, Patrisious Haddad <phaddad@...dia.com>, Raed Salem <raeds@...dia.com>, Saeed Mahameed <saeedm@...dia.com>, Simon Horman <horms@...nel.org> Subject: Re: [GIT PULL] Please pull mlx5 MACsec RoCEv2 support On 13 Aug 09:47, Leon Romanovsky wrote: >Hi, > >This PR is collected from https://lore.kernel.org/all/cover.1691569414.git.leon@kernel.org >and contains patches to support mlx5 MACsec RoCEv2. > >It is based on -rc4 and such has minor conflict with net-next due to existance of IPsec packet offlosd >in eswitch code and the resolution is to take both hunks. Hi Jakub, Are you planing to pull this into net-next? There's a very minor conflict as described below and I a would like to avoid this on merge window. Thanks, Saeed. > >diff --cc include/linux/mlx5/driver.h >index 25d0528f9219,3ec8155c405d..000000000000 >--- a/include/linux/mlx5/driver.h >+++ b/include/linux/mlx5/driver.h >@@@ -805,6 -806,11 +805,14 @@@ struct mlx5_core_dev > u32 vsc_addr; > struct mlx5_hv_vhca *hv_vhca; > struct mlx5_thermal *thermal; >+ u64 num_block_tc; >+ u64 num_block_ipsec; >+ #ifdef CONFIG_MLX5_MACSEC >+ struct mlx5_macsec_fs *macsec_fs; >+ #endif
Powered by blists - more mailing lists