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 BE57E42535; Thu, 7 Sep 2023 12:26:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69E2D402AF; Thu, 7 Sep 2023 12:26:22 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id E94424026C for ; Thu, 7 Sep 2023 12:26:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694082381; x=1725618381; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WHccoGQXG2Jg1iOStpfthMHAxcbJbIcc02WgY3ZQWdQ=; b=BiUdFKicbZlYMq0a8vaJQJ/bqLu9A1V2zuQdE5kCq67ITDlOAmyXigyL jwP9GmdRnEBgFItCd1YHHPQPcDifq2G8oJxkHxVprNBOgvN4LbMJFmaEs dVXshUWekdqv+yJD/LDXB+QZ2cAZVmvYZ1iopMYvGnX7ue1SpleIW+i4h CIuX35VXcxiLY7S8nWF8CxJN6IdGKzQYKgDEl1bvoHJxosWSe4b/kgSlG ZjGpXq5TNeAS4MEp+nB/uS5HTv2M6AyeTXUuBzy5pMmpxrjyFag670BM/ aQK59N/qhbKFo88DItzGgOAYMpVXFN3UMuzQXgYSj5oungLgf0tmFKrzR g==; X-IronPort-AV: E=McAfee;i="6600,9927,10825"; a="362343364" X-IronPort-AV: E=Sophos;i="6.02,234,1688454000"; d="scan'208";a="362343364" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2023 03:26:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10825"; a="988715251" X-IronPort-AV: E=Sophos;i="6.02,234,1688454000"; d="scan'208";a="988715251" Received: from silpixa00400883.ir.intel.com ([10.243.22.155]) by fmsmga006.fm.intel.com with ESMTP; 07 Sep 2023 03:26:18 -0700 From: Brian Dooley To: Cc: dev@dpdk.org, gakhil@marvell.com, Brian Dooley Subject: [PATCH v5 0/2] Add Digest Encrypted to aesni_mb PMD Date: Thu, 7 Sep 2023 10:26:12 +0000 Message-Id: <20230907102614.2269913-1-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230905161507.1561889-1-brian.dooley@intel.com> References: <20230905161507.1561889-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 This series adds the Digest Encrypted feature to the AESNI_MB PMD. It also fixes an issue where IV data in SNOW3G and ZUC algorithms were incorrect and are required to be non-zero length. v2: Fixed CHECKPATCH warning v3: Add Digest encrypted support to docs v4: add comments and refactor v5: Fix checkpatch warnings v6: Add skipping tests for synchronous crypto Brian Dooley (2): crypto/ipsec_mb: add digest encrypted feature test/crypto: fix IV in some vectors app/test/test_cryptodev_mixed_test_vectors.h | 8 +- doc/guides/cryptodevs/features/aesni_mb.ini | 1 + drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 107 ++++++++++++++++++- 3 files changed, 109 insertions(+), 7 deletions(-) -- 2.25.1