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 59763A04BC; Thu, 8 Oct 2020 14:52:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FAEB1BFC3; Thu, 8 Oct 2020 14:52:48 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id B5CE01BFAA for ; Thu, 8 Oct 2020 14:52:46 +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 098CkGiO010605; Thu, 8 Oct 2020 05:52:44 -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=vbgF6SZURTxiMLNBC4HDurbxmNCOqgWddHhm4JNJcQE=; b=iIhkskOb2arEVuvReI4mRGO6kMJvHbHDksGc/A353RBnRISqWTZ1gtCRzQ8brPaMradX kIDsLKpCWsYHNcC+UrEMQrvUOSNPRsxItNU6Aurgu9/1GqtR7G1/zI8JlsvOg4QXzLjQ k0xKRK3PWXfL0PtWdv8rJ7YOP7w6K0jgFaOV5z8oKNiQvA/dCcZXpB17bihfZWSux4UE ORMhYCfDfeGsNfLXQJKD2BVkAz1+FRomWOiGJMLyao/MXORB6Skz6zSLpykM4vvj2AtN rRO6okZv71UYGWUcRz4dW/N368Uo5hE/Z0UR7mxaOEJbT0qmb4Tol2m5jnUnw6Q5nCvg Tw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 33xpnq0ubc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 08 Oct 2020 05:52:44 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 8 Oct 2020 05:52:43 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 8 Oct 2020 05:52:44 -0700 Received: from hyd1349.t110.caveonetworks.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 305DB3F703F; Thu, 8 Oct 2020 05:52:41 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , Ankur Dwivedi Date: Thu, 8 Oct 2020 18:22:31 +0530 Message-ID: <20201008125234.22408-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201007052629.28566-1-adwivedi@marvell.com> References: <20201007052629.28566-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-10-08_08:2020-10-08, 2020-10-08 signatures=0 Subject: [dpdk-dev] [PATCH v4 0/3] Bug fixes in event crypto adapter test 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. v4: The following check-git-log.sh errors were resolved: * Resolved wrong acked by tag in all the 3 patches. * In the "test/event_crypto_adapter: return error for unsupported mode" patch, resolved "Headline too long" error. * In the "test/event_crypto_adapter: fix function arguments" patch, added Fixes tag. v3: * In the "test/event_crypto_adapter: fix function arguments" patch, fixed arguments of rte_event_crypto_adapter_caps_get(). * In the "test/event_crypto_adapter: free resources during exit" patch, the following changes were done: - Added rte_event_crypto_adapter_stop() in crypto_adapter_teardown(). - Checking the return value of rte_event_crypto_adapter_free(). - Moved crypto_adapter_setup_done flag to the end. 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 for unsupported mode test/event_crypto_adapter: fix function arguments test/event_crypto_adapter: free resources during exit app/test/test_event_crypto_adapter.c | 75 ++++++++++++++++++++-------- 1 file changed, 55 insertions(+), 20 deletions(-) -- 2.28.0