From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id E95A7107A for ; Thu, 14 Dec 2017 11:21:28 +0100 (CET) Received: by mail-wr0-f193.google.com with SMTP id q9so4680774wre.7 for ; Thu, 14 Dec 2017 02:21:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=Xo+GG9fC1vXzI62dY3JeDdBW6ivo84aVEJZ1LWHfG78=; b=b/r7WVKLQTex3GEnWlTfmdBmcnwddRL2xNn/yvyC9aAUOwfj636k6oNfRXWmBH0tUE cDvBUvsQUu75ZJ5/0YIcgAkPuWExfmv+CIVSVrwgsjH4CQ0Z19EA4qVL8tzlfl+QH6GV a9fiqQjcZfvyXipPbY2iYXHe8dR9Cm5E/VQHFwIKIbv/gHSbDrFYIUKQAT6f8g0tzq0L d7D1gIoFwwX0HmEB/94xdq+V1RQOAKoSVaawZngwQZvb2G8OHK8uhIDmzvs6wH9lUqj/ TiZKs2rRhJGr2zCN1rF1Lz9gUBCXmVVnThpkOAOVA86EGGjCtml7+2Zi1cY5D9kTZCN2 dJEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=Xo+GG9fC1vXzI62dY3JeDdBW6ivo84aVEJZ1LWHfG78=; b=PUNBvnXhdc20I2YPFxOlH15eImfChLhGa6UsWlbFY7/2XUFRwYBPzyw30OGEKLTgvx SauLXp1FngyqiKspyj4Y4MbfZA+4bZf0LZnkQDU80J6L5JDHkzZdH5qLQIz/K7Slng5R bJHO1RpWam+ja6/JsOMJcoQM3L8TnmtCQs/XGGSwM8dcgQ7u5HW1HWctff3jWvetpmXF lDIHqhOccCpDFSOXMd05XuFeSlGe7M0oFx3OuzRB76oQkAUXwOUXSxnWk+3hbfMhhVG0 kGQLbgo3lACaH//CItHzhk0vdvuBFjij6a8dVt+WpXFvwtysQlKK/SQ3JYKjt8JVTP0K 1WyQ== X-Gm-Message-State: AKGB3mJf+fbYpjhmKTo448y82Xydw8mME4JRgHcO0W3Z2Mc8pd+YPAYZ X8cnQkkhgZAmQzQ4NMylQV5SiQ== X-Google-Smtp-Source: ACJfBov40AXuJ+sgaTyKpWDINNOV3IMwcx8jRFzFXcNMVqihItynO/UyLv0j0trB0LL25Ehu8sINJQ== X-Received: by 10.223.153.247 with SMTP id y110mr5839714wrb.248.1513246888404; Thu, 14 Dec 2017 02:21:28 -0800 (PST) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id y137sm2559184wme.0.2017.12.14.02.21.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Dec 2017 02:21:27 -0800 (PST) Date: Thu, 14 Dec 2017 11:21:15 +0100 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Mordechay Haimovsky Cc: Jeff Guo , "dev@dpdk.org" Message-ID: <20171214102115.q4o4znzp6iqd75eb@bidouze.vm.6wind.com> References: <1505880732-16539-3-git-send-email-jia.guo@intel.com> <1509567405-27439-1-git-send-email-jia.guo@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v6 0/2] add uevent monitor for hot plug 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: , X-List-Received-Date: Thu, 14 Dec 2017 10:21:29 -0000 Hello Moti, On Thu, Dec 14, 2017 at 09:48:23AM +0000, Mordechay Haimovsky wrote: > Hello, > I would like to apply this patch in order to review it. > In absence of answer from Jeff, Those two paths were modified during the 17.08 release: both pci and vdev buses have been moved to drivers/bus. > Trying to apply it on 17.11 (and latest) fails due to missing lib/librte_eal/common/eal_common_vdev.c > Trying to apply it on 17.08.1 fails on missing drivers/bus/pci/bsd/pci.c file > Only the pci bus move was integrated by Jeff to this version of the udev monitor. The vdev bus move however came later and should be rebased upon. > So, on what DPDK version should I apply it ? > Or maybe there is a bunch of other patches I have to apply in order to use this patch ? > You should apply it on 17.11 IMO. Either you take upon yourself to make it work with the new tree, or wait for Jeff to send a new version. -- Gaëtan Rivet 6WIND