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 CA6A7A0553; Mon, 17 Feb 2020 15:06:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7060E1DAA3; Mon, 17 Feb 2020 15:06:22 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E35D21DA9F for ; Mon, 17 Feb 2020 15:06:20 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5CFC821FC2; Mon, 17 Feb 2020 09:06:20 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Feb 2020 09:06:20 -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=dxTXAiy/S6ZkYSNf/l/+7EPuhLC41gprlW4JErpQvvU=; b=OFJx9TtOgYP3 Es9mve1719wFAQYiotlSIuSd7JVPAkfod5LRJw4UCJ0nQNre11n8bcAhjOXQnmyq rdfHuOWXC+zxCdfpZorKciGUmOe1RFLHh58pilevXMA4j0proWZUXfxLf6hNWmtO d82zEJIX+x9MAlApYTesqwWJx0FE4IM= 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=dxTXAiy/S6ZkYSNf/l/+7EPuhLC41gprlW4JErpQv vU=; b=QX/GmGFpgCY0LEkVnUh9/xsvzvqaCEyc8UX5limYkjCcljCsR/4EbQi2r 1i9MFo/vw0MOe3JCmU0T7V6KABcFzykW0AnLKrG4WgdwOerhdxOvLGbsjw2srw7C xvgoIX3GQ/nSfZZjPjYKc1zGZbdw41dJ5dBaC/+geQSoPIZALEd9jwj46MhzBdkM bneuNCerzJKaeZPieIlEHuEf0olGQKOTh6IE5BVOXZTyNJJBDnflSWKWjpemFHbT XOePvJ5b7YhVeU2yiz2yGl9iTr+TtkSzyKRZGKwqgCGV1sK7gFUGOjzdZYBWmyMn ZeCE4cahj9oDBWGBTOzvJ86AoNGJw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeigdehlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenog etfedtuddqtdduucdludehmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddt vdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonh hjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhs thgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmoh hnjhgrlhhonhdrnhgvth 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 5E7F03060EF2; Mon, 17 Feb 2020 09:06:19 -0500 (EST) From: Thomas Monjalon To: Thomas Monjalon Cc: dev@dpdk.org, Aaron Conole , Michael Santana , david.marchand@redhat.com Date: Mon, 17 Feb 2020 15:06:17 +0100 Message-ID: <1961242.aiPYRZItUj@xps> In-Reply-To: <20200217113547.1889436-2-thomas@monjalon.net> References: <20200217113547.1889436-1-thomas@monjalon.net> <20200217113547.1889436-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] ci: remove redundant configs disabling kmods 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" 17/02/2020 12:35, Thomas Monjalon: > The kernel modules are not built by default since below commit. > The Travis CI matrix can be simplified > by removing the redundant option enable_kmods=false, > and by removing some jobs which become redundant. > > Note: there is no benefit in checking kmods in Travis Ubuntu. > Anyway different kernel versions and distributions are needed, > and the Technical Board is looking at moving the Linux kmods > out of this repository. Missed this line: Fixes: 91a861e54164 ("config: disable Linux kernel modules by default") > Signed-off-by: Thomas Monjalon