Re: [PATCH net-next v8 02/24] net: introduce OpenVPN Data Channel Offload (ovpn)

2024-10-02 Thread kernel test robot
: 44badc908f2c85711cb18e45e13119c10ad3a05f patch link: https://lore.kernel.org/r/20241002-b4-ovpn-v8-2-37ceffcffbde%40openvpn.net patch subject: [PATCH net-next v8 02/24] net: introduce OpenVPN Data Channel Offload (ovpn) reproduce: (https://download.01.org/0day-ci/archive/20241002/202410021829.6fqjqrrb-...@intel.com

[PATCH net-next v8 02/24] net: introduce OpenVPN Data Channel Offload (ovpn)

2024-10-02 Thread Antonio Quartulli
OpenVPN is a userspace software existing since around 2005 that allows users to create secure tunnels. So far OpenVPN has implemented all operations in userspace, which implies several back and forth between kernel and user land in order to process packets (encapsulate/decapsulate, encrypt/decrypt