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 ADAE4A0556; Thu, 20 Feb 2020 11:44:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 29D1E288C; Thu, 20 Feb 2020 11:44:43 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id A74C51BFD1 for ; Thu, 20 Feb 2020 11:44:41 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 45EE921F4C; Thu, 20 Feb 2020 05:44:41 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Feb 2020 05:44:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9/2GhEwM0Pk16UQ2xdqMa9K1qDh0bRw2V/XMwI5qmcw=; b=KDy5sRXp6ry8 tNLv9MCOVjE/Kxx8b2ZVMskevGoB24FLlMnxaXQf3lLdHuEoxF6aYwMR2Lah3d7e w4BuJkeuRYLqFGpCAAl7ijnk4E0d3kf1xQX7qRllvDBvcoNpX++4xhXqNs0LKqvJ ZgP5DxS6aAl6HcVg8LyjGA/fJKQf9EQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=9/2GhEwM0Pk16UQ2xdqMa9K1qDh0bRw2V/XMwI5qm cw=; b=Y+yuZiwbpMOOe33KrQtsoFScuCieOLK9BuBjOtv9v40Y4BJoMD7FxaiQG CSpz/iauwiuwqdrsEp1CHBN8yesc6wHsEcdyyDQJN9ROAd9leobxrZpuSLiHt9FL Y73DZfi2dfMcihXCbothxDNKqmhp6bj2eIQ9UnzTNsyMBQgEBssUtw+Da55XNE29 5fYR+XSfZd92vosbwUMhF7lHKdA6SOK6DMOqX4IrxqV+97dOTOO5Ji8ymX/u3P4e 9914jv/p945Z3RpjUvOn0fWG238g0F7ZKy+gWnTec+kAKuRNMRaeuevVBEfsMhPb eqC1uc+oc/CrvBS8ytMf0mllrHiDw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkedvgddulecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CE663064DC6; Thu, 20 Feb 2020 05:44:40 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: aconole@redhat.com, dev@dpdk.org, Michael Santana Date: Thu, 20 Feb 2020 11:44:38 +0100 Message-ID: <6957972.29KlJPOoH8@xps> In-Reply-To: <20200219194131.29417-2-david.marchand@redhat.com> References: <20200219194131.29417-1-david.marchand@redhat.com> <20200219194131.29417-2-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 19/02/2020 20:41, David Marchand: > 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: Thomas Monjalon