linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Antonio Quartulli <antonio@openvpn.net>,
	netdev@vger.kernel.org, David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [RFC v2] net: introduce OpenVPN Data Channel Offload (ovpn-dco)
Date: Fri, 12 Aug 2022 11:44:27 -0700	[thread overview]
Message-ID: <20220812114427.05f7393a@hermes.local> (raw)
In-Reply-To: <CAHNKnsQnHAdxC-XhC9RP-cFp0d-E4YGb+7ie3WymXVL9N-QS6A@mail.gmail.com>

On Fri, 12 Aug 2022 21:34:33 +0300
Sergey Ryazanov <ryazanov.s.a@gmail.com> wrote:

> What is the purpose of creating and destroying interfaces via RTNL,
> but performing all other operations using the dedicated netlink
> protocol?
> 
> RTNL interface usually implemented for some standalone interface
> types, e.g. VLAN, GRE, etc. Here we need a userspace application
> anyway to be able to use the network device to forward traffic, and
> the module implements the dedicated GENL protocol. So why not just
> introduce OVPN_CMD_NEW_IFACE and OVPN_CMD_DEL_IFACE commands to the
> GENL interface? It looks like this will simplify the userspace part by
> using the single GENL interface for any management operations.

RTNL is netlink. The standard way to create network devices should
be available with newlink message as in:

 # ip link add dev myvpn type ovpn <options>

  reply	other threads:[~2022-08-12 18:44 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-19  1:47 [RFC 0/1] Introducing OpenVPN Data Channel Offload Antonio Quartulli
2022-07-19  1:47 ` [RFC 1/1] net: introduce OpenVPN Data Channel Offload (ovpn-dco) Antonio Quartulli
2022-07-19 15:19   ` Andrew Lunn
2022-07-19 15:21     ` Antonio Quartulli
2022-07-19 15:25   ` Andrew Lunn
2022-07-28  7:41     ` Antonio Quartulli
2022-07-28 13:07       ` Andrew Lunn
2022-07-28 13:16         ` Antonio Quartulli
2022-08-03 15:42           ` Stephen Hemminger
2022-08-03 15:48             ` Antonio Quartulli
2022-08-03 16:19               ` Stephen Hemminger
2022-08-04  7:34                 ` Antonio Quartulli
2022-07-28 16:28       ` Jakub Kicinski
2022-07-28 19:16         ` Antonio Quartulli
2022-07-19 15:37   ` Andrew Lunn
2022-07-28  7:44     ` Antonio Quartulli
2022-07-28 13:12       ` Andrew Lunn
2022-08-03 15:31   ` [RFC v2] " Antonio Quartulli
2022-08-12 18:34     ` Sergey Ryazanov
2022-08-12 18:44       ` Stephen Hemminger [this message]
2022-08-30 22:35         ` Sergey Ryazanov
2022-08-12 21:05       ` Antonio Quartulli
2022-08-31  3:15         ` Sergey Ryazanov
2022-09-09 20:40           ` Antonio Quartulli
2022-09-13  0:49             ` Sergey Ryazanov
2022-08-03 16:04   ` [RFC 1/1] " Joe Perches
2022-08-04  7:35     ` Antonio Quartulli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220812114427.05f7393a@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=antonio@openvpn.net \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=ryazanov.s.a@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).