Re: [PATCH net-next] tls: Add support for inplace records encryption

2018-10-03 Thread David Miller
From: Vakul Garg Date: Sun, 30 Sep 2018 08:04:35 +0530 > Presently, for non-zero copy case, separate pages are allocated for > storing plaintext and encrypted text of records. These pages are stored > in sg_plaintext_data and sg_encrypted_data scatterlists inside record > structure. Further,

Re: [PATCH net-next] tls: Add support for inplace records encryption

2018-10-01 Thread Dave Watson
On 09/30/18 08:04 AM, Vakul Garg wrote: > Presently, for non-zero copy case, separate pages are allocated for > storing plaintext and encrypted text of records. These pages are stored > in sg_plaintext_data and sg_encrypted_data scatterlists inside record > structure. Further, sg_plaintext_data &

[PATCH net-next] tls: Add support for inplace records encryption

2018-09-29 Thread Vakul Garg
Presently, for non-zero copy case, separate pages are allocated for storing plaintext and encrypted text of records. These pages are stored in sg_plaintext_data and sg_encrypted_data scatterlists inside record structure. Further, sg_plaintext_data & sg_encrypted_data are passed to cryptoapis for