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
Subject: Re: [PATCH net-next V2 00/17] Introduce MACsec skb_metadata_dst and mlx5 macsec offload
Date: Wed, 07 Sep 2022 13:20:19 +0000	[thread overview]
Message-ID: <166255681995.1987.3842975899867486366.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220906052129.104507-1-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon,  5 Sep 2022 22:21:12 -0700 you wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
> 
> v1->v2:
>    - attach mlx5 implementation patches.
> 
> This patchset introduces MACsec skb_metadata_dst to lay the ground
> for MACsec HW offload.
> 
> [...]

Here is the summary with links:
  - [net-next,V2,01/17] net/macsec: Add MACsec skb_metadata_dst Tx Data path support
    https://git.kernel.org/netdev/net-next/c/0a28bfd4971f
  - [net-next,V2,02/17] net/macsec: Add MACsec skb_metadata_dst Rx Data path support
    https://git.kernel.org/netdev/net-next/c/860ead89b851
  - [net-next,V2,03/17] net/macsec: Move some code for sharing with various drivers that implements offload
    https://git.kernel.org/netdev/net-next/c/b1671253c601
  - [net-next,V2,04/17] net/mlx5: Removed esp_id from struct mlx5_flow_act
    https://git.kernel.org/netdev/net-next/c/d1b2234b7fbf
  - [net-next,V2,05/17] net/mlx5: Generalize Flow Context for new crypto fields
    https://git.kernel.org/netdev/net-next/c/e227ee990bf9
  - [net-next,V2,06/17] net/mlx5: Introduce MACsec Connect-X offload hardware bits and structures
    https://git.kernel.org/netdev/net-next/c/8385c51ff5bc
  - [net-next,V2,07/17] net/mlx5: Add MACsec offload Tx command support
    https://git.kernel.org/netdev/net-next/c/8ff0ac5be144
  - [net-next,V2,08/17] net/mlx5: Add MACsec Tx tables support to fs_core
    https://git.kernel.org/netdev/net-next/c/ee534d7f81ba
  - [net-next,V2,09/17] net/mlx5e: Add MACsec TX steering rules
    https://git.kernel.org/netdev/net-next/c/e467b283ffd5
  - [net-next,V2,10/17] net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dst
    https://git.kernel.org/netdev/net-next/c/9515978eee0b
  - [net-next,V2,11/17] net/mlx5e: Add MACsec offload Rx command support
    https://git.kernel.org/netdev/net-next/c/aae3454e4d4c
  - [net-next,V2,12/17] net/mlx5: Add MACsec Rx tables support to fs_core
    https://git.kernel.org/netdev/net-next/c/15d187e285b3
  - [net-next,V2,13/17] net/mlx5e: Add MACsec RX steering rules
    https://git.kernel.org/netdev/net-next/c/3b20949cb21b
  - [net-next,V2,14/17] net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dst
    https://git.kernel.org/netdev/net-next/c/b7c9400cbc48
  - [net-next,V2,15/17] net/mlx5e: Add MACsec offload SecY support
    https://git.kernel.org/netdev/net-next/c/5a39816a75e5
  - [net-next,V2,16/17] net/mlx5e: Add MACsec stats support for Rx/Tx flows
    https://git.kernel.org/netdev/net-next/c/807a1b765b4f
  - [net-next,V2,17/17] net/mlx5e: Add support to configure more than one macsec offload device
    https://git.kernel.org/netdev/net-next/c/99d4dc66c823

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



      parent reply	other threads:[~2022-09-07 13:20 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  5:21 [PATCH net-next V2 00/17] Introduce MACsec skb_metadata_dst and mlx5 macsec offload Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 01/17] net/macsec: Add MACsec skb_metadata_dst Tx Data path support Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 02/17] net/macsec: Add MACsec skb_metadata_dst Rx " Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 03/17] net/macsec: Move some code for sharing with various drivers that implements offload Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 04/17] net/mlx5: Removed esp_id from struct mlx5_flow_act Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 05/17] net/mlx5: Generalize Flow Context for new crypto fields Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 06/17] net/mlx5: Introduce MACsec Connect-X offload hardware bits and structures Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 07/17] net/mlx5: Add MACsec offload Tx command support Saeed Mahameed
2022-09-14 14:39   ` sundeep subbaraya
2022-09-14 20:38     ` Saeed Mahameed
2022-09-15  5:14       ` sundeep subbaraya
2022-09-15  5:20         ` sundeep subbaraya
2022-09-15  8:02           ` Antoine Tenart
2022-09-19  9:01             ` sundeep subbaraya
2022-09-19 13:26               ` Raed Salem
2022-09-20  8:14                 ` Antoine Tenart
2022-09-21 13:43                   ` sundeep subbaraya
2022-09-06  5:21 ` [PATCH net-next V2 08/17] net/mlx5: Add MACsec Tx tables support to fs_core Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 09/17] net/mlx5e: Add MACsec TX steering rules Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 10/17] net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dst Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 11/17] net/mlx5e: Add MACsec offload Rx command support Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 12/17] net/mlx5: Add MACsec Rx tables support to fs_core Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 13/17] net/mlx5e: Add MACsec RX steering rules Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 14/17] net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dst Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 15/17] net/mlx5e: Add MACsec offload SecY support Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 16/17] net/mlx5e: Add MACsec stats support for Rx/Tx flows Saeed Mahameed
2022-09-06  5:21 ` [PATCH net-next V2 17/17] net/mlx5e: Add support to configure more than one macsec offload device Saeed Mahameed
2022-09-07 13:20 ` patchwork-bot+netdevbpf [this message]

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=166255681995.1987.3842975899867486366.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --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).