Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-11-15 Thread Antonio Quartulli
On 14/11/2024 23:10, Sergey Ryazanov wrote: On 14.11.2024 17:33, Antonio Quartulli wrote: On 06/11/2024 02:18, Sergey Ryazanov wrote: Regarding "big" topics I have only two concerns: link creation using RTNL and a switch statement usage. In the corresponding thread, I asked Jiri to clarify tha

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-11-14 Thread Sergey Ryazanov
On 14.11.2024 17:33, Antonio Quartulli wrote: On 06/11/2024 02:18, Sergey Ryazanov wrote: Regarding "big" topics I have only two concerns: link creation using RTNL and a switch statement usage. In the corresponding thread, I asked Jiri to clarify that "should" regarding .newlink implementation.

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-11-14 Thread Antonio Quartulli
On 06/11/2024 02:18, Sergey Ryazanov wrote: Hi Antonio, On 29.10.2024 12:47, Antonio Quartulli wrote: Notable changes from v10: * extended commit message of 23/23 with brief description of the output * Link to v10: https://lore.kernel.org/r/20241025-b4-ovpn-v10-0- b87530777...@openvpn.net Pl

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-11-05 Thread Sergey Ryazanov
Hi Antonio, On 29.10.2024 12:47, Antonio Quartulli wrote: Notable changes from v10: * extended commit message of 23/23 with brief description of the output * Link to v10: https://lore.kernel.org/r/20241025-b4-ovpn-v10-0-b87530777...@openvpn.net Please note that some patches were already review

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-10-31 Thread Jakub Kicinski
On Thu, 31 Oct 2024 11:00:05 +0100 Antonio Quartulli wrote: > It seems some little changes to ovpn.yaml were not reflected in the > generated files I committed. > > Specifically I changed some U32 to BE32 (IPv4 addresses) and files were > not regenerated before committing. > > (I saw the failur

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 29 Oct 2024 11:47:13 +0100 you wrote: > Notable changes from v10: > * extended commit message of 23/23 with brief description of the output > * Link to v10: > https://lore.kernel.org/r/20241025-b4-ovpn-v10-0

Re: [PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-10-31 Thread Antonio Quartulli
It seems some little changes to ovpn.yaml were not reflected in the generated files I committed. Specifically I changed some U32 to BE32 (IPv4 addresses) and files were not regenerated before committing. (I saw the failure in patchwork about this) It seems I'll have to send v12 after all. C

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload

2024-10-29 Thread Antonio Quartulli
Notable changes from v10: * extended commit message of 23/23 with brief description of the output * Link to v10: https://lore.kernel.org/r/20241025-b4-ovpn-v10-0-b87530777...@openvpn.net Please note that some patches were already reviewed by Andre Lunn, Donald Hunter and Shuah Khan. They have ret