From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32D8445A68; Mon, 30 Sep 2024 15:55:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 222BA4066E; Mon, 30 Sep 2024 15:55:52 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by mails.dpdk.org (Postfix) with ESMTP id 1670340656 for ; Mon, 30 Sep 2024 15:55:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1727704540; x=1759240540; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uhM9rPDdmse+ER6aGbsBmR388g1OtsJdFH8UC7Y9Oko=; b=ACaFC7T9cQmEzV3KaAj6a2zg35OUoLe+O4g+/KrA29aEfWw8WAYNIcfz OUDt06VwtMUfpa2oR+2gPDpvKy/02OntzwAtdyNXmIGHffEyxWgINWBAJ xAIqbQ618MoRKVt89wuRA6B0wHdYeA4xuKj6hoDzkUmnMOyTIwaTubGpr Q9mCxxtao1f0/GU+xMgXfJINNCIaFQ1YG11n1kmq6Hc2c5ZMeZCJaTY0E Ygtpku3b9ehD4QdHuZhY0h/ufbnWhBbSV9iTcyP9OeN6HyBvB8wB79z6b tRMXaBUUFGzg7ctf2ZRKmG7p16EGPKJ/jZe6RLMdwyyAPuIzczW8dPUnW w==; X-CSE-ConnectionGUID: r/HAANNcT6SP8g3rZVUHgg== X-CSE-MsgGUID: ha6svHG+TVm/9DkzPrdalA== X-IronPort-AV: E=McAfee;i="6700,10204,11211"; a="26952514" X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="26952514" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2024 06:55:40 -0700 X-CSE-ConnectionGUID: g1nrinMMSUqoma1YgBFnZw== X-CSE-MsgGUID: aYVbJFlFT+yVeFk38mSJog== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="110779971" Received: from silpixa00400886.ir.intel.com ([10.243.22.139]) by orviesa001.jf.intel.com with ESMTP; 30 Sep 2024 06:55:39 -0700 From: Brian Dooley To: Kai Ji , Pablo de Lara Cc: dev@dpdk.org, gakhil@marvell.com, Brian Dooley Subject: [PATCH v2 4/4] doc: updated feature matrix for AESNI MB PMD Date: Mon, 30 Sep 2024 14:55:31 +0100 Message-Id: <20240930135531.3494777-4-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240930135531.3494777-1-brian.dooley@intel.com> References: <20240906123939.2508919-1-brian.dooley@intel.com> <20240930135531.3494777-1-brian.dooley@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Added support to the AESNI MB PMD feature matrix for SM3, SM3 HMAC, SM4 CBC, SM4 ECB, SM4 CTR. Updated release notes with same. Signed-off-by: Brian Dooley --- doc/guides/cryptodevs/features/aesni_mb.ini | 5 +++++ doc/guides/rel_notes/release_24_11.rst | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/guides/cryptodevs/features/aesni_mb.ini b/doc/guides/cryptodevs/features/aesni_mb.ini index 8df5fa2c85..ebe00d075d 100644 --- a/doc/guides/cryptodevs/features/aesni_mb.ini +++ b/doc/guides/cryptodevs/features/aesni_mb.ini @@ -42,6 +42,9 @@ AES ECB (256) = Y ZUC EEA3 = Y SNOW3G UEA2 = Y KASUMI F8 = Y +SM4 CBC = Y +SM4 ECB = Y +SM4 CTR = Y ; ; Supported authentication algorithms of the 'aesni_mb' crypto driver. @@ -64,6 +67,8 @@ AES GMAC = Y ZUC EIA3 = Y SNOW3G UIA2 = Y KASUMI F9 = Y +SM3 = Y +SM3 HMAC = Y ; ; Supported AEAD algorithms of the 'aesni_mb' crypto driver. diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst index 0ff70d9057..ce88b0e84d 100644 --- a/doc/guides/rel_notes/release_24_11.rst +++ b/doc/guides/rel_notes/release_24_11.rst @@ -55,6 +55,10 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated IPsec_MB crypto driver.** + + * Added support for SM3, SM3 HMAC, SM4 CBC, SM4 ECB and SM4 CTR algorithms. + Removed Items ------------- -- 2.25.1