RE: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-27 Thread Vakul Garg
t;> Cc: avia...@mellanox.com; john.fastab...@gmail.com; > >> dan...@iogearbox.net; Vakul Garg ; > >> netdev@vger.kernel.org; era...@mellanox.com > >> Subject: Re: [PATCH net 4/4] tls: Fix tls_device receive > >> > >> On 02/26/19 02:12 PM, Boris Pismenny

Re: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-27 Thread Boris Pismenny
On 2/26/2019 10:34 PM, Dave Watson wrote: > On 02/26/19 02:12 PM, Boris Pismenny wrote: >> Currently, the receive function fails to handle records already >> decrypted by the device due to the commit mentioned below. >> >> This commit advances the TLS record sequence number and prepares the conte

Re: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-27 Thread Boris Pismenny
akul Garg ; >> netdev@vger.kernel.org; era...@mellanox.com >> Subject: Re: [PATCH net 4/4] tls: Fix tls_device receive >> >> On 02/26/19 02:12 PM, Boris Pismenny wrote: >>> Currently, the receive function fails to handle records already >>> decrypted by the d

RE: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-26 Thread Vakul Garg
> -Original Message- > From: Dave Watson > Sent: Wednesday, February 27, 2019 2:05 AM > To: Boris Pismenny > Cc: avia...@mellanox.com; john.fastab...@gmail.com; > dan...@iogearbox.net; Vakul Garg ; > netdev@vger.kernel.org; era...@mellanox.com > Subject: Re:

Re: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-26 Thread Dave Watson
On 02/26/19 02:12 PM, Boris Pismenny wrote: > Currently, the receive function fails to handle records already > decrypted by the device due to the commit mentioned below. > > This commit advances the TLS record sequence number and prepares the context > to handle the next record. > > Fixes: fedf2

RE: [PATCH net 4/4] tls: Fix tls_device receive

2019-02-26 Thread Vakul Garg
> -Original Message- > From: Boris Pismenny > Sent: Tuesday, February 26, 2019 5:43 PM > To: avia...@mellanox.com; davejwat...@fb.com; > john.fastab...@gmail.com; dan...@iogearbox.net; Vakul Garg > ; netdev@vger.kernel.org > Cc: era...@mellanox.com; bor...@mellanox.com > Subject: [PATCH