Re: patch: multiple-request, async-request support for /dev/crypto
Thor Lancelot Simon <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.crypto,gmane.os.netbsd.devel.kernel,gmane.os.netbsd.devel.userlevel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 27, 2008 at 02:13:10AM -0400, Thor Lancelot Simon wrote: > The attached patch adds ioctls for multiple request submission and > retrieval in a single system call, and for asynchronous operation via > select()/poll() to /dev/crypto. It was written for a slightly older > NetBSD-current and I've hastily adapted it to Andrew's recent file > descriptor allocation changes, which I hope I got right -- it's well > tested before that adaptation but untested with it (caveat emptor). [...] > Comments? The applause is deafening! Seriously, if nobody has any opinion on this, I'll just test it on an up to date -current and check it in early next week. Thor