From patchwork Fri Mar 18 03:16:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ziyang Xuan (William)" X-Patchwork-Id: 12784824 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71323C433FE for ; Fri, 18 Mar 2022 02:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232058AbiCRC7s (ORCPT ); Thu, 17 Mar 2022 22:59:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232047AbiCRC7r (ORCPT ); Thu, 17 Mar 2022 22:59:47 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 022669D048; Thu, 17 Mar 2022 19:58:30 -0700 (PDT) Received: from canpemm500006.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4KKTGp3r9Czcb1P; Fri, 18 Mar 2022 10:58:26 +0800 (CST) Received: from localhost.localdomain (10.175.104.82) by canpemm500006.china.huawei.com (7.192.105.130) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 18 Mar 2022 10:58:27 +0800 From: Ziyang Xuan To: , , , , CC: , , Subject: [PATCH net-next 0/2] net/tls: some optimizations for tls Date: Fri, 18 Mar 2022 11:16:11 +0800 Message-ID: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.175.104.82] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To canpemm500006.china.huawei.com (7.192.105.130) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Do some small optimizations for tls, including jump instructions optimization, and judgement processes optimization. Ziyang Xuan (2): net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() net/tls: optimize judgement processes in tls_set_device_offload() net/tls/tls_device.c | 63 ++++++++++++++++++++++---------------------- net/tls/tls_main.c | 15 ++++------- 2 files changed, 37 insertions(+), 41 deletions(-)