From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14295A0501; Fri, 8 Apr 2022 12:18:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0473A4067E; Fri, 8 Apr 2022 12:18:44 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 946574003F for ; Fri, 8 Apr 2022 12:18:42 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2388PlDY010836; Fri, 8 Apr 2022 03:18:42 -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=/PBaFfh6/MzQwqPKIRJ8IhQXeegnRyocmjq0j0KP6Gg=; b=DvSPTVA5XvIXTGBBQXkkuQ7O5wty3xkUb4oOaXkzIv5JTpPgGlmQmfJWqcjNfqzVBMNX ObyVOKGa2rV5HGFGcWYpnIeMmctRUZQDLf+Hj9pzF5n0SVfB9c8lisaq6e1zzwpJ9WeN dNDBDkZB7HcggsYvTkxCkwbubPvE/UT9E/IsvlWoh+eB7oG1GWOFyn3m+gS38pyzfv2E Zh3eA/8D9iRGyj7JjV1Qv9U0y1hcd+GtYZTV7cK8PxRmSfSnXd5sSQ/PAUmTt29cXKrg Jbq/PKNyIia4lbzgOnmzmDFnCnKjEjQab8d87a/RGQN95s/Njuxa+6sY6pl0SQJTsSsl dQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3f9r7eqk36-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 08 Apr 2022 03:18:41 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 8 Apr 2022 03:18:40 -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.18 via Frontend Transport; Fri, 8 Apr 2022 03:18:40 -0700 Received: from hyd1409.caveonetworks.com.com (unknown [10.29.45.15]) by maili.marvell.com (Postfix) with ESMTP id F2C6D3F704D; Fri, 8 Apr 2022 03:18:37 -0700 (PDT) From: Archana Muniganti To: , , CC: Archana Muniganti , , Subject: [PATCH 0/2] populate mbuf in latency test Date: Fri, 8 Apr 2022 15:48:33 +0530 Message-ID: <20220408101835.12941-1-marchana@marvell.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: cvZecun219nNwUV3ZnkNNCyJGNbqSQX- X-Proofpoint-ORIG-GUID: cvZecun219nNwUV3ZnkNNCyJGNbqSQX- X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-04-08_03,2022-04-08_01,2022-02-23_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 For decrypt, ICV mismatch can come as data is dummy and latency will be calculated for error path. Hence populate mbuf with test vector data. Archana Muniganti (2): app/crypto-perf: populate mbuf in latency test app/crypto-perf: add vector file for AES-GCM app/test-crypto-perf/cperf_ops.c | 3 +- app/test-crypto-perf/cperf_test_common.c | 36 ++++++++ app/test-crypto-perf/cperf_test_common.h | 5 ++ app/test-crypto-perf/cperf_test_latency.c | 6 ++ app/test-crypto-perf/cperf_test_verify.c | 36 -------- app/test-crypto-perf/data/aes_gcm_128.data | 97 ++++++++++++++++++++++ 6 files changed, 146 insertions(+), 37 deletions(-) create mode 100644 app/test-crypto-perf/data/aes_gcm_128.data -- 2.22.0