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 AE9C0A052A; Wed, 27 Jan 2021 15:46:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F894140DF2; Wed, 27 Jan 2021 15:46:58 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 34F27140DD8 for ; Wed, 27 Jan 2021 15:46:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611758816; 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=vsbG3h/+1wV3tUzzAvFSosRVy0DHKBbuu9fcpT6P26c=; b=L44v8l2aCmt/I+9U3crJvwKXt1+U9YSazvDJbcP2+XB3GH/ONFEpG5aGIY2k4lsLUwDGol lHl9plo1Ic2ldU0E4gK1CUmNe0Ao03nq425C5TNES7ybhl+btRiY1B1KHaJ1qs8tRwkAbf GAcs7pwZL+DdtDkYAQWE1XIeUeUvctk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-214-seytCNQnMJWQx807SAaauw-1; Wed, 27 Jan 2021 09:46:54 -0500 X-MC-Unique: seytCNQnMJWQx807SAaauw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 75E0A806681; Wed, 27 Jan 2021 14:46:53 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-114-243.rdu2.redhat.com [10.10.114.243]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 12E4E5D9CA; Wed, 27 Jan 2021 14:46:48 +0000 (UTC) From: Aaron Conole To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com, Michael Santana References: <20210114110606.21142-1-bruce.richardson@intel.com> <20210126213809.1479893-1-bruce.richardson@intel.com> <20210126213809.1479893-9-bruce.richardson@intel.com> Date: Wed, 27 Jan 2021 09:46:48 -0500 In-Reply-To: <20210126213809.1479893-9-bruce.richardson@intel.com> (Bruce Richardson's message of "Tue, 26 Jan 2021 21:38:09 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [dpdk-dev] [PATCH v5 8/8] ci: add checking of includes to CI builds 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 Sender: "dev" Bruce Richardson writes: > For CI builds, turn on the checking of includes. > > Signed-off-by: Bruce Richardson > --- Thanks for the efforts here. Acked-by: Aaron Conole