From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
tariqt@nvidia.com, hyonkim@cisco.com, leonro@nvidia.com
Subject: Re: [V4 net 01/15] net/mlx5e: Do not increment ESN when updating IPsec ESN state
Date: Thu, 27 Oct 2022 18:20:20 +0000 [thread overview]
Message-ID: <166689482076.378.7374777770971119455.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221026135153.154807-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 26 Oct 2022 14:51:39 +0100 you wrote:
> From: Hyong Youb Kim <hyonkim@cisco.com>
>
> An offloaded SA stops receiving after about 2^32 + replay_window
> packets. For example, when SA reaches <seq-hi 0x1, seq 0x2c>, all
> subsequent packets get dropped with SA-icv-failure (integrity_failed).
>
> To reproduce the bug:
> - ConnectX-6 Dx with crypto enabled (FW 22.30.1004)
> - ipsec.conf:
> nic-offload = yes
> replay-window = 32
> esn = yes
> salifetime=24h
> - Run netperf for a long time to send more than 2^32 packets
> netperf -H <device-under-test> -t TCP_STREAM -l 20000
>
> [...]
Here is the summary with links:
- [V4,net,01/15] net/mlx5e: Do not increment ESN when updating IPsec ESN state
https://git.kernel.org/netdev/net/c/888be6b279b7
- [V4,net,02/15] net/mlx5: Wait for firmware to enable CRS before pci_restore_state
https://git.kernel.org/netdev/net/c/212b4d7251c1
- [V4,net,03/15] net/mlx5: DR, Fix matcher disconnect error flow
https://git.kernel.org/netdev/net/c/4ea9891d6641
- [V4,net,04/15] net/mlx5e: Extend SKB room check to include PTP-SQ
https://git.kernel.org/netdev/net/c/19b43a432e3e
- [V4,net,05/15] net/mlx5e: Update restore chain id for slow path packets
https://git.kernel.org/netdev/net/c/8dc47c0527c1
- [V4,net,06/15] net/mlx5: ASO, Create the ASO SQ with the correct timestamp format
https://git.kernel.org/netdev/net/c/0f3caaa2c6fb
- [V4,net,07/15] net/mlx5: Fix possible use-after-free in async command interface
https://git.kernel.org/netdev/net/c/bacd22df9514
- [V4,net,08/15] net/mlx5e: TC, Reject forwarding from internal port to internal port
https://git.kernel.org/netdev/net/c/f382a2413dae
- [V4,net,09/15] net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroed
https://git.kernel.org/netdev/net/c/94d651739e17
- [V4,net,10/15] net/mlx5: Update fw fatal reporter state on PCI handlers successful recover
https://git.kernel.org/netdev/net/c/416ef7136319
- [V4,net,11/15] net/mlx5: Fix crash during sync firmware reset
https://git.kernel.org/netdev/net/c/aefb62a99887
- [V4,net,12/15] net/mlx5e: Fix macsec coverity issue at rx sa update
https://git.kernel.org/netdev/net/c/d3ecf037569c
- [V4,net,13/15] net/mlx5e: Fix macsec rx security association (SA) update/delete
https://git.kernel.org/netdev/net/c/74573e38e933
- [V4,net,14/15] net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule function
https://git.kernel.org/netdev/net/c/d550956458a8
- [V4,net,15/15] net/mlx5e: Fix macsec sci endianness at rx sa update
https://git.kernel.org/netdev/net/c/12ba40ba3dc3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-10-27 18:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 13:51 [pull request][V4 net 00/15] mlx5 fixes 2022-10-14 Saeed Mahameed
2022-10-26 13:51 ` [V4 net 01/15] net/mlx5e: Do not increment ESN when updating IPsec ESN state Saeed Mahameed
2022-10-27 18:20 ` patchwork-bot+netdevbpf [this message]
2022-10-26 13:51 ` [V4 net 02/15] net/mlx5: Wait for firmware to enable CRS before pci_restore_state Saeed Mahameed
2022-10-26 13:51 ` [V4 net 03/15] net/mlx5: DR, Fix matcher disconnect error flow Saeed Mahameed
2022-10-27 18:15 ` Jakub Kicinski
2022-10-26 13:51 ` [V4 net 04/15] net/mlx5e: Extend SKB room check to include PTP-SQ Saeed Mahameed
2022-10-26 13:51 ` [V4 net 05/15] net/mlx5e: Update restore chain id for slow path packets Saeed Mahameed
2022-10-26 13:51 ` [V4 net 06/15] net/mlx5: ASO, Create the ASO SQ with the correct timestamp format Saeed Mahameed
2022-10-26 13:51 ` [V4 net 07/15] net/mlx5: Fix possible use-after-free in async command interface Saeed Mahameed
2022-10-26 13:51 ` [V4 net 08/15] net/mlx5e: TC, Reject forwarding from internal port to internal port Saeed Mahameed
2022-10-26 13:51 ` [V4 net 09/15] net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroed Saeed Mahameed
2022-10-26 13:51 ` [V4 net 10/15] net/mlx5: Update fw fatal reporter state on PCI handlers successful recover Saeed Mahameed
2022-10-26 13:51 ` [V4 net 11/15] net/mlx5: Fix crash during sync firmware reset Saeed Mahameed
2022-10-26 13:51 ` [V4 net 12/15] net/mlx5e: Fix macsec coverity issue at rx sa update Saeed Mahameed
2022-10-26 13:51 ` [V4 net 13/15] net/mlx5e: Fix macsec rx security association (SA) update/delete Saeed Mahameed
2022-10-26 13:51 ` [V4 net 14/15] net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule function Saeed Mahameed
2022-10-26 13:51 ` [V4 net 15/15] net/mlx5e: Fix macsec sci endianness at rx sa update Saeed Mahameed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166689482076.378.7374777770971119455.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hyonkim@cisco.com \
--cc=kuba@kernel.org \
--cc=leonro@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeed@kernel.org \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).