From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D96B2A0556; Thu, 20 Feb 2020 15:37:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B67AC1BFAA; Thu, 20 Feb 2020 15:37:21 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 0284B1BFAA for ; Thu, 20 Feb 2020 15:37:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582209439; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cKqw2moRcm+D5HhXkoDl9RJ8npx2tftcghjYBV+oudg=; b=LYx6jyHWWWnBqeFLivBgN6Z0oNvdjGwGtcuVVKEbw+2verN73qGP5Sjhcc2OfvNFR+aq61 3UlS/xr310ypbGhtprCrnn5pZy5de6bBgBgqrMhufpJ97wkH01y3M2JyKTxxfyAJUUHVZ+ 2xBf/5dBj6p1SQTA2ywcbgqveILIVOo= 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-318-hFMGwCJYOkCKrA49gxqckw-1; Thu, 20 Feb 2020 09:37:17 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4C327801E5C; Thu, 20 Feb 2020 14:37:16 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.126]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 063FD60BE1; Thu, 20 Feb 2020 14:37:12 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: thomas@monjalon.net, dev@dpdk.org, Michael Santana References: <20200219194131.29417-1-david.marchand@redhat.com> <20200219194131.29417-2-david.marchand@redhat.com> Date: Thu, 20 Feb 2020 09:37:12 -0500 In-Reply-To: <20200219194131.29417-2-david.marchand@redhat.com> (David Marchand's message of "Wed, 19 Feb 2020 20:41:28 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: hFMGwCJYOkCKrA49gxqckw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 1/4] ci: remove unnecessary dependency on Linux headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" David Marchand writes: > Following removal of kmod compilation, we don't need to install > linux-headers anymore. > > Fixes: ea860973592b ("ci: remove redundant configs disabling kmods") > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole