Re: [PATCH net-next 12/12] net/mlx5e: Add kTLS TX HW offload support

2019-07-05 Thread Jakub Kicinski
On Fri, 5 Jul 2019 18:30:22 +0300, Tariq Toukan wrote: > Add support for transmit side kernel-TLS acceleration. > Offload the crypto encryption to HW. > > Per TLS connection: > - Use a separate TIS to maintain the HW context. > - Use a separate encryption key. > - Maintain static and progress HW

[PATCH net-next 12/12] net/mlx5e: Add kTLS TX HW offload support

2019-07-05 Thread Tariq Toukan
Add support for transmit side kernel-TLS acceleration. Offload the crypto encryption to HW. Per TLS connection: - Use a separate TIS to maintain the HW context. - Use a separate encryption key. - Maintain static and progress HW contexts by posting the proper WQEs at creation time, or upon resync