Re: [PATCH net-next V2] docs: tls: Enhance TLS resync async process documentation
From: Simon Horman
Date: Fri Jan 16 2026 - 08:36:00 EST
On Tue, Jan 13, 2026 at 12:08:03PM +0200, Tariq Toukan wrote:
> From: Shahar Shitrit <shshitrit@xxxxxxxxxx>
>
> Expand the tls-offload.rst documentation to provide a more detailed
> explanation of the asynchronous resync process, including the role
> of struct tls_offload_resync_async in managing resync requests on
> the kernel side.
>
> Also, add documentation for helper functions
> tls_offload_rx_resync_async_request_start/ _end/ _cancel.
>
> Signed-off-by: Shahar Shitrit <shshitrit@xxxxxxxxxx>
> Signed-off-by: Tariq Toukan <tariqt@xxxxxxxxxx>
> ---
> Documentation/networking/tls-offload.rst | 30 ++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> V2:
> - Fix style issues.
Thanks for the update.
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>