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 A92BAA04C3; Fri, 25 Sep 2020 09:29:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08AB41E536; Fri, 25 Sep 2020 09:29:01 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 094511D178 for ; Fri, 25 Sep 2020 09:28:59 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08P7PrpW002231; Fri, 25 Sep 2020 00:28:59 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=0KQ+Q/zKaw9wX6ZT2UlmPXkklhcer9alz4LsOTXZR+s=; b=jS+LYpRAdFo+RjUqUbbacoseTognBV0DCeAJRh8R1r85wRuh0pTg5f+oVjf5JZCE+50F xOHJR55xBhKzoXh83gCT1r4ZZeJC5kkQeqq92olakhnf2CJqbnIMpfIHMCIG74UcbgEG homzkK6CGm31DVJA+4Uz6L1S8WpQ2UTVC2luSadQSku3YgkwEMI7xSIO1XERAQoJAB4T /0mI+TJV2gSqlLfdp9F22vGb0oR4AMmx1j0iuw2G7NBYAPNlTVIMz312YLrChGPgIgIo U0e6UWlqKtViwjOLSFOaZrN+WK+C7Y8qhP89yYt/edl0BA4Vs0cZl3/EuQBSxWSR+Rp1 Bg== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 33nfbq9u15-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 25 Sep 2020 00:28:59 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 25 Sep 2020 00:28:58 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 25 Sep 2020 00:28:58 -0700 Received: from hyd1349.t110.caveonetworks.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 5E2673F703F; Fri, 25 Sep 2020 00:28:56 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , Ankur Dwivedi Date: Fri, 25 Sep 2020 12:58:38 +0530 Message-ID: <20200925072841.17578-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200908091534.24305-1-adwivedi@marvell.com> References: <20200908091534.24305-1-adwivedi@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-09-25_02:2020-09-24, 2020-09-25 signatures=0 Subject: [dpdk-dev] [PATCH v2 0/3] Bug fixes in event crypto adapter test application 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 patch series resolves bugs in the event crypto adapter test application. v2: * In the "test/event_crypto_adapter: return error with unsupported mode" patch the following changes were done: - Skip mismatch of mode and capability for software eventdev. - In test_crypto_adapter_conf_op_new_mode() and test_crypto_adapter_conf_op_forward_mode(),the local variable for holding return of test_crypto_adapter_conf() is removed. - Minor change in commit message. Ankur Dwivedi (3): test/event_crypto_adapter: return error with unsupported mode test/event_crypto_adapter: fix function arguments test/event_crypto_adapter: free resources during exit app/test/test_event_crypto_adapter.c | 66 ++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 19 deletions(-) -- 2.28.0