All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, tariqt@nvidia.com,
	netdev@vger.kernel.org, saeedm@nvidia.com
Subject: Re: [net-next 01/14] net/mlx5e: Remove non-essential TLS SQ state bit
Date: Sat, 17 Apr 2021 00:00:11 +0000	[thread overview]
Message-ID: <161861761147.26880.7063234408230825295.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210416185430.62584-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Fri, 16 Apr 2021 11:54:17 -0700 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
> 
> Maintaining an SQ state bit to indicate TLS support
> has no real need, a simple and fast test [1] for the SKB is
> almost equally good.
> 
> [1] !skb->sk || !tls_is_sk_tx_device_offloaded(skb->sk)
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] net/mlx5e: Remove non-essential TLS SQ state bit
    https://git.kernel.org/netdev/net-next/c/2f014f4016db
  - [net-next,02/14] net/mlx5e: Cleanup unused function parameter
    https://git.kernel.org/netdev/net-next/c/8668587a33b9
  - [net-next,03/14] net/mlx5e: TX, Inline TLS skb check
    https://git.kernel.org/netdev/net-next/c/b6b3ad2175c8
  - [net-next,04/14] net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()
    https://git.kernel.org/netdev/net-next/c/72f6f2f8d6aa
  - [net-next,05/14] net/mlx5e: kTLS, Add resiliency to RX resync failures
    https://git.kernel.org/netdev/net-next/c/e9ce991bce5b
  - [net-next,06/14] net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closed
    https://git.kernel.org/netdev/net-next/c/6cad120d9e62
  - [net-next,07/14] net/mlx5e: Use mlx5e_safe_switch_channels when channels are closed
    https://git.kernel.org/netdev/net-next/c/69cc4185dcba
  - [net-next,08/14] net/mlx5e: Refactor on-the-fly configuration changes
    https://git.kernel.org/netdev/net-next/c/b3b886cf965d
  - [net-next,09/14] net/mlx5e: Cleanup safe switch channels API by passing params
    https://git.kernel.org/netdev/net-next/c/94872d4ef9c0
  - [net-next,10/14] net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()
    https://git.kernel.org/netdev/net-next/c/5cec6de0ae09
  - [net-next,11/14] net/mlx5: Add register layout to support extended link state
    https://git.kernel.org/netdev/net-next/c/36830159acbe
  - [net-next,12/14] net/mlx5e: Add ethtool extended link state
    https://git.kernel.org/netdev/net-next/c/b3446acb2b9a
  - [net-next,13/14] net/mlx5: Add helper to initialize 1PPS
    https://git.kernel.org/netdev/net-next/c/302522e67c70
  - [net-next,14/14] net/mlx5: Enhance diagnostics info for TX/RX reporters
    https://git.kernel.org/netdev/net-next/c/95742c1cc59d

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



  reply	other threads:[~2021-04-17  0:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 18:54 [pull request][net-next 00/14] mlx5 updates 2021-04-16 Saeed Mahameed
2021-04-16 18:54 ` [net-next 01/14] net/mlx5e: Remove non-essential TLS SQ state bit Saeed Mahameed
2021-04-17  0:00   ` patchwork-bot+netdevbpf [this message]
2021-04-16 18:54 ` [net-next 02/14] net/mlx5e: Cleanup unused function parameter Saeed Mahameed
2021-04-16 18:54 ` [net-next 03/14] net/mlx5e: TX, Inline TLS skb check Saeed Mahameed
2021-04-16 18:54 ` [net-next 04/14] net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe() Saeed Mahameed
2021-04-16 18:54 ` [net-next 05/14] net/mlx5e: kTLS, Add resiliency to RX resync failures Saeed Mahameed
2021-04-16 18:54 ` [net-next 06/14] net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closed Saeed Mahameed
2021-04-16 18:54 ` [net-next 07/14] net/mlx5e: Use mlx5e_safe_switch_channels when channels are closed Saeed Mahameed
2021-04-16 18:54 ` [net-next 08/14] net/mlx5e: Refactor on-the-fly configuration changes Saeed Mahameed
2021-04-16 18:54 ` [net-next 09/14] net/mlx5e: Cleanup safe switch channels API by passing params Saeed Mahameed
2021-04-16 18:54 ` [net-next 10/14] net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc() Saeed Mahameed
2021-04-16 18:54 ` [net-next 11/14] net/mlx5: Add register layout to support extended link state Saeed Mahameed
2021-04-16 18:54 ` [net-next 12/14] net/mlx5e: Add ethtool " Saeed Mahameed
2021-04-16 18:54 ` [net-next 13/14] net/mlx5: Add helper to initialize 1PPS Saeed Mahameed
2021-04-16 18:54 ` [net-next 14/14] net/mlx5: Enhance diagnostics info for TX/RX reporters 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=161861761147.26880.7063234408230825295.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.