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 3FE26A00C4; Thu, 20 Jan 2022 09:30:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1768A411A7; Thu, 20 Jan 2022 09:30:05 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id E73AE40042 for ; Thu, 20 Jan 2022 09:30:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642667402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hQuBBR3OZdUZQbdbrGH50pj25oLP7axxh3zUWBH8sTs=; b=RGdLtbwRd+XD6J0qlkydqp3SxRtaG6bEAKXo9LII9ecYkzm06lqvvO1/XJ+VuQbl7B1AQl gxYY+HM834GAna0Y1hl6zGyw+HB6mtVeMy/H5HCGD9nYYLNn3YExyJCt/lBQ9S1HOIVVyw eNIsJ0lF6q97jh0tYrawMMV3uZtgfj4= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-669-qeeUC543PQyHQb8LeRusEw-1; Thu, 20 Jan 2022 03:29:43 -0500 X-MC-Unique: qeeUC543PQyHQb8LeRusEw-1 Received: by mail-lf1-f70.google.com with SMTP id d34-20020a0565123d2200b0042ed74cbf6aso3233085lfv.11 for ; Thu, 20 Jan 2022 00:29:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hQuBBR3OZdUZQbdbrGH50pj25oLP7axxh3zUWBH8sTs=; b=oIrmA5RwBMq/SulK9tmYkxH3djOJv0NDZVmcgyHhjSvvDuSw8NNLcTKVLDZ/bn33SP FCu8Ah2YSjWTyeop8rAbD/zMDGpn6eD1TlkSHVV+/nWLWzZ0OpEBDGryTIia2hRcVPRy C2tnKlfn+kkdj/nv6Y5zK+tYYtFy+7Kbrz5pKaENlaGnfTjkSBDR1JraAjUN7orJcFJh mawAvtPdtrgc1RrESEGvzHry2E6zJHgFueuOPfo2mFGNwLzk7jSFi9fLoFzk0yQAq4BN CRq7Bvxzp8TUOLFsVs+PmT5FWOn4rrpjtOTMNnLYF7iZj7QYOfDNFuPLvq1ZrNLaJoDe z68A== X-Gm-Message-State: AOAM533IRc+BgyuNE+EbxPZFgZAdDLeJkXq6Tu4o8uIXYvkt2ZVJ+IIu T6+32dIDu5hnzrSUNoRG6cULZAZsg4Q+xT1VNyufQ6lrCMO44mhDGZH58jEBOP9tFGTcWOXh1Us 2kA9a3kd85TKeJXXAxFA= X-Received: by 2002:ac2:4c01:: with SMTP id t1mr11998216lfq.484.1642667382163; Thu, 20 Jan 2022 00:29:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJxgUDmNy1/iXXqvKG7d/Dh1pGsYFYnVOQF5itRS/pZVaxU+gHobz9FvHsHcXtcQvnGYFip5/4Q5dj4QVTw2OSQ= X-Received: by 2002:ac2:4c01:: with SMTP id t1mr11998191lfq.484.1642667381937; Thu, 20 Jan 2022 00:29:41 -0800 (PST) MIME-Version: 1.0 References: <20220114162409.334437-1-sean.morrissey@intel.com> <20220117201943.873922-1-sean.morrissey@intel.com> In-Reply-To: <20220117201943.873922-1-sean.morrissey@intel.com> From: David Marchand Date: Thu, 20 Jan 2022 09:29:30 +0100 Message-ID: Subject: Re: [PATCH v5 00/50] introduce IWYU To: Sean Morrissey Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Hello Sean, On Mon, Jan 17, 2022 at 9:20 PM Sean Morrissey wrote: > > This patchset introduces the include-what-you-use script which removes > unused header includes. IWYU GitHub: > > https://github.com/include-what-you-use/include-what-you-use > > Along with the script there are some patches which make a start on > removing unneeded headers. There are build errors reported by CI. I see one issue with Windows build seen by UNH: https://lab.dpdk.org/results/dashboard/patchsets/20695/ And two (but it could be a single issue) errors reported by Intel CI, on RHEL 8 (+debug) and FreeBSD 13 (+debug): http://mails.dpdk.org/archives/test-report/2022-January/252334.html -- David Marchand