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 B842AA0525; Wed, 22 Jan 2020 10:08:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 969EE2B8B; Wed, 22 Jan 2020 10:08:12 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id CC2332A62; Wed, 22 Jan 2020 10:08:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 5DD385C8; Wed, 22 Jan 2020 04:08:08 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 22 Jan 2020 04:08:08 -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=+Oh/tsoG7BDkZ9XPqgndTZy0kP0VZV6dO+ZVEserZvE=; b=p/UZkJvGbuGQ Oh18CPn4CIJ24DvXmrGLJP3UZLFq7kHxUuOnMSYqBk6N8qYmFgGXXf136mLMoMAV 8FPBTtv4I4fl0zDNNkOeItpUdunEWWRHdPdh8UsCoC54S8SneGBFWfFwMha57Joi z1vyKo+5+Ufhrd1LGHXdThVH3OqqjEk= 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=+Oh/tsoG7BDkZ9XPqgndTZy0kP0VZV6dO+ZVEserZ vE=; b=mmJRuR/TN2yRQd3gayrVfz/KdMW10ViEKuHJFuiumYJlQN28nn5UK6BD8 7Wuhu1Rh+YiI6zAjamdbymE+LNwbTW/bsUEChxQGlk0vpb+3TdrsnXcjmclOQcb2 Zdk600b58cYl4KEwGNN31q+d2cE0EkbPmrwPE5+kyEMgp+QHxykvJTs8kaZotrqb plry5Gehlw64ig8FxwPDpRBnqBTF2np0CrqbsAF2mM4FT1sg8VlmmDN2GJPJYVHd dgW/78Ou02aGKM0zn37qhdCsYMOCwfOaR6mfV7nebj/NGefArK+BVT7JQqeLzA8l j8XZsIiCkKjPb9qNBXRAhDFfxn8/Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudelgdduvddtucetufdoteggodetrfdotf 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 30B79328005E; Wed, 22 Jan 2020 04:08:07 -0500 (EST) From: Thomas Monjalon To: jerinj@marvell.com, Stephen Hemminger Cc: dev@dpdk.org, techboard@dpdk.org Date: Wed, 22 Jan 2020 10:08:05 +0100 Message-ID: <5703886.60r6i4UCyb@xps> In-Reply-To: <20200121223434.167006ab@hermes.lan> References: <20191212131302.1626130-1-jerinj@marvell.com> <20200121223434.167006ab@hermes.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] 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" 22/01/2020 07:34, Stephen Hemminger: > On a related topic. All the documented examples should be changed to use vfio. > Everyone just cut and paste from the documentation and expects igb_uio. Yes, good catch Stephen. Who is volunteer?