Re: [PATCH V7 net-next 00/14] TLS offload, netdev & MLX5 support

2018-04-24 Thread David Miller
From: Boris Pismenny Date: Tue, 24 Apr 2018 16:12:51 +0300 > The following series provides TLS TX inline crypto offload. Unfortunately the mlx5 bits don't apply cleanly to net-next, please respin. Thank you.

[PATCH V7 net-next 00/14] TLS offload, netdev & MLX5 support

2018-04-24 Thread Boris Pismenny
Hi Dave, The following series provides TLS TX inline crypto offload. v1->v2: - Added IS_ENABLED(CONFIG_TLS_DEVICE) and a STATIC_KEY for icsk_clean_acked - File license fix - Fix spelling, comment by DaveW - Move memory allocations out of tls_set_device_offload and other misc fixes,