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 11DDBA0093 for ; Thu, 21 May 2020 16:49:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C84701D6D7; Thu, 21 May 2020 16:48:59 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B46C01D6D7; Thu, 21 May 2020 16:48:57 +0200 (CEST) IronPort-SDR: JEHwmpBYD61buYmKEUCtXDJnJCkjq51R+SKBc95C4ab21hcYj4EY3nYL1K689a1cgpEqUKPAD/ 5qyrVqOL2FFw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2020 07:48:56 -0700 IronPort-SDR: LCEY8G6hcazsx0u6/bTS4yGGU9+w5ARHaTpTeIymy3B24J7vZinNVCypZyqS3ysJM5ee5FnQcD 1rTiYb661xSQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,418,1583222400"; d="scan'208";a="374444723" Received: from adamdybx-mobl.ger.corp.intel.com (HELO addy-VirtualBox.ger.corp.intel.com) ([10.104.121.10]) by fmsmga001.fm.intel.com with ESMTP; 21 May 2020 07:48:54 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: stable@dpdk.org, Adam Dybkowski Date: Thu, 21 May 2020 16:48:52 +0200 Message-Id: <20200521144853.4680-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200521113817.3148-1-adamx.dybkowski@intel.com> References: <20200521113817.3148-1-adamx.dybkowski@intel.com> Subject: [dpdk-stable] [PATCH v4 0/1] cryptodev: fix SHA-1 digest enum comment X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 v3: * fix multi-line comment formatting v4: * fix wording Adam Dybkowski (1): cryptodev: fix SHA-1 digest enum comment lib/librte_cryptodev/rte_crypto_sym.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 2.17.1