Re: [Openvpn-devel] [ovpn-dco] How to benchmark kernel crypto performance?

2022-04-03 Thread Antonio Quartulli
Hey Tony, On 03/04/2022 04:44, Tony He wrote: Any advice is welcome. Thank you! Debugging/profiling the fast path is never easy, but your method is definitely a reasonable approach. Glad you already found the bottleneck. An alternative is using the perf kernel tool, which tells you the amou

[Openvpn-devel] [PATCH applied] Re: networking: remove duplicate methods from networking_sitnl.c

2022-04-03 Thread Gert Doering
Acked-by: Gert Doering Trivial enough. Compile-tested with sitnl and --enable-iproute2. Your patch has been applied to the master branch. commit c0fa37eda2a12c6587e9b2db2c0a33c91d3ced6e Author: Arne Schwabe Date: Sat Apr 2 09:08:56 2022 +0200 networking: remove duplicate methods from n

[Openvpn-devel] [PATCH applied] Re: networking: silence warnings about unused arguments

2022-04-03 Thread Gert Doering
Acked-by: Gert Doering While my compiler (gcc 11.2.1) does not warn about them, having these (void) for two of the three functions and not all of them is at least slightly silly... so, yeah, why not. Your patch has been applied to the master branch. commit c3aa44699c69811493a81bda340a03530059