Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-31 Thread Sergey Ryazanov
Hello Jiri, Sorry for the late reply. Could you elaborate a bit reasons for the RTNL interface implementation? Please find the questions inlined. On 08.10.2024 15:52, Jiri Pirko wrote: Tue, Oct 08, 2024 at 11:16:01AM CEST, anto...@openvpn.net wrote: On 08/10/2024 10:58, Jiri Pirko wrote: Tu

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-08 Thread Antonio Quartulli
On 08/10/2024 14:52, Jiri Pirko wrote: Tue, Oct 08, 2024 at 11:16:01AM CEST, anto...@openvpn.net wrote: On 08/10/2024 10:58, Jiri Pirko wrote: Tue, Oct 08, 2024 at 10:01:40AM CEST, anto...@openvpn.net wrote: Hi, On 07/10/24 17:32, Jiri Pirko wrote: Wed, Oct 02, 2024 at 11:02:17AM CEST, anto.

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-08 Thread Jiri Pirko
Tue, Oct 08, 2024 at 11:16:01AM CEST, anto...@openvpn.net wrote: >On 08/10/2024 10:58, Jiri Pirko wrote: >> Tue, Oct 08, 2024 at 10:01:40AM CEST, anto...@openvpn.net wrote: >> > Hi, >> > >> > On 07/10/24 17:32, Jiri Pirko wrote: >> > > Wed, Oct 02, 2024 at 11:02:17AM CEST, anto...@openvpn.net wrot

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-08 Thread Antonio Quartulli
On 08/10/2024 10:58, Jiri Pirko wrote: Tue, Oct 08, 2024 at 10:01:40AM CEST, anto...@openvpn.net wrote: Hi, On 07/10/24 17:32, Jiri Pirko wrote: Wed, Oct 02, 2024 at 11:02:17AM CEST, anto...@openvpn.net wrote: [...] +operations: + list: +- + name: dev-new + attribute-set: ov

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-08 Thread Jiri Pirko
Tue, Oct 08, 2024 at 10:01:40AM CEST, anto...@openvpn.net wrote: >Hi, > >On 07/10/24 17:32, Jiri Pirko wrote: >> Wed, Oct 02, 2024 at 11:02:17AM CEST, anto...@openvpn.net wrote: >> >> [...] >> >> >> > +operations: >> > + list: >> > +- >> > + name: dev-new >> > + attribute-set: ovp

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-08 Thread Antonio Quartulli
Hi, On 07/10/24 17:32, Jiri Pirko wrote: Wed, Oct 02, 2024 at 11:02:17AM CEST, anto...@openvpn.net wrote: [...] +operations: + list: +- + name: dev-new + attribute-set: ovpn + flags: [ admin-perm ] + doc: Create a new interface of type ovpn + do: +reques

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-07 Thread Jiri Pirko
Wed, Oct 02, 2024 at 11:02:17AM CEST, anto...@openvpn.net wrote: [...] >+operations: >+ list: >+- >+ name: dev-new >+ attribute-set: ovpn >+ flags: [ admin-perm ] >+ doc: Create a new interface of type ovpn >+ do: >+request: >+ attributes: >+

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-07 Thread Antonio Quartulli
On 04/10/2024 18:13, Donald Hunter wrote: On Wed, 2 Oct 2024 at 10:03, Antonio Quartulli wrote: +definitions: + - +type: const +name: nonce-tail-size +value: 8 + - +type: enum +name: cipher-alg +value-start: 0 value-start defaults to 0 for enum so this is unnecessar

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-04 Thread Donald Hunter
On Wed, 2 Oct 2024 at 10:03, Antonio Quartulli wrote: > > +definitions: > + - > +type: const > +name: nonce-tail-size > +value: 8 > + - > +type: enum > +name: cipher-alg > +value-start: 0 value-start defaults to 0 for enum so this is unnecessary. Same for the following e

Re: [PATCH net-next v8 03/24] ovpn: add basic netlink support

2024-10-02 Thread kernel test robot
Hi Antonio, kernel test robot noticed the following build warnings: [auto build test WARNING on 44badc908f2c85711cb18e45e13119c10ad3a05f] url: https://github.com/intel-lab-lkp/linux/commits/Antonio-Quartulli/netlink-add-NLA_POLICY_MAX_LEN-macro/20241002-172734 base: 44badc908f2c85711cb18e4