[PATCH net-next] net/tls: Add force_resync for driver resync

2020-05-27 Thread Tariq Toukan
This patch adds a field to the tls rx offload context which enables drivers to force a send_resync call. This field can be used by drivers to request a resync at the next possible tls record. It is beneficial for hardware that provides the resync sequence number asynchronously. In such cases, the

Re: [PATCH net-next] net/tls: Add force_resync for driver resync

2020-05-27 Thread David Miller
From: Tariq Toukan Date: Wed, 27 May 2020 12:25:26 +0300 > This patch adds a field to the tls rx offload context which enables > drivers to force a send_resync call. > > This field can be used by drivers to request a resync at the next > possible tls record. It is beneficial for hardware that pr

Re: [PATCH net-next] net/tls: Add force_resync for driver resync

2020-05-27 Thread Jakub Kicinski
On Wed, 27 May 2020 12:25:26 +0300 Tariq Toukan wrote: > This patch adds a field to the tls rx offload context which enables > drivers to force a send_resync call. > > This field can be used by drivers to request a resync at the next > possible tls record. It is beneficial for hardware that provid

Re: [PATCH net-next] net/tls: Add force_resync for driver resync

2020-05-27 Thread Boris Pismenny
On 28/05/2020 1:32, Jakub Kicinski wrote: > On Wed, 27 May 2020 12:25:26 +0300 Tariq Toukan wrote: >> This patch adds a field to the tls rx offload context which enables >> drivers to force a send_resync call. >> >> This field can be used by drivers to request a resync at the next >> possible tls r