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 35814A0553; Mon, 17 Feb 2020 19:00:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FC3E1DAA9; Mon, 17 Feb 2020 19:00:38 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3F91A1DA9F for ; Mon, 17 Feb 2020 19:00:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6B4E322006; Mon, 17 Feb 2020 13:00:35 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Feb 2020 13:00:35 -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=gd5bNRpenQl9dEV/c8kjimO0z0BvB21BBL6vx2pQUu8=; b=pg8zaFTlrppN Nww1H+jHgWSvdzEllgvq+4cHwAYKc9+TtAyYDHcslRKClhNMBrfaMDd/U7KalSnV xvoGdp3IpX3OQUj0kF+h93lkTi8XwBV7MfSRYiQJlflGIHmsnl34DEMI4fHegptp XTLshca9q8TIxhUsIXs4aRhpWGjjJq8= 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=gd5bNRpenQl9dEV/c8kjimO0z0BvB21BBL6vx2pQU u8=; b=N6eIqWVPD7Q6BsKD42FDylEEzLLPmGpD9VMQ/QoSvy5/fkScoy5sFX5pz WnETqefzOSGFmFxHtbleDrL3iOdvbFk/rAKUjFnLbmxoAR0WsoLuOAk2tfsT5jTO o6ZdFS8+djaLcarO7vIm/bNbpPwAIfRpgRI8bH3zXHrVF5CBK7PCBh6abmTzs0ZZ 7IVnfg5dwq+oVNqBt3QUKSHxXeY4FTMxIAAE9vp6iBFHVssZeAYxsz3582oTuLPN NAoR+2Ry4UWEWw9TmckjxtMVhcZrRKr3OZNDIMZCFfhPNjKfiPZPy7kCOl79/Npf n0B6msRsBpfkPizdsJU52p8spjo6Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeigddutdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 4BA603280062; Mon, 17 Feb 2020 13:00:34 -0500 (EST) From: Thomas Monjalon To: Aaron Conole , Bruce Richardson Cc: dev@dpdk.org, Michael Santana Date: Mon, 17 Feb 2020 19:00:33 +0100 Message-ID: <6435878.31r3eYUQgx@xps> In-Reply-To: <20200217164605.GA871@bricha3-MOBL.ger.corp.intel.com> References: <20200217113547.1889436-1-thomas@monjalon.net> <20200217164605.GA871@bricha3-MOBL.ger.corp.intel.com> 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 17:46, Bruce Richardson: > On Mon, Feb 17, 2020 at 11:42:37AM -0500, Aaron Conole wrote: > > Thomas Monjalon writes: > > > > > 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. > > > > > > Signed-off-by: Thomas Monjalon > > > --- > > > > Looks good to me, but do you think there's no benefit to even compiling > > the kernel modules that get shipped? > > > > Otherwise, > > Acked-by: Aaron Conole > > > I think we need one compile that turns them on to test. I don't think so. Travis is compiling only on Ubuntu. Kernel modules compilation must be tested on old kernels (RHEL) and latest ones (Fedora).