From: patchwork-bot+netdevbpf@kernel.org
To: Leon Romanovsky <leon@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org,
steffen.klassert@secunet.com, andy@greyhouse.net,
ayush.sawal@chelsio.com, edumazet@google.com,
herbert@gondor.apana.org.au, intel-wired-lan@lists.osuosl.org,
j.vosburgh@gmail.com, jesse.brandeburg@intel.com, corbet@lwn.net,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, oss-drivers@corigine.com,
pabeni@redhat.com, rajur@chelsio.com, saeedm@nvidia.com,
simon.horman@corigine.com, anthony.l.nguyen@intel.com,
vfalico@gmail.com
Subject: Re: [PATCH net-next v1 00/10] Convert drivers to return XFRM configuration errors through extack
Date: Fri, 27 Jan 2023 00:50:18 +0000 [thread overview]
Message-ID: <167478061842.17988.12550218546200310016.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1674560845.git.leon@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 24 Jan 2023 13:54:56 +0200 you wrote:
> Changelog
> v1:
> * Fixed rebase errors in mlx5 and cxgb4 drivers
> * Fixed previously existed typo in nfp driver
> * Added Simon's ROB
> * Removed my double SOB tags
> v0: https://lore.kernel.org/all/cover.1674481435.git.leon@kernel.org
>
> [...]
Here is the summary with links:
- [net-next,v1,01/10] xfrm: extend add policy callback to set failure reason
https://git.kernel.org/netdev/net-next/c/3089386db090
- [net-next,v1,02/10] net/mlx5e: Fill IPsec policy validation failure reason
https://git.kernel.org/netdev/net-next/c/1bb70c5ab6ec
- [net-next,v1,03/10] xfrm: extend add state callback to set failure reason
https://git.kernel.org/netdev/net-next/c/7681a4f58fb9
- [net-next,v1,04/10] net/mlx5e: Fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/902812b81604
- [net-next,v1,05/10] netdevsim: Fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/6c4869795568
- [net-next,v1,06/10] nfp: fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/05ddf5f8cb6c
- [net-next,v1,07/10] ixgbevf: fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/c068ec5c964d
- [net-next,v1,08/10] ixgbe: fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/505c500cfcb4
- [net-next,v1,09/10] bonding: fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/3fe57986271a
- [net-next,v1,10/10] cxgb4: fill IPsec state validation failure reason
https://git.kernel.org/netdev/net-next/c/8c284ea429d2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-01-27 0:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 11:54 [PATCH net-next v1 00/10] Convert drivers to return XFRM configuration errors through extack Leon Romanovsky
2023-01-24 11:54 ` [PATCH net-next v1 01/10] xfrm: extend add policy callback to set failure reason Leon Romanovsky
2023-01-25 19:02 ` Jakub Kicinski
2023-01-26 7:28 ` Leon Romanovsky
2023-01-26 9:45 ` Paolo Abeni
2023-01-26 10:42 ` Leon Romanovsky
2023-01-26 19:17 ` Leon Romanovsky
2023-01-24 11:54 ` [PATCH net-next v1 02/10] net/mlx5e: Fill IPsec policy validation " Leon Romanovsky
2023-01-24 11:54 ` [PATCH net-next v1 03/10] xfrm: extend add state callback to set " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 04/10] net/mlx5e: Fill IPsec state validation " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 05/10] netdevsim: " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 06/10] nfp: fill " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 07/10] ixgbevf: " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 08/10] ixgbe: " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 09/10] bonding: " Leon Romanovsky
2023-01-24 11:55 ` [PATCH net-next v1 10/10] cxgb4: " Leon Romanovsky
2023-01-25 19:01 ` [PATCH net-next v1 00/10] Convert drivers to return XFRM configuration errors through extack Jakub Kicinski
2023-01-26 9:43 ` Steffen Klassert
2023-01-27 0: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=167478061842.17988.12550218546200310016.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andy@greyhouse.net \
--cc=anthony.l.nguyen@intel.com \
--cc=ayush.sawal@chelsio.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=herbert@gondor.apana.org.au \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=j.vosburgh@gmail.com \
--cc=jesse.brandeburg@intel.com \
--cc=kuba@kernel.org \
--cc=leon@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@corigine.com \
--cc=pabeni@redhat.com \
--cc=rajur@chelsio.com \
--cc=saeedm@nvidia.com \
--cc=simon.horman@corigine.com \
--cc=steffen.klassert@secunet.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).