Re: [PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics

2024-10-19 Thread kernel test robot
: 6d858708d465669ba7de17e9c5691eb4019166e8 patch link: https://lore.kernel.org/r/20241016-b4-ovpn-v9-11-aabe9d225ad5%40openvpn.net patch subject: [PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project

[PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics

2024-10-15 Thread Antonio Quartulli
Byte/packet counters for in-tunnel and transport streams are now initialized and updated as needed. To be exported via netlink. Signed-off-by: Antonio Quartulli --- drivers/net/ovpn/Makefile | 1 + drivers/net/ovpn/crypto_aead.c | 2 ++ drivers/net/ovpn/io.c | 12 +++ dr