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 67176A0579; Fri, 9 Apr 2021 14:13:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D27D34014D; Fri, 9 Apr 2021 14:13:15 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 7B8524013F for ; Fri, 9 Apr 2021 14:13:13 +0200 (CEST) IronPort-SDR: zLpKubqtKytPoBvFGN/BO4YmBxxeSIwTmJYW9Mt8Pk+t1qWJ3sCAjT/DskQ4zYYXzqtheUntPV 0NW7FwDOUVkA== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="193298724" X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="193298724" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 05:13:12 -0700 IronPort-SDR: 2/9rYuQ/tbnLR54b8DiJSPirza1SKM8BzMqWarCfQbIKztSLIt/nEALW+sIH7SomotuCs/D034 7o9mWoho5JXg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="450204189" Received: from silpixa00399302.ir.intel.com ([10.237.214.136]) by fmsmga002.fm.intel.com with ESMTP; 09 Apr 2021 05:13:10 -0700 From: Adam Dybkowski To: dev@dpdk.org, declan.doherty@intel.com, arkadiuszx.kusztal@intel.com, gakhil@marvell.com Cc: Adam Dybkowski Date: Fri, 9 Apr 2021 13:12:59 +0100 Message-Id: <20210409121301.57789-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20210308125708.31525-1-adamx.dybkowski@intel.com> References: <20210308125708.31525-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] test/crypto: close PMD after tests 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 Sender: "dev" This patch adds closing of the PMD after running the tests. -- v3: * move the call from ut_teardown to testsuite_teardown v2: * display error message on close error Adam Dybkowski (2): test/crypto: close PMD after tests app/crypto-perf: close PMD after benchmark run app/test-crypto-perf/main.c | 15 +++++++++++++-- app/test/test_cryptodev.c | 5 +++++ 2 files changed, 18 insertions(+), 2 deletions(-) -- 2.25.1