Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 10:32:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 200472] aesni module corrupt IP packets during encryption with IPSec
Message-ID:  <bug-200472-8-UhWm30qJkm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200472-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200472-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200472

--- Comment #1 from Andrey V. Elsukov <ae@FreeBSD.org> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200472-8-UhWm30qJkm>