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 AE32BA0577; Tue, 14 Apr 2020 19:41:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4CF441D422; Tue, 14 Apr 2020 19:41:06 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 498431D420 for ; Tue, 14 Apr 2020 19:41:04 +0200 (CEST) IronPort-SDR: gLxm3V4xrRAyf8xZzgje5PpPTS0B3WMO9SrpbCMG+J69alJ0uXVsa/kPvsJlfPfKxVduQjXvxM Px1Fq25r8bsA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2020 10:41:02 -0700 IronPort-SDR: HgG9yP28/kl0uwaSPtj9CB2A+9ew2rgBBPWSzIjCsU/1mHvbeVZFHhB3XoXi3ebfslWc+5QZ2o I/TDWWDRxdLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,383,1580803200"; d="scan'208";a="400027179" Received: from silpixa00399593.ir.intel.com (HELO silpixa00399593.ger.corp.intel.com) ([10.237.223.21]) by orsmga004.jf.intel.com with ESMTP; 14 Apr 2020 10:41:00 -0700 From: Pablo de Lara To: declan.doherty@intel.com Cc: dev@dpdk.org, akhil.goyal@nxp.com, Pablo de Lara Date: Tue, 14 Apr 2020 18:40:54 +0100 Message-Id: <1586886056-221547-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.5 In-Reply-To: <1586860539-209075-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1586860539-209075-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] Crypto test refactoring (first phase) 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 patchset adds crypto capability checks in the cryptodev test code, to be able to skip unsupported test cases for each crypto device, according to their capabilities. Thanks to this patchset, there is no more need to check for internal PMD information in the test code, making it more "device-agnostic". Pablo de Lara (2): test/crypto: add capability check test/crypto: do not check for internal PMD information app/test/test_cryptodev_blockcipher.c | 49 +++++++++++++++++++++++++++++ app/test/test_cryptodev_hash_test_vectors.h | 25 --------------- 2 files changed, 49 insertions(+), 25 deletions(-) -- 2.7.5