Message ID | cover.1674560845.git.leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Convert drivers to return XFRM configuration errors through extack | expand |
On Tue, 24 Jan 2023 13:54:56 +0200 Leon Romanovsky wrote: > This series continues effort started by Sabrina to return XFRM configuration > errors through extack. It allows for user space software stack easily present > driver failure reasons to users. Steffen, would you like to take these into your tree or should we apply directly? Looks like mostly driver changes.
On Wed, Jan 25, 2023 at 11:01:33AM -0800, Jakub Kicinski wrote: > On Tue, 24 Jan 2023 13:54:56 +0200 Leon Romanovsky wrote: > > This series continues effort started by Sabrina to return XFRM configuration > > errors through extack. It allows for user space software stack easily present > > driver failure reasons to users. > > Steffen, would you like to take these into your tree or should we apply > directly? Looks like mostly driver changes. You can just take it directly as it is mostly driver changes. The ipsec-next tree is currently empty so there will be no conflicts. Thanks!
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!