Re: [PATCH v2 net-next 0/4] Add support for async socket operations

2015-03-18 Thread David Miller
From: Tadeusz Struk 
Date: Wed, 18 Mar 2015 13:59:30 -0700

> What's your take on this patch set?

I'm really busy so waiting for Al to give some feedback first.
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 net-next 0/4] Add support for async socket operations

2015-03-18 Thread Tadeusz Struk
On 03/16/2015 09:15 AM, Tadeusz Struk wrote:
> 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.
> 
> --
> Tadeusz Struk (4):
>   net: socket: add support for async operations
>   aio: prefer aio_op op over inter_op
>   crypto: af_alg - Allow to link sgl
>   crypto: algif - change algif_skcipher to be asynchronous
> 
> Changes in v2:
> * removed redundant total_size param from aio_sendmsg and aio_recvmsg 
> functions
> 
>  crypto/af_alg.c |   18 +++-
>  crypto/algif_skcipher.c |  224 
> ++-
>  fs/aio.c|8 +-
>  include/crypto/if_alg.h |4 +
>  include/linux/net.h |5 +
>  net/socket.c|   63 +
>  6 files changed, 308 insertions(+), 14 deletions(-)
> 

Hi Dave,
What's your take on this patch set?
Regards,
Tadeusz

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 net-next 0/4] Add support for async socket operations

2015-03-16 Thread Tadeusz Struk
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.

--
Tadeusz Struk (4):
  net: socket: add support for async operations
  aio: prefer aio_op op over inter_op
  crypto: af_alg - Allow to link sgl
  crypto: algif - change algif_skcipher to be asynchronous

Changes in v2:
* removed redundant total_size param from aio_sendmsg and aio_recvmsg functions

 crypto/af_alg.c |   18 +++-
 crypto/algif_skcipher.c |  224 ++-
 fs/aio.c|8 +-
 include/crypto/if_alg.h |4 +
 include/linux/net.h |5 +
 net/socket.c|   63 +
 6 files changed, 308 insertions(+), 14 deletions(-)
-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html