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 51269A0545; Mon, 20 Jun 2022 12:40:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DE05410FA; Mon, 20 Jun 2022 12:40:37 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D598340150 for ; Mon, 20 Jun 2022 12:40:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655721636; x=1687257636; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iD9u120qMKd8HPKrb5rGxLMJODQbk/plUFXdf6W4g3s=; b=bn3sChexDTkRenJF3obijK0jgipQSHMuuwQlbilQiiZQ3vq2l1NKg3u0 lrFnXPihoghoGcn1oyjC6F8Syg/Hsa9ZlsM/IRxgsvD8cDa8lkaYgv10U CIxgczRlAV7PpmfdnnMOqlMJvvMNQWZ9Vgre5F7Lme9EvIJyWiqm6+B5K zKfZrIH/hrCxbLz/LaqyH1ypR3tUn4Bxag+A6KYcwKG38ArHFAPsCGz3e Ql65f39dLoirVkvPwrfhwmUUC1GppX8NluIjwzrxbNnTye7WaNhDRU3xK IL1kinj9IFYgjLe6e3h8iBzPEU/+gxhh9KmGGVOg59A3wYEM5jFYwFWb+ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="268581637" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="268581637" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 03:40:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="591121023" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by fmsmga007.fm.intel.com with ESMTP; 20 Jun 2022 03:40:33 -0700 From: Sean Morrissey To: Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v4 00/14] remove IWYU flagged headers Date: Mon, 20 Jun 2022 10:40:16 +0000 Message-Id: <20220620104030.1889156-1-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220617190835.1126602-1-sean.morrissey@intel.com> References: <20220617190835.1126602-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 patchset removes unused header includes flagged by the IWYU tool for the 22.07 release. V4: * Fix arm build issues. V3: * Fix more linux build issues. V2: * Fix various build issues. Sean Morrissey (14): cmdline: remove unneeded header includes eal: remove unneeded header includes ethdev: remove unneeded header includes gpudev: remove unneeded header includes gso: remove unneeded header includes hash: remove unneeded header includes jobstats: remove unneeded header includes meter: remove unneeded header includes net: remove unneeded header includes power: remove unneeded header includes rawdev: remove unneeded header includes sched: remove unneeded header includes timer: remove unneeded header includes vhost: remove unneeded header includes lib/cmdline/cmdline_cirbuf.h | 1 - lib/cmdline/cmdline_parse_num.c | 3 --- lib/cmdline/cmdline_socket.c | 4 ---- lib/cmdline/cmdline_socket.h | 1 - lib/eal/common/eal_common_config.c | 1 - lib/eal/common/eal_common_launch.c | 1 - lib/eal/common/eal_common_log.c | 1 - lib/eal/linux/eal_thread.c | 6 ------ lib/eal/unix/eal_filesystem.c | 2 -- lib/ethdev/rte_class_eth.c | 2 -- lib/ethdev/rte_ethdev.c | 9 --------- lib/ethdev/rte_ethdev.h | 1 - lib/ethdev/rte_flow.c | 2 -- lib/ethdev/rte_flow.h | 3 --- lib/ethdev/rte_mtr.c | 1 - lib/gpudev/gpudev.c | 1 - lib/gso/gso_common.c | 1 - lib/gso/gso_common.h | 1 - lib/gso/gso_tcp4.h | 1 - lib/gso/gso_tunnel_tcp4.h | 1 - lib/gso/gso_tunnel_udp4.h | 1 - lib/gso/gso_udp4.h | 1 - lib/hash/rte_cuckoo_hash.c | 2 -- lib/jobstats/rte_jobstats.h | 1 - lib/meter/rte_meter.c | 3 --- lib/net/rte_net.h | 1 - lib/power/rte_power_empty_poll.h | 3 --- lib/power/rte_power_pmd_mgmt.h | 4 ---- lib/rawdev/rte_rawdev.h | 1 - lib/sched/rte_pie.c | 1 - lib/timer/rte_timer.c | 1 - lib/timer/rte_timer.h | 2 -- lib/vhost/vhost.h | 2 -- lib/vhost/vhost_user.h | 1 - 34 files changed, 67 deletions(-) -- 2.25.1