From patchwork Sat Jan 11 08:58:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xu Zaibo X-Patchwork-Id: 11328743 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7C39A139A for ; Sat, 11 Jan 2020 09:02:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5926E2077C for ; Sat, 11 Jan 2020 09:02:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728502AbgAKJCN (ORCPT ); Sat, 11 Jan 2020 04:02:13 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:8698 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728275AbgAKJCN (ORCPT ); Sat, 11 Jan 2020 04:02:13 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id EBAB2BDEA4569FCB8CAC; Sat, 11 Jan 2020 17:02:11 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Sat, 11 Jan 2020 17:02:03 +0800 From: Zaibo Xu To: , CC: , , , , , , , , , Subject: [PATCH 0/4] crypto: hisilicon - Misc fixed on HPRE Date: Sat, 11 Jan 2020 16:58:14 +0800 Message-ID: <1578733098-13863-1-git-send-email-xuzaibo@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org 1.Bugfixed tfm leak with some other tiny bugfixed. 2.Fixed some tiny bugs and update some code style. 3.Adjust input parameter order of hpre_crt_para_get. 4.Add branch prediction macro on hot path with small performance gain(~1%). This series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git Zaibo Xu (4): crypto: hisilicon - Bugfixed tfm leak crypto: hisilicon - Fixed some tiny bugs of HPRE crypto: hisilicon - adjust hpre_crt_para_get crypto: hisilicon - add branch prediction macro drivers/crypto/hisilicon/hpre/hpre_crypto.c | 141 ++++++++++++++-------------- drivers/crypto/hisilicon/hpre/hpre_main.c | 32 ++++--- 2 files changed, 86 insertions(+), 87 deletions(-)