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 A65D745844; Thu, 22 Aug 2024 09:41:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D09642E78; Thu, 22 Aug 2024 09:41:24 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 4B68342E68 for ; Thu, 22 Aug 2024 09:41:21 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 47LKKJBR025676; Thu, 22 Aug 2024 00:41:18 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=x 5+x/lSijOuW4HbWvwP9HHOfJn1TKnkHwAsazBwaBFI=; b=I5sxn3CDgAd94cc/C pIwDT0fmk+gdgy697CgQxL8oXOXI6ZLliC0Z3eCJ98I2ifOiC+GtOH9RFsa7YWzq zKnVlPVWsuWtSfbNCMnUC0V/qa+9b/eXWiB+HUJrC2qfyEJWXdv5T14BixRjRidC dIQog1tEd4zbGf6OWILhlZHpwfFd8GfkMe3S4xzn4KZtncttDdYdYcaGd1RLvAL2 VJBFHYOEHujvmJoN6XppAqadZxbGImYCPAGPVydBuh+F6smUaiJa4fevaycDI2Id 6XfFVKy05Et+eScO8g3I4THx73SeZmmkeGs+zHqnkY3CadtJhwKEPbhpujUm32aC alWqQ== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 415aw2mu95-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 22 Aug 2024 00:41:18 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.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:17 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Thu, 22 Aug 2024 00:41:17 -0700 Received: from anoobj2204.marvell.com (unknown [10.28.34.118]) by maili.marvell.com (Postfix) with ESMTP id 9386A5B6C66; Thu, 22 Aug 2024 00:17:05 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal , Fan Zhang CC: Hemant Agrawal , Jerin Jacob , Aakash Sasidharan , Tejasree Kondoj , Vidya Sagar Velumuri , Subject: [PATCH 4/6] test/crypto: remove unused macros Date: Thu, 22 Aug 2024 07:16:32 +0000 Message-ID: <20240822071651.2403105-5-anoobj@marvell.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240822071651.2403105-1-anoobj@marvell.com> References: <20240822071651.2403105-1-anoobj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: nmF8azH2z3b1HjpNMMYUs-fC5PX3BIif X-Proofpoint-ORIG-GUID: nmF8azH2z3b1HjpNMMYUs-fC5PX3BIif 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 The macros are not used. Remove the same. Signed-off-by: Anoob Joseph --- app/test/test_cryptodev.c | 2 -- app/test/test_cryptodev.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 169e2f3b48..1491ff03ba 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -65,8 +65,6 @@ #define VDEV_ARGS_SIZE 100 #define MAX_NB_SESSIONS 4 -#define MAX_DRV_SERVICE_CTX_SIZE 256 - #define MAX_RAW_DEQUEUE_COUNT 65535 #define IN_PLACE 0 diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h index e00c9866c3..c56ef2fe3f 100644 --- a/app/test/test_cryptodev.h +++ b/app/test/test_cryptodev.h @@ -6,15 +6,10 @@ #include -#define HEX_DUMP 0 - #define MAX_NUM_OPS_INFLIGHT (4096) #define MIN_NUM_OPS_INFLIGHT (128) #define DEFAULT_NUM_OPS_INFLIGHT (128) -#define MAX_NUM_QPS_PER_QAT_DEVICE (2) -#define DEFAULT_NUM_QPS_PER_QAT_DEVICE (2) -#define DEFAULT_BURST_SIZE (64) #define DEFAULT_NUM_XFORMS (2) #define NUM_MBUFS (8191) #define MBUF_CACHE_SIZE (256) -- 2.45.2