RE: [PATCH net-next] net/tls: Add support for async encryption of records for performance

2018-09-20 Thread Vakul Garg
> -Original Message- > From: David Miller > Sent: Thursday, September 20, 2018 11:49 PM > To: Vakul Garg > Cc: netdev@vger.kernel.org; bor...@mellanox.com; > avia...@mellanox.com; davejwat...@fb.com; doro...@fb.com > Subject: Re: [PATCH net-next] net/tls: Add support for async

Re: [PATCH net-next] net/tls: Add support for async encryption of records for performance

2018-09-20 Thread David Miller
From: Vakul Garg Date: Wed, 19 Sep 2018 20:51:35 +0530 > This patch enables encryption of multiple records in parallel when an > async capable crypto accelerator is present in system. This seems to be trading off zero copy with async support. Async crypto device support is not the common case