netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tariq Toukan <tariqt@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, borisp@nvidia.com,
	netdev@vger.kernel.org, ttoukan.linux@gmail.com,
	moshe@nvidia.com, j.vosburgh@gmail.com, vfalico@gmail.com,
	andy@greyhouse.net, john.fastabend@gmail.com,
	daniel@iogearbox.net, jarod@redhat.com, ivecera@redhat.com
Subject: Re: [PATCH net-next V3 0/8] TLS device offload for Bond
Date: Tue, 19 Jan 2021 05:50:10 +0000	[thread overview]
Message-ID: <161103541045.1484.3865101885505297554.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210117145949.8632-1-tariqt@nvidia.com>

Hello:

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

On Sun, 17 Jan 2021 16:59:41 +0200 you wrote:
> Hi,
> 
> This series opens TX and RX TLS device offload for bond interfaces.
> This allows bond interfaces to benefit from capable lower devices.
> 
> We add a new ndo_sk_get_lower_dev() to be used to get the lower dev that
> corresponds to a given socket.
> The TLS module uses it to interact directly with the lowest device in
> chain, and invoke the control operations in tlsdev_ops. This means that the
> bond interface doesn't have his own struct tlsdev_ops instance and
> derived logic/callbacks.
> 
> [...]

Here is the summary with links:
  - [net-next,V3,1/8] net: netdevice: Add operation ndo_sk_get_lower_dev
    https://git.kernel.org/netdev/net-next/c/719a402cf603
  - [net-next,V3,2/8] net/bonding: Take IP hash logic into a helper
    https://git.kernel.org/netdev/net-next/c/5b99854540e3
  - [net-next,V3,3/8] net/bonding: Implement ndo_sk_get_lower_dev
    https://git.kernel.org/netdev/net-next/c/007feb87fb15
  - [net-next,V3,4/8] net/bonding: Take update_features call out of XFRM funciton
    https://git.kernel.org/netdev/net-next/c/f45583de361d
  - [net-next,V3,5/8] net/bonding: Implement TLS TX device offload
    https://git.kernel.org/netdev/net-next/c/89df6a810470
  - [net-next,V3,6/8] net/bonding: Declare TLS RX device offload support
    https://git.kernel.org/netdev/net-next/c/dc5809f9e2b6
  - [net-next,V3,7/8] net/tls: Device offload to use lowest netdevice in chain
    https://git.kernel.org/netdev/net-next/c/153cbd137f0a
  - [net-next,V3,8/8] net/tls: Except bond interface from some TLS checks
    https://git.kernel.org/netdev/net-next/c/4e5a73329051

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



      parent reply	other threads:[~2021-01-19  6:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-17 14:59 [PATCH net-next V3 0/8] TLS device offload for Bond Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 1/8] net: netdevice: Add operation ndo_sk_get_lower_dev Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 2/8] net/bonding: Take IP hash logic into a helper Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 3/8] net/bonding: Implement ndo_sk_get_lower_dev Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 4/8] net/bonding: Take update_features call out of XFRM funciton Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 5/8] net/bonding: Implement TLS TX device offload Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 6/8] net/bonding: Declare TLS RX device offload support Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 7/8] net/tls: Device offload to use lowest netdevice in chain Tariq Toukan
2021-01-17 14:59 ` [PATCH net-next V3 8/8] net/tls: Except bond interface from some TLS checks Tariq Toukan
2021-01-19  5:50 ` 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=161103541045.1484.3865101885505297554.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andy@greyhouse.net \
    --cc=borisp@nvidia.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=ivecera@redhat.com \
    --cc=j.vosburgh@gmail.com \
    --cc=jarod@redhat.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=tariqt@nvidia.com \
    --cc=ttoukan.linux@gmail.com \
    --cc=vfalico@gmail.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).