From patchwork Tue Sep 8 09:15:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ankur Dwivedi X-Patchwork-Id: 76893 Return-Path: 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 7F356A04AA; Tue, 8 Sep 2020 11:17:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 385081C194; Tue, 8 Sep 2020 11:15:57 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 0E7C82BAB for ; Tue, 8 Sep 2020 11:15:54 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0889B4F2007329; Tue, 8 Sep 2020 02:15:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=e2AZxKPT5kGWZnKZ5cdZCf12Otu+rM/hHttSBru5fVM=; b=NhZn87mZpS/7vzpoVTzwmTEExt6CMfp8Dhi4UV/5+ILufUFNDDy9WzRsjYEEuiDfgMLf z0+U6xass/W79krX7SNEnQmYbXyPPpW4DK8macmgxpdF5tWnevXId2zeIjH7goV7pPCm aMNJ0tMpEdakHkny8PlGMfIAAwfuJXyGZFg7LZunqzIY0rZQyZX87oi0GcHhEWXP1KtE W+SjChmuWX4/Vl2yziUfhQ2T4nZpiEEBzuOkQmLWgCdDkWTUl48hme5qkhoSav9hID8S /nesL1w/soRDzNuBsXOc/O1m7mQldFdvhKaVh9IhtKXzyYE3T0LFxXYR+j5P6Jl/WH56 kw== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 33ccvr1q7q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 08 Sep 2020 02:15:53 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 8 Sep 2020 02:15:51 -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; Tue, 8 Sep 2020 02:15:52 -0700 Received: from hyd1349.t110.caveonetworks.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 4740A3F7043; Tue, 8 Sep 2020 02:15:50 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , Ankur Dwivedi Date: Tue, 8 Sep 2020 14:45:31 +0530 Message-ID: <20200908091534.24305-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-09-08_04:2020-09-08, 2020-09-08 signatures=0 Subject: [dpdk-dev] [PATCH 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. 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 | 63 +++++++++++++++++++--------- 1 file changed, 44 insertions(+), 19 deletions(-)