From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V8 net-next 00/14] TLS offload, netdev & MLX5 support Date: Fri, 27 Apr 2018 13:31:47 -0400 (EDT) Message-ID: <20180427.133147.399393882476929920.davem@davemloft.net> References: <1524724642-119397-1-git-send-email-borisp@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, saeedm@mellanox.com, davejwatson@fb.com, ktkhai@virtuozzo.com To: borisp@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55252 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758271AbeD0Rbt (ORCPT ); Fri, 27 Apr 2018 13:31:49 -0400 In-Reply-To: <1524724642-119397-1-git-send-email-borisp@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Boris Pismenny Date: Thu, 26 Apr 2018 09:37:08 +0300 > This series adds a generic infrastructure to offload TLS crypto to a > network devices. It enables the kernel TLS socket to skip encryption and > authentication operations on the transmit side of the data path. Leaving > those computationally expensive operations to the NIC. ... Series applied. Assuming no build test issues I will push it out to net-next. Thanks.