Date: Wed, 22 Apr 2020 15:43:14 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 245825] sys.opencrypto.blake2_test.blake2{b,s}_vectors_x86 failed after r359374 Message-ID: <bug-245825-32464-xJfD5nIpjj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245825-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-245825-32464@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=3D245825 --- Comment #3 from John Baldwin <jhb@FreeBSD.org> --- Oh, it just needs to use FLAG_SOFTWARE still instead of FLAG_HARDWARE as th= ese are accelerated software rather than accelerated hardware. Alternatively, this should really be doing a lookup by name of "blake0" and using the returned 'crid' instead of the flag. That's probably the real solution actually as it's meant to test that specific backend and not, say, some hardware offload that supports blake in the future. --=20 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-245825-32464-xJfD5nIpjj>