From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95349C19F28 for ; Wed, 3 Aug 2022 16:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238159AbiHCQTt (ORCPT ); Wed, 3 Aug 2022 12:19:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237423AbiHCQTq (ORCPT ); Wed, 3 Aug 2022 12:19:46 -0400 Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F13E6222A3 for ; Wed, 3 Aug 2022 09:19:45 -0700 (PDT) Received: by mail-pl1-x631.google.com with SMTP id m2so10075589pls.4 for ; Wed, 03 Aug 2022 09:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=oXQ440FXmy/Gwq99YnhUThvtft4aYMka/KTTaLZzEJU=; b=gYEm7uqP6VfidT4Ff6FDlw+msDMhCDyyWzDZjOer/EccIG13TtMSEas+UfRK5qmlM8 KdZiXk49NFGi68uLGAvP3/PqNIpr5ckPOEoxbskwoc2KhQtQ9Sf93/mNd4UMHkh2yr42 c3ww1yvmedqkwfeyrZeEBSyMSuyT+0T41LIKj2xVHPLu1GqCaEIaOFV9D3PsL0ELYV6q MuijGg5L3LS8Gx6anTd0MTj9/eJLvKeJi7SoxPb9lye/kuPGLjBq8v00vntwn0i7b9SZ uid4vBCn21+lPN1ElLG28StqBdZ9XlzXeyiUGCyoSnuqSc/Fg5s4sYQyeeZ4SOUf8wtQ DxOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oXQ440FXmy/Gwq99YnhUThvtft4aYMka/KTTaLZzEJU=; b=W2MVVFd+fvm593p4gzcHdSgOc2R+5E8/f+xCcCxOTZoqAztBdujdpV5zKFUbu1fiPJ TsRmWdHqRhPXcuU12I5UA6WYOVKoxPI4xAQ4Gx1+O+KmPsSGk1xvapyOwK/jlLMzAyHA suuXwsyrrYVZS1W82ICHAyj9L1pvqeeSB6WG/GscLx5lRGKluz5i1lIPTpeJ5uJrmBx7 t2In+lWaqJeswFWyPCq9Og65kWeInPxZblLjM1R6jCcFV/bpJs6AMzuLMLhG2XldyEYO bKKu2yuetcSjuMUdvJhJmo7VB4DPB7tQyFOEEvWfNRrGmC2EjOA6sX8CYw5LR7Yd4RVY +6Mw== X-Gm-Message-State: ACgBeo0yaRGlnmrqRbHh0Sv9r23XjETCSrWhH9ZPHonbFA6lB9PnNKgc Q7BsDPyGHVP4aKAyG6V1GCr6vA== X-Google-Smtp-Source: AA6agR61wRzXNNGPJs88tcIdguv5lAyEORcdwzQOyySCwMrI9SsSwQMeusPW0am6tQRMy7v+lHCF0w== X-Received: by 2002:a17:902:dac5:b0:16f:63c:3e91 with SMTP id q5-20020a170902dac500b0016f063c3e91mr8088641plx.169.1659543585422; Wed, 03 Aug 2022 09:19:45 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id b1-20020a170903228100b0016dbb878f8asm2166097plh.82.2022.08.03.09.19.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Aug 2022 09:19:44 -0700 (PDT) Date: Wed, 3 Aug 2022 09:19:42 -0700 From: Stephen Hemminger To: Antonio Quartulli Cc: Andrew Lunn , netdev@vger.kernel.org, David Miller , Jakub Kicinski , linux-kernel@vger.kernel.org Subject: Re: [RFC 1/1] net: introduce OpenVPN Data Channel Offload (ovpn-dco) Message-ID: <20220803091942.0e388f5b@hermes.local> In-Reply-To: <1219c53f-362e-cd55-73e0-87dfe281ec34@openvpn.net> References: <20220719014704.21346-1-antonio@openvpn.net> <20220719014704.21346-2-antonio@openvpn.net> <52b9d7c9-9f7c-788e-2327-33af63b9c748@openvpn.net> <20220803084202.4e249bdb@hermes.local> <1219c53f-362e-cd55-73e0-87dfe281ec34@openvpn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Aug 2022 17:48:45 +0200 Antonio Quartulli wrote: > There must have been some confusion - sorry about that. > > The repository I linked in my previous email is this very same driver > packaged as "out-of-tree" module (i.e. for people running a kernel that > does not yet ship ovpn-dco) and contains some compat wrapper. > > > The driver I have submitted to the list is 100% standalone and does not > contain any compat code. > > > The only extra component required to do something useful with this > driver is the OpenVPN software in userspace. Good to here thanks. I wonder if there is any chance of having multiple VPN projects using same infrastructure. There seems to be some parallel effort in L2TP, OpenVPN, etc.