[v1,0/2] enable security feature for security tests
Message ID | 20200716152952.65107-1-david.coyle@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CC37EA0546; Thu, 16 Jul 2020 17:54:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 630CC4F9A; Thu, 16 Jul 2020 17:54:03 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 39F032C58 for <dev@dpdk.org>; Thu, 16 Jul 2020 17:54:01 +0200 (CEST) IronPort-SDR: qGDrnanTZoESAAAkakUt1dx0y1fv+13SZdaIcZK4sNM9Qr6BMhHvdgR+qCMv0bUfWgxQ2GyN2r ztr2X8lRNV0w== X-IronPort-AV: E=McAfee;i="6000,8403,9684"; a="150793853" X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="150793853" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2020 08:54:00 -0700 IronPort-SDR: Iyrhwh64fm6LVet2AuDsjMNUZeC0qaQITzmIiNAW1U6KR01bIsCBSwpgeOA9YIEr8LUdQ+kqkA 8rXn/W0yHvOA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="308680176" Received: from silpixa00399912.ir.intel.com (HELO silpixa00399912.ger.corp.intel.com) ([10.237.223.64]) by fmsmga004.fm.intel.com with ESMTP; 16 Jul 2020 08:53:58 -0700 From: David Coyle <david.coyle@intel.com> To: akhil.goyal@nxp.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com Cc: dev@dpdk.org, brendan.ryan@intel.com, mairtin.oloingsigh@intel.com, David Coyle <david.coyle@intel.com> Date: Thu, 16 Jul 2020 16:29:50 +0100 Message-Id: <20200716152952.65107-1-david.coyle@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] enable security feature for security tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Coyle, David
July 16, 2020, 3:29 p.m. UTC
The RTE_CRYPTODEV_FF_SECURITY feature was disabled through the ff_disable device configuration option for all cryptodev unit tests and crypto performance tests, including security related tests. These patches update the crypto test tools to not disable RTE_CRYPTODEV_FF_SECURITY for DOCSIS and PDCP security tests. David Coyle (2): test/crypto: enable security feature for security tests app/crypto-perf: enable security feature for security tests app/test-crypto-perf/main.c | 7 +++++-- app/test/test_cryptodev.c | 22 ++++++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-)