From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 60E08A0093; Tue, 19 May 2020 14:07:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 818F81D5E5; Tue, 19 May 2020 14:07:51 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 510391D17A for ; Tue, 19 May 2020 14:07:49 +0200 (CEST) IronPort-SDR: psA82OcVVKcO8+nA81JyzjsGFDnFhPnu4uEZXar4vklBOaYCFZa5s55KxvVn1nuQ+iKAClWxFk c0aZXoxZYqWA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2020 05:07:48 -0700 IronPort-SDR: zS+ot2A0sjJSi+mhmFvjfEyAOtnUxNiYCm5SWK/Y+17/3A7xdXILFl/LHJZCZmh2iH7HU59Cqw G+tMgKkBtRxA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,410,1583222400"; d="scan'208";a="282302355" Received: from adamdybx-mobl.ger.corp.intel.com (HELO addy-VirtualBox.ger.corp.intel.com) ([10.104.125.83]) by orsmga002.jf.intel.com with ESMTP; 19 May 2020 05:07:46 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: Adam Dybkowski Date: Tue, 19 May 2020 14:05:45 +0200 Message-Id: <20200519120546.3445-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v2 0/1] cryptodev: fix SHA-1 digest enum comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes improper SHA-1 digest size in the enum comment and also adds the note about HMAC-SHA-1-96. v2: * add info about HMAC-SHA-1-96 Adam Dybkowski (1): cryptodev: fix SHA-1 digest enum comment lib/librte_cryptodev/rte_crypto_sym.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.17.1