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 3B66445844; Thu, 22 Aug 2024 09:41:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B414842E66; Thu, 22 Aug 2024 09:41:19 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id E309A42E56 for ; Thu, 22 Aug 2024 09:41:17 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 47M1U5br009948; Thu, 22 Aug 2024 00:41:16 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=pfpt0220; bh=wsEwt15h28Umt592+vhETVP Y2ytVepWwbRXE7p6EHuU=; b=PN8m2wXep6iRmxiIbrPmJv7X81PdbykFCGEIzpM FWqrZjBl73sDUh97tjmw/+sdsL7BlduQorIlhEfmlRcDSu0iY6oMNnvJWUQn7Kd2 uTv0FBa3F0W3YwgVzhaJYGjlJlQBoqfyAT3YVQJL1hn6NfVQ8OeE0pZD4wGmhFOp cqWbeC5tOreIJRgPQzBtpDhyuZUWAhQQeUF7uQWGLu7XyUEdPPkTfEG5H+6J3YJr ZABivGm3kwE04kAE7y+veF8FEtOzgWjS58RApRP/JaSlUx9bj11+GSU0FJl/mKE3 j+m3LNExtElNfd+828gCRFW9Ff5y0b3KMpYfTm1YBp7G0sw== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 415uqns0ya-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 22 Aug 2024 00:41:16 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Thu, 22 Aug 2024 00:41:15 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Thu, 22 Aug 2024 00:41:15 -0700 Received: from anoobj2204.marvell.com (unknown [10.28.34.118]) by maili.marvell.com (Postfix) with ESMTP id D647F5B6C4B; Thu, 22 Aug 2024 00:16:52 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal , Fan Zhang CC: Hemant Agrawal , Jerin Jacob , Aakash Sasidharan , Tejasree Kondoj , Vidya Sagar Velumuri , Subject: [PATCH 0/6] Fixes and improvements in crypto unit tests Date: Thu, 22 Aug 2024 07:16:28 +0000 Message-ID: <20240822071651.2403105-1-anoobj@marvell.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: skJqmDJAqx4-O9T-dZYpj5QhkDRVquXs X-Proofpoint-ORIG-GUID: skJqmDJAqx4-O9T-dZYpj5QhkDRVquXs X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-08-22_03,2024-08-19_03,2024-05-17_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 Enable larger packet sizes in TLS tests and add minor improvements in crypto unit tests. Anoob Joseph (6): test/crypto: add asserts to validate test lengths test/crypto: enable larger packet sizes with TLS test/crypto: remove redefinition test/crypto: remove unused macros test/crypto: start opening brace in new line test/crypto: free pools in teardown app/test/test_cryptodev.c | 35 ++++++----- app/test/test_cryptodev.h | 58 +++++++++++++++---- app/test/test_cryptodev_aead_test_vectors.h | 14 ++++- app/test/test_cryptodev_security_tls_record.h | 12 ++-- app/test/test_security_proto.h | 7 ++- 5 files changed, 92 insertions(+), 34 deletions(-) -- 2.45.2