Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-18 Thread Antonio Quartulli
On 17/04/2025 12:48, Paolo Abeni wrote: On 4/15/25 1:17 PM, Antonio Quartulli wrote: Notable changes since v25: * removed netdev notifier (was only used for our own devices) * added .dellink implementation to address what was previously done in notifier * removed .ndo_open and moved netif_car

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 15 Apr 2025 13:17:17 +0200 you wrote: > Notable changes since v25: > * removed netdev notifier (was only used for our own devices) > * added .dellink implementation to address what was previously > done in not

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-17 Thread Paolo Abeni
On 4/15/25 1:17 PM, Antonio Quartulli wrote: > Notable changes since v25: > * removed netdev notifier (was only used for our own devices) > * added .dellink implementation to address what was previously > done in notifier > * removed .ndo_open and moved netif_carrier_off() call to .ndo_init > * f

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-17 Thread Antonio Quartulli
Hi Oleksandr, Thanks a lot for testing! On 17/04/2025 11:51, Oleksandr Natalenko wrote: Hello. On úterý 15. dubna 2025 13:17:17, středoevropský letní čas Antonio Quartulli wrote: Notable changes since v25: * removed netdev notifier (was only used for our own devices) * added .dellink impleme

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-17 Thread Oleksandr Natalenko
Hello. On úterý 15. dubna 2025 13:17:17, středoevropský letní čas Antonio Quartulli wrote: > Notable changes since v25: > * removed netdev notifier (was only used for our own devices) > * added .dellink implementation to address what was previously > done in notifier > * removed .ndo_open and m

Re: [PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-16 Thread Sabrina Dubroca
2025-04-15, 13:17:17 +0200, Antonio Quartulli wrote: > Notable changes since v25: > * removed netdev notifier (was only used for our own devices) > * added .dellink implementation to address what was previously > done in notifier > * removed .ndo_open and moved netif_carrier_off() call to .ndo_in

[PATCH net-next v26 00/23] Introducing OpenVPN Data Channel Offload

2025-04-15 Thread Antonio Quartulli
Notable changes since v25: * removed netdev notifier (was only used for our own devices) * added .dellink implementation to address what was previously done in notifier * removed .ndo_open and moved netif_carrier_off() call to .ndo_init * fixed author in MODULE_AUTHOR() * properly indented checks