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 2C11FA0526; Mon, 20 Jan 2020 18:42:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E93D11C01E; Mon, 20 Jan 2020 18:42:19 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6441B1BF87; Mon, 20 Jan 2020 18:42:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B710721D25; Mon, 20 Jan 2020 12:42:17 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 12:42:17 -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=qLPN4vsxsvZT5WIkFVCdpdUygxIr8NrG6MWY6Ys12Yw=; b=s4YnUM3XFzcs sn1a9mncNuNu5SqRQlhJ3PfVPbarzIq5aapzAWosIOSdyEoX8QUBwmJuGmAN5zx8 dzsbQ6+GwXb8Q39zgjz1/59jZLT9jj9GXMhBNigfCzFBZYdcdC9DzKR6eOT8LChD 24ClIYWG26LxY8KLVwBOTxt0e5Xj0Lc= 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=fm1; bh=qLPN4vsxsvZT5WIkFVCdpdUygxIr8NrG6MWY6Ys12 Yw=; b=WbrKpj8ufz8n7LVs/MQbGkH4VtJrJ7XnlIyCsg8cK1vPOC2lF116uVeyl 3cBxVUZ5wMbmyzvQ+3GcaO1m199PuGjIrut98Zsxi+AuFPG6i2J84ugsUVyJX8qQ mRCvD09r6q9HhdBRUk5BDpZuiaXyEuuSV/I53QK8wdSZF2WaIpKjniFGr864DiWN HI9zxodblzJOGzQkyqIqhtxs1CNFj2yxTXDSMNs72EjM+q+oRV+ObwXXCG+NBg6P KKisG8RaBH8TAIxrb4pTgRk9OICIOHXcWqPt85AlBiafdFo8n2xozcRSSIJmPtnC V5c236XiLG/TA4oZcQuBsRfnqM2Ww== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeigdegudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrsh esmhhonhhjrghlohhnrdhnvght 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 B11F4306098F; Mon, 20 Jan 2020 12:42:16 -0500 (EST) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , Bruce Richardson , techboard@dpdk.org Date: Mon, 20 Jan 2020 18:42:15 +0100 Message-ID: <2379884.sP1CNn8AQk@xps> In-Reply-To: <20200117191400.893118-1-jerinj@marvell.com> References: <20191212131302.1626130-1-jerinj@marvell.com> <20200117191400.893118-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] config: disable all kmods by default from v20.02 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/01/2020 20:14, jerinj@marvell.com: > From: Jerin Jacob > > Based on the techboard meeting held on 2019-11-06, > It's been decided to disable all kmods by default from v20.02. > > http://mails.dpdk.org/archives/dev/2019-November/151763.html > > Signed-off-by: Jerin Jacob > --- > v2: > - Updated meson config file to disable the kmods by default(Maxime) > - Updated the release notes(Honnappa) > > I am not sure, in which section, we need to update the release notes for > this specific case.I have updated on the "New Features" section. > Thoughts ? I moved (and reworded a bit) in "Removed Items". Applied, thanks