Hi, ...on Sat, Oct 29, 2016 at 03:06:05PM +0200, Jonathan Schleifer wrote:
> While a single core of the T1000 is quite slow, this just seems too slow, > making this setup unusable. openssl speed shows 10 MB/s for AES-128-CBC and 7 > MB/s for AES-256-CBC on a single core. So a single core is definitely capable > of more than just 2 MB/s. While even 10 MB/s is still slow for today, it's A long time ago, compiler flags made a hell of a difference for openssl on sparc64 (and I assume that kernel crypto might behave in a similar way)... I don't know about the current defaults in OpenBSD/sparc64, but for a T1 cpu, you could try rebuilding the kernel with something like "-mcpu=v9 -mtune=niagara" in mk.conf COPTS, and check if you see an improvement. You'll be on your own with any problems though - custom compiler otimizations for the system are generally frowned upon :) Alex.