Re: [LEDE-DEV] [PATCH] wireguard: select parallel encryption engine

2016-11-10 Thread Baptiste Jonglez
Hi Jason, Thanks for the patch. Wireguard is not part of the core OpenWRT/LEDE systems, it is managed on https://github.com/openwrt/packages , so you should have sent a pull request there. Nevertheless, I will try to test and apply your patch within a few days. Baptiste On Thu, Nov 10, 2016

[LEDE-DEV] [PATCH] wireguard: select parallel encryption engine

2016-11-09 Thread Jason A. Donenfeld
On non SMP systems, this doesn't wind up doing anything or adding any code at all. On SMP systems, this adds a little bit of code, and makes encryption use all cores. Signed-off-by: Jason A. Donenfeld --- net/wireguard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1