From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id C31492BBD for ; Thu, 8 Jun 2017 15:30:11 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id 7so138003544wmo.1 for ; Thu, 08 Jun 2017 06:30:11 -0700 (PDT) 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=s26OQgwhZ4flWxosVR11XCwaavMryoxg6odimdWotw8=; b=IdVdWPbOJWEBP1PNeO+sGplMxroMyeB5SMOPtWlpOILg+1fc6qswH+vf8kpJ0yyAPU maBlg7pJ7m+4D43pylhp0hMJwtp/wFhxCfBT/Bo/GHrGXM6WvIeOOmjSHjbb+1NBhCS0 GJ2gJbVeZ32A30KdCgsLyV/WF4jgVW3YHZ8nF7vFT15BAUCter2Vw20XxcZEylXF24mF HTGyqQSM33ZPYNmVKmZkhtyR/M1Br3yp/jUXFwTBungZhHLJO/KjDUcswlv1rbWcsHaY ijU/zSBSTT3esP06XIozN8ogUyO7E7KmuQQqDQ0q6tG4Jh8/UJBIECRRx9ghO8G1OnLr 4qow== 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=s26OQgwhZ4flWxosVR11XCwaavMryoxg6odimdWotw8=; b=TmhTIA8yeFjkadJ2S3nbpHVswBhqmOY7m4JniraJBQVAP3sn5+/WKAsTinrvfehTRO IRszRjJ0Ct/p9HyJmuV9yNE3MSBJRsCObEgsowhp6aWwpzvj1oLQnKAXc5JzUgPFMSJl UsOW2/3+YCqgvV+zKIGkXhKMZuoI6AOi3ydetd0GvirmPXNO+EIymB6s3KUFXUBxE/pV LNsf5epL2vF28E7LdT2WiHoMXi8oZe2JRTyzVkqDTDEzaTqSjsXo1TikttaJH5ZgfWzw ICJTFVKofxqWvn2Lis/BdV+rmkbP5d6/1hKGl2cZErz+BbaP+q1Z3a76AMYmK6a7BKYi i/pQ== X-Gm-Message-State: AKS2vOz+bNlxFsfZHC0k0a478BUFqIYNDPwJhmQnCrq920DNCR93paqN bN1KO1I0XKWOVLcs1h0= X-Received: by 10.28.72.7 with SMTP id v7mr3688502wma.125.1496928610852; Thu, 08 Jun 2017 06:30:10 -0700 (PDT) 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 y17sm6187944wrb.39.2017.06.08.06.30.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jun 2017 06:30:09 -0700 (PDT) Date: Thu, 8 Jun 2017 15:30:04 +0200 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Ferruh Yigit Cc: dev@dpdk.org Message-ID: <20170608133004.GE18840@bidouze.vm.6wind.com> References: <85d051e9-626a-9228-3ee0-a098be2586f4@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <85d051e9-626a-9228-3ee0-a098be2586f4@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v5 00/12] introduce fail-safe PMD 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, 08 Jun 2017 13:30:12 -0000 On Thu, Jun 08, 2017 at 11:56:37AM +0100, Ferruh Yigit wrote: > On 6/8/2017 12:59 AM, Gaetan Rivet wrote: > > eal: complete attach / detach support > > http://dpdk.org/ml/archives/dev/2017-May/066366.html > > http://dpdk.org/dev/patchwork/patch/24522/ > > > > ethdev: add flow API rule copy function > > http://dpdk.org/ml/archives/dev/2017-May/066145.html > > http://dpdk.org/dev/patchwork/patch/24406/ > > > > ethdev: add isolated mode to flow API > > http://dpdk.org/ml/archives/dev/2017-April/064327.html > > http://dpdk.org/dev/patchwork/patch/23741/ > > Hi Gaetan, > > Above dependencies are not enough to apply the PMD, it seems above ones > also has dependencies to other patchsets, specially eal one that I am > not able trace its dependencies from mails. > > Since most of the eal patches are also from you, can you please list > dependency tree to apply the PMD? > > Thanks, > ferruh > Hi Ferruh, here is the full list of patchsets that I have currently in my tree, in order, up until the fail-safe PMD: --- [0] ethdev: add isolated mode to flow API http://dpdk.org/ml/archives/dev/2017-April/064327.html [1] ethdev: add flow API rule copy function http://dpdk.org/ml/archives/dev/2017-May/066145.html [2] Remove PCI and VDEV dependency from eventdev library http://dpdk.org/ml/archives/dev/2017-June/067402.html [3] Remove cryptodev driver http://dpdk.org/ml/archives/dev/2017-May/066382.html [4] bus: attach / detach API http://dpdk.org/ml/archives/dev/2017-June/067474.html [5] pci: implement find_device bus operation http://dpdk.org/ml/archives/dev/2017-June/067485.html [6] rte_bus parse API http://dpdk.org/ml/archives/dev/2017-June/067486.html [7] Generic devargs parsing http://dpdk.org/ml/archives/dev/2017-June/067496.html [8] eal: complete attach / detach support http://dpdk.org/ml/archives/dev/2017-June/067516.html [9] bus/pci: remove PCI bus from EAL http://dpdk.org/ml/archives/dev/2017-June/067520.html [10] introduce fail-safe PMD http://dpdk.org/ml/archives/dev/2017-June/067533.html --- [2] has a slight compilation issue that I fixed with https://github.com/grivet/dpdk/commit/1af1272bd3129e90ae7c4ab005e85d5f8a2f95fe However Jerin has not yet answered to this issue (see: http://dpdk.org/ml/archives/dev/2017-June/067412.html ) The failsafe PMD only depends on 0, 1, 4, 5, 6, 7, 8. All others are left there for consistency. -- Gaëtan Rivet 6WIND