Re: [Openvpn-devel] [PATCH 1/4] Handle (DCO) timeouts in client mode

2022-05-09 Thread Antonio Quartulli
Hi, On 29/04/2022 19:02, Kristof Provost via Openvpn-devel wrote: From: Kristof Provost Handle the DCO driver telling us that the peer went away, even if we're not running in multi-instance mode. Signed-off-by: Kristof Provost I squashed this change in the dco branch. Thanks a lot! Regar

Re: [Openvpn-devel] [PATCH 3/4] Ensure dynamic_name is always populated

2022-05-09 Thread Antonio Quartulli
Hi, On 29/04/2022 19:02, Kristof Provost via Openvpn-devel wrote: From: Kristof Provost It's always used for open_tun_dco(), so we must ensure it's populated, even if 'dev_node' is set. Signed-off-by: Kristof Provost I squashed this change in the dco branch. Thanks a lot! Regards, -- Anto

Re: [Openvpn-devel] [PATCH v2 4/7] ovpn-dco: introduce linux data-channel offload support

2022-05-09 Thread Antonio Quartulli
Hi, On 30/04/2022 18:12, Gert Doering wrote: Hi, On Mon, Apr 11, 2022 at 03:35:28PM +0200, Antonio Quartulli wrote: Implement the data-channel offloading using the ovpn-dco kernel module. See README.dco.md for more details. Signed-off-by: Arne Schwabe Signed-off-by: Antonio Quartulli ---

Re: [Openvpn-devel] [PATCH v2 4/7] ovpn-dco: introduce linux data-channel offload support

2022-05-09 Thread Antonio Quartulli
Hi, On 12/04/2022 12:33, Frank Lichtenheld wrote: Honestly still not sure one would start reviewing the actual code but here are at least a few minor things I noticed while browsing through it: Antonio Quartulli hat am 11.04.2022 15:35 geschrieben: Implement the data-channel offloading us