From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6B5E4C433F5 for ; Fri, 24 Dec 2021 10:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T43iU7UFgnW9ma/lCAsdUvo8ayxNBwjdxI94FjDcO28=; b=IfhwO1PDufFYT7 +jgaWgzmAkqgDTeIOw1go7IRsCfCaWtuZ6UGcX+LEm09i9bPIQ2fjfWgkGVbd/v/mj+yNFw2oO3tC FZCZzmRmGTEmBCpRdKMJEedUk6RFG6QNT4BhrT5nXPO6+f6V7WJQXKefEkfSxTEYzahA5YKgOKXLp rO8h5vgZ+rdhRSLtflRbAKlGG25cTDJ2+OhLRKxrZa7GbyCZ6KSu98Xf3XlRcC3sFsoQQLpvkxHfA l17T+GNGIs/sjn/KS863hBBJnmKkWBw9TnthkSD1CwI+Hdzm117EFJ/WG2MnMpOBOGN8tgVS9Fe8w Pywfp1GVIOlBduLGOoTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0hOi-00E47i-C1; Fri, 24 Dec 2021 10:02:00 +0000 Received: from out30-57.freemail.mail.aliyun.com ([115.124.30.57]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0hOe-00E46j-DM for linux-arm-kernel@lists.infradead.org; Fri, 24 Dec 2021 10:01:58 +0000 X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R321e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=e01e04357; MF=tianjia.zhang@linux.alibaba.com; NM=1; PH=DS; RN=19; SR=0; TI=SMTPD_---0V.cRDq9_1640340105; Received: from 30.240.100.46(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0V.cRDq9_1640340105) by smtp.aliyun-inc.com(127.0.0.1); Fri, 24 Dec 2021 18:01:47 +0800 Message-ID: Date: Fri, 24 Dec 2021 18:01:44 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH v3 0/6] Introduce x86 assembly accelerated implementation for SM3 algorithm Content-Language: en-US To: Borislav Petkov Cc: Herbert Xu , "David S. Miller" , Vitaly Chikunov , Eric Biggers , Eric Biggers , Gilad Ben-Yossef , Ard Biesheuvel , Jussi Kivilinna , Catalin Marinas , Will Deacon , Thomas Gleixner , Ingo Molnar , Dave Hansen , "H. Peter Anvin" , linux-crypto@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20211223043547.32297-1-tianjia.zhang@linux.alibaba.com> From: Tianjia Zhang In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211224_020156_696980_EDB9C06F X-CRM114-Status: GOOD ( 18.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Borislav, On 12/23/21 6:28 PM, Borislav Petkov wrote: > On Thu, Dec 23, 2021 at 12:35:41PM +0800, Tianjia Zhang wrote: >> This series of patches creates an stand-alone library for SM3 hash >> algorithm in the lib/crypto directory, and makes the implementations >> that originally depended on sm3-generic depend on the stand-alone SM3 >> library, which also includes sm3-generic itself. >> >> On this basis, the AVX assembly acceleration implementation of SM3 >> algorithm is introduced, the main algorithm implementation based on >> SM3 AES/BMI2 accelerated work by libgcrypt at: >> https://gnupg.org/software/libgcrypt/index.html >> >> From the performance benchmark data, the performance improvement of >> SM3 algorithm after AVX optimization can reach up to 38%. >> >> --- >> v3 changes: >> - update git commit message for patch 01 >> >> v2 changes: >> - x86/sm3: Change K macros to signed decimal and use LEA and 32-bit offset > > So you sent v2 yesterday. One day later, you're spamming again. > > So we have those process rules for a reason - use the time to read them > before sending again a day later please. > > Documentation/process/submitting-patches.rst: > > "Don't get discouraged - or impatient > ------------------------------------ > > After you have submitted your change, be patient and wait. Reviewers are > busy people and may not get to your patch right away. > > Once upon a time, patches used to disappear into the void without comment, > but the development process works more smoothly than that now. You should > receive comments within a week or so; if that does not happen, make sure > that you have sent your patches to the right place. Wait for a minimum of > one week before resubmitting or pinging reviewers - possibly longer during > busy times like merge windows." > I'm sorry for the trouble to the community and reviews. Thanks for your reminder. I will control the time interval when sending patches in the future. Merry Christmas Eve. Tianjia _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel