From patchwork Fri Nov 4 12:25:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 119497 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C6896A0542; Fri, 4 Nov 2022 13:26:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7F5642D12; Fri, 4 Nov 2022 13:26:05 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 8F28942D0E for ; Fri, 4 Nov 2022 13:26:04 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2A48JJnp009715 for ; Fri, 4 Nov 2022 05:26:02 -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=y8HQgA7XTjKsQkmtUy8jye/4hpUDBcyL1iUsbu19fw8=; b=SlJZXQS/3W6B3TEB1fl7RpHyrdkbDOSHuwiE9ZzMrqNk69xHY5TJvfsPm+UuflSswStH eQThx7i8f2eZJb52MflR7FFXrp2g+WFPUuqyjGL8eYVM1VGokLKC0kkPVtiukgpGNssK M0mi/UmH5PtlRdCcbmXy4Sc4CE4zsQx1pbh39K1jiH+eRj1IdrCIW14Y4K5Co4qBK0IA Wlk6YXxKAz3iSUIQrplBJ4Jrz9p9rtWLLR7CVqG1Qa9923fYGtPK72zntikgfyP4EB/s /wm8PMmnorttgMhB4g0WjMz/Zo1wdzcRWzeLVgua57wHsc/vV5+lO7ZFBPWyyO9zq0SA XA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3kmy4grpd9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 04 Nov 2022 05:26:02 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 4 Nov 2022 05:26:00 -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, 4 Nov 2022 05:26:00 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 31FAF3F705E; Fri, 4 Nov 2022 05:25:58 -0700 (PDT) From: Volodymyr Fialko To: CC: , , Volodymyr Fialko Subject: [PATCH v2 0/3] app/testseventdev: crypto producer fixes Date: Fri, 4 Nov 2022 13:25:53 +0100 Message-ID: <20221104122556.751286-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221103175347.651579-1-vfialko@marvell.com> References: <20221103175347.651579-1-vfialko@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: CwpoUw1RpXpKlFPUpIaaIbt5TfBHsNr6 X-Proofpoint-GUID: CwpoUw1RpXpKlFPUpIaaIbt5TfBHsNr6 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-11-04_08,2022-11-03_01,2022-06-22_01 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 This patch series address issues with crypto producer - correct setup sequence and multi stage handling with time stamp attached. v2: - Split fixes into individual patches Volodymyr Fialko (3): app/testeventdev: setup crypto adapter before sessions app/testeventdev: fix asymmetric last stage handling app/testeventdev: fix timestamp with crypto producer app/test-eventdev/test_perf_atq.c | 74 +++++------------ app/test-eventdev/test_perf_common.c | 63 ++++++++++----- app/test-eventdev/test_perf_common.h | 116 +++++++++++++++++++++------ app/test-eventdev/test_perf_queue.c | 81 ++++++------------- 4 files changed, 182 insertions(+), 152 deletions(-)