On 03/23/2015 01:42 PM, David Miller wrote:
From: Tadeusz Struk <redacted>
Date: Thu, 19 Mar 2015 12:31:19 -0700
quoted
After the iocb parameter has been removed from sendmsg() and recvmsg() ops
the socket layer, and the network stack no longer support async operations.
This patch set adds support for asynchronous operations on sockets back.
Changes in v3:
* As sugested by Al Viro instead of adding new functions aio_sendmsg
and aio_recvmsg, added a ptr to iocb into the kernel-side msghdr structure.
This way no change to aio.c is required.
Changes in v2:
* removed redundant total_size param from aio_sendmsg and aio_recvmsg functions
Series applied to net-next.
Thanks Dave!
Herbert, is it possible to pull it to cryptodev?