https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200472
--- Comment #1 from Andrey V. Elsukov <[email protected]> --- Can you kldload hwpmc and look which functions are in use when you are doing the tests? (run pmcstat -TS instructions -w1) You should see aesni_process() or swcr_process() in the top of list. If you will see swcr_process(), this means aesni isn't used. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
