From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 838A92BB9 for ; Thu, 8 Jun 2017 16:20:09 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 08 Jun 2017 07:20:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,315,1493708400"; d="scan'208";a="97104554" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga002.jf.intel.com with ESMTP; 08 Jun 2017 07:20:08 -0700 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= Cc: dev@dpdk.org References: <85d051e9-626a-9228-3ee0-a098be2586f4@intel.com> <20170608133004.GE18840@bidouze.vm.6wind.com> From: Ferruh Yigit Message-ID: <971db9c7-8ea9-3e79-a4f5-cf391226c83d@intel.com> Date: Thu, 8 Jun 2017 15:20:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170608133004.GE18840@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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 14:20:11 -0000 On 6/8/2017 2:30 PM, Gaƫtan Rivet wrote: > 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. Thanks Gaetan, I did able to apply the patchset, I think it is good idea to wait for PMD until things settle down in dependent patches side. btw,getting build error [1], CFLAGS += -D_DEFAULT_SOURCE may help. [1] /usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"