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 4126AA00E6 for ; Thu, 11 Jul 2019 00:18:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B46E397D; Thu, 11 Jul 2019 00:18:30 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7F91D324D for ; Thu, 11 Jul 2019 00:18:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C3C15200CF; Wed, 10 Jul 2019 18:18:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 18:18:27 -0400 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=AADowhltsw38bYlI/+xskoaER6m9V8BhqI3w9YvS0lk=; b=fJ5gJYDxZe36 F2nQ3HFe+IuAtwfl2Pqk57Yrb5G/uZc08anA1j6Ei3tuWmvnyIJ4s3YYywqcijoi /BeU3GB51WkS192St2XJmLNS21cJc4cJVIMzbV5Zjj8HpedFKKmdjvp9oXVFbvYv qHgwS29GhB138MCUnhcHqNYjozpJpSk= 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=fm3; bh=AADowhltsw38bYlI/+xskoaER6m9V8BhqI3w9YvS0 lk=; b=AQfS0R+6njlG8IQ3udg0hYTWTsI8Mr3M1KD7cq4XGDgens+v7Ag2pIj4J zLAJp63u9CRtiQG+8obiT93MV7i+WTs1hrSfI2HkTPcEjXLlJaJQgWlErjMnIrVV e1GS7unoPUwra8ztQMM3q7wAH12mhcJsf+54MLkeaVEqNn720pdEG2uefgbL4Gt+ S+9kS9KLTdWtydS0e4Q5U5EYJR9ziQS1slymJNTPb4Y36ZE+6sVrBjT5ZMghjWEM IULV4R//g7YfFVHm1Kd926fr/zPmgLTXHwVvQAOSfgdhp5B06RtjEXM45rTghZ+x agQ1aC+9C93hmzt+cmRNe/Cw7FsNQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeejgddtkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 6C10F380074; Wed, 10 Jul 2019 18:18:26 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Stephen Hemminger Date: Thu, 11 Jul 2019 00:18:25 +0200 Message-ID: <1951993.R3ThFuq71D@xps> In-Reply-To: <20190709073907.5efa21e2@hermes.lan> References: <20190607230841.17125-1-stephen@networkplumber.org> <20190709073907.5efa21e2@hermes.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] Revert "net/mlx: support IOVA VA mode" 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" 09/07/2019 16:39, Stephen Hemminger: > On Fri, 7 Jun 2019 16:08:41 -0700 > Stephen Hemminger wrote: > > > From: Stephen Hemminger > > > > This reverts commit 69c06d0e357ed0064b498d510d169603cf7308cd. > > That commit breaks support for netvsc PMD with MLX SRIOV > > on both Hyper-V and Azure. > > > > Signed-off-by: Stephen Hemminger > > DPDK 19.08-rc is broken on Azure. This patch which seems to have been > ignored fixes it. This patch was not ignored. I was waiting for the IOVA changes to settle down. As a result, the revert will happen because the type RTE_KDRV_NIC_MLX is not needed anymore: https://patches.dpdk.org/patch/56314/ However, I don't understand how it is related to netvsc PMD. Please could you give more details?