From patchwork Thu Nov 3 17:53:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 119458 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 09780A00C2; Thu, 3 Nov 2022 18:53:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74E6442D0C; Thu, 3 Nov 2022 18:53:57 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 24533410EF for ; Thu, 3 Nov 2022 18:53:56 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2A3HOVWo025038 for ; Thu, 3 Nov 2022 10:53:55 -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=imxiYKBakDzs3bwW1y4wL6pxRpgt2Gf7pSQzzrJ/rOM=; b=bBxHC9pinAgR4RYL50QtD72QqAqzrdU+Xq7uRB3wrotAznS4H2IXEa6E6RApWoUA63fz zDDNmu8BKFdkH7XFu450AZhx3hdvo9NMe7LTpzjIPuU1KaFOrWSEeg9/MWflbS3eE5dS ZqY/8b47AKZf3OW2Jxn7YlmihaIR++Sj6wxCsJ0/GZzj6h+QMLKLcqQSuyMztPw75nqt u5PSkhz1lAEw2KlnAegbbDYQeRN9BvcVuOoQ+xV4F/9JDKV6HWow0iNE77QFcBRF6a3E QSxB7HErh/AJq0spYhtvkL8tBOGst7OVun0o2+T9uXe6cqXc1ASLePjgv9Djq5t+J3rn cw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3kmj12r4er-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 03 Nov 2022 10:53:55 -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; Thu, 3 Nov 2022 10:53:53 -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; Thu, 3 Nov 2022 10:53:53 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 9B7AB3F70CE; Thu, 3 Nov 2022 10:53:51 -0700 (PDT) From: Volodymyr Fialko To: CC: , , Volodymyr Fialko Subject: [PATCH 0/2] app/testseventdev: crypto producer fixes Date: Thu, 3 Nov 2022 18:53:45 +0100 Message-ID: <20221103175347.651579-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: OmViNWbEZYd23zUbnGSMDA8gnoc8rymQ X-Proofpoint-GUID: OmViNWbEZYd23zUbnGSMDA8gnoc8rymQ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-11-03_04,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. Volodymyr Fialko (2): app/testeventdev: setup crypto adapter before sessions app/testeventdev: resolve issues with crypto producer app/test-eventdev/test_perf_atq.c | 74 +++++------------ app/test-eventdev/test_perf_common.c | 64 ++++++++++----- app/test-eventdev/test_perf_common.h | 116 +++++++++++++++++++++------ app/test-eventdev/test_perf_queue.c | 81 ++++++------------- 4 files changed, 183 insertions(+), 152 deletions(-)