Re: [crypto 4/8] chtls: CPL handler definition

2017-12-07 Thread Stefano Brivio
M > To: Atul Gupta <atul.gu...@chelsio.com> > Cc: herb...@gondor.apana.org.au; linux-crypto@vger.kernel.org; > net...@vger.kernel.org; da...@davemloft.net; davejwat...@fb.com; Ganesh GR > <ganes...@chelsio.com>; Harsh Jain <ha...@chelsio.com> > Subject: Re: [crypto 4/8]

RE: [crypto 4/8] chtls: CPL handler definition

2017-12-07 Thread Atul Gupta
; net...@vger.kernel.org; da...@davemloft.net; davejwat...@fb.com; Ganesh GR <ganes...@chelsio.com>; Harsh Jain <ha...@chelsio.com> Subject: Re: [crypto 4/8] chtls: CPL handler definition On Tue, 5 Dec 2017 17:10:00 +0530 Atul Gupta <atul.gu...@chelsio.com> wrote: > CPL handl

Re: [crypto 4/8] chtls: CPL handler definition

2017-12-05 Thread Hannes Frederic Sowa
Hello, On Tue, Dec 5, 2017, at 12:40, Atul Gupta wrote: > CPL handlers for TLS session, record transmit and receive This does very much looks like full TCP offload with TLS on top? It would be nice if you could give a few more details in the patch descriptions. Bye, Hannes

Re: [crypto 4/8] chtls: CPL handler definition

2017-12-05 Thread Stefano Brivio
On Tue, 5 Dec 2017 17:10:00 +0530 Atul Gupta wrote: > CPL handlers for TLS session, record transmit and receive > > Signed-off-by: Atul Gupta > --- > drivers/crypto/chelsio/chtls/chtls_cm.c | 2048 > +++ > 1 file

[crypto 4/8] chtls: CPL handler definition

2017-12-05 Thread Atul Gupta
CPL handlers for TLS session, record transmit and receive Signed-off-by: Atul Gupta --- drivers/crypto/chelsio/chtls/chtls_cm.c | 2048 +++ 1 file changed, 2048 insertions(+) create mode 100644 drivers/crypto/chelsio/chtls/chtls_cm.c diff