Message ID | cover.1681976818.git.leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Fixes to mlx5 IPsec implementation | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 20 Apr 2023 11:02:46 +0300 you wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Hi, > > This small patchset includes various fixes and one refactoring patch > which I collected for the features sent in this cycle, with one exception - > first patch. > > [...] Here is the summary with links: - [net-next,1/5] net/mlx5e: Fix FW error while setting IPsec policy block action https://git.kernel.org/netdev/net-next/c/e239e31ae802 - [net-next,2/5] net/mlx5e: Don't overwrite extack message returned from IPsec SA validator https://git.kernel.org/netdev/net-next/c/697b3518ebfd - [net-next,3/5] net/mlx5e: Compare all fields in IPv6 address https://git.kernel.org/netdev/net-next/c/3198ae7d42af - [net-next,4/5] net/mlx5e: Properly release work data structure https://git.kernel.org/netdev/net-next/c/94edec448479 - [net-next,5/5] net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macs https://git.kernel.org/netdev/net-next/c/45fd01f2fbf1 You are awesome, thank you!
From: Leon Romanovsky <leonro@nvidia.com> Hi, This small patchset includes various fixes and one refactoring patch which I collected for the features sent in this cycle, with one exception - first patch. First patch fixes code which was introduced in previous cycle, however I was able to trigger FW error only in custom debug code, so don't see a need to send it to net-rc. Thanks Leon Romanovsky (5): net/mlx5e: Fix FW error while setting IPsec policy block action net/mlx5e: Don't overwrite extack message returned from IPsec SA validator net/mlx5e: Compare all fields in IPv6 address net/mlx5e: Properly release work data structure net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macs .../mellanox/mlx5/core/en_accel/ipsec.c | 53 +++++++++---------- .../mellanox/mlx5/core/en_accel/ipsec.h | 2 +- .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 16 +++--- 3 files changed, 35 insertions(+), 36 deletions(-)