From patchwork Thu Jul 6 16:21:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Dooley X-Patchwork-Id: 129347 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 8A6F742DEA; Thu, 6 Jul 2023 18:21:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 769E241101; Thu, 6 Jul 2023 18:21:27 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id D63D8410FA for ; Thu, 6 Jul 2023 18:21:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688660485; x=1720196485; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=R8B6S27XpvrOvoYeYw7xi4v1uQJSoXYvr5w85xRasDE=; b=XD7nSeDcAfxn8iaTSk+kusJeedfRwMKp8SUN3/BCxy+alHQWl3oxF2y8 Yx+OoeF9t/b38L6D7quG4Ns/MOFxltKHJk8/7elaDAt4Mnf2/fLjuJ/Ta UBIqMEd3SGasaVdKria6CMnFtt1hp6ZeoWHd3DpIL51B2Ui94U9ODTBUF 9/H9xER/ffqG7gbytv2zRrczx4Y5bIp0VhzfumB9Paku5Rx0kg73FogwN JjmW8LdJXJSy2USTl+6ujfoJoBPIUIaT7h0kP7Ik5eC5ynUpNjjweXXG8 XOKAzwKG26NiwYq3+QGi4cXcUf8/2uUAPOgnofAQ59kVzjBbMzmys9JWh A==; X-IronPort-AV: E=McAfee;i="6600,9927,10763"; a="394409422" X-IronPort-AV: E=Sophos;i="6.01,185,1684825200"; d="scan'208";a="394409422" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2023 09:21:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10763"; a="669789883" X-IronPort-AV: E=Sophos;i="6.01,185,1684825200"; d="scan'208";a="669789883" Received: from unknown (HELO silpixa00400883.ir.intel.com) ([10.243.22.155]) by orsmga003.jf.intel.com with ESMTP; 06 Jul 2023 09:21:22 -0700 From: Brian Dooley To: Cc: dev@dpdk.org, gakhil@marvell.com, Brian Dooley Subject: [PATCH v3 0/2] remove unused defines Date: Thu, 6 Jul 2023 16:21:15 +0000 Message-Id: <20230706162117.481960-1-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230706160454.479229-1-brian.dooley@intel.com> References: <20230706160454.479229-1-brian.dooley@intel.com> MIME-Version: 1.0 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 series removes some unused defines throughout common qat drivers and crypto ipsec mb drivers. It also removes some defines that should have been removed previously. v3: Incorrect fixline v2: more defines removed in additional patch and changed fixline Brian Dooley (2): crypto/ipsec_mb: remove unused defines common/qat: change define header drivers/common/qat/qat_qp.c | 2 +- drivers/crypto/ipsec_mb/ipsec_mb_private.c | 4 ---- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 22 ++------------------- drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 1 - 4 files changed, 3 insertions(+), 26 deletions(-)