netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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, gal@nvidia.com, leonro@nvidia.com,
	steffen.klassert@secunet.com
Subject: Re: [net-next V4 01/15] xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
Date: Thu, 08 Feb 2024 03:00:30 +0000	[thread overview]
Message-ID: <170736123033.21845.6120628380850293061.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240206005527.1353368-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@nvidia.com>:

On Mon,  5 Feb 2024 16:55:13 -0800 you wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> In order to allow drivers to fill all statistics, change the name
> of xdo_dev_state_update_curlft to be xdo_dev_state_update_stats.
> 
> Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,V4,01/15] xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
    https://git.kernel.org/netdev/net-next/c/fd2bc4195d51
  - [net-next,V4,02/15] xfrm: get global statistics from the offloaded device
    https://git.kernel.org/netdev/net-next/c/f9f221c98fd8
  - [net-next,V4,03/15] net/mlx5e: Connect mlx5 IPsec statistics with XFRM core
    https://git.kernel.org/netdev/net-next/c/6fb7f9408779
  - [net-next,V4,04/15] net/mlx5e: Delete obsolete IPsec code
    https://git.kernel.org/netdev/net-next/c/77bed87f7620
  - [net-next,V4,05/15] Documentation: Fix counter name of mlx5 vnic reporter
    https://git.kernel.org/netdev/net-next/c/21e16fa5dc6c
  - [net-next,V4,06/15] net/mlx5: Rename mlx5_sf_dev_remove
    https://git.kernel.org/netdev/net-next/c/8d7db0abafb8
  - [net-next,V4,07/15] net/mlx5: remove fw_fatal reporter dump option for non PF
    https://git.kernel.org/netdev/net-next/c/daa6a6eb8f88
  - [net-next,V4,08/15] net/mlx5: remove fw reporter dump option for non PF
    https://git.kernel.org/netdev/net-next/c/17aa2d79b7e5
  - [net-next,V4,09/15] net/mlx5: SF, Stop waiting for FW as teardown was called
    https://git.kernel.org/netdev/net-next/c/137cef6d5556
  - [net-next,V4,10/15] net/mlx5: Return specific error code for timeout on wait_fw_init
    https://git.kernel.org/netdev/net-next/c/bcad0e531231
  - [net-next,V4,11/15] net/mlx5: Remove initial segmentation duplicate definitions
    https://git.kernel.org/netdev/net-next/c/91a72ada6605
  - [net-next,V4,12/15] net/mlx5: Change missing SyncE capability print to debug
    https://git.kernel.org/netdev/net-next/c/507472ed0e37
  - [net-next,V4,13/15] net/mlx5: DR, Change SWS usage to debug fs seq_file interface
    https://git.kernel.org/netdev/net-next/c/917d1e799ddf
  - [net-next,V4,14/15] net/mlx5e: XSK, Exclude tailroom from non-linear SKBs memory calculations
    https://git.kernel.org/netdev/net-next/c/fb3bfdfcd106
  - [net-next,V4,15/15] net/mlx5e: XDP, Exclude headroom and tailroom from memory calculations
    https://git.kernel.org/netdev/net-next/c/a90f55916f15

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2024-02-08  3:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06  0:55 [pull request][net-next V4 00/15] mlx5 updates 2024-01-26 Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 01/15] xfrm: generalize xdo_dev_state_update_curlft to allow statistics update Saeed Mahameed
2024-02-08  3:00   ` patchwork-bot+netdevbpf [this message]
2024-02-06  0:55 ` [net-next V4 02/15] xfrm: get global statistics from the offloaded device Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 03/15] net/mlx5e: Connect mlx5 IPsec statistics with XFRM core Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 04/15] net/mlx5e: Delete obsolete IPsec code Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 05/15] Documentation: Fix counter name of mlx5 vnic reporter Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 06/15] net/mlx5: Rename mlx5_sf_dev_remove Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 07/15] net/mlx5: remove fw_fatal reporter dump option for non PF Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 08/15] net/mlx5: remove fw " Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 09/15] net/mlx5: SF, Stop waiting for FW as teardown was called Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 10/15] net/mlx5: Return specific error code for timeout on wait_fw_init Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 11/15] net/mlx5: Remove initial segmentation duplicate definitions Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 12/15] net/mlx5: Change missing SyncE capability print to debug Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 13/15] net/mlx5: DR, Change SWS usage to debug fs seq_file interface Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 14/15] net/mlx5e: XSK, Exclude tailroom from non-linear SKBs memory calculations Saeed Mahameed
2024-02-06  0:55 ` [net-next V4 15/15] net/mlx5e: XDP, Exclude headroom and tailroom from " Saeed Mahameed
2024-02-07 11:05 ` [pull request][net-next V4 00/15] mlx5 updates 2024-01-26 Simon Horman

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=170736123033.21845.6120628380850293061.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.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=steffen.klassert@secunet.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).