From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2 00/41] Memory Hotplug for DPDK Date: Tue, 13 Mar 2018 10:47:16 +0530 Message-ID: References: <20180308101805.GA9526@ltp-pvn> <20180308111337.GA11638@ltp-pvn> <20180308133612.GA16647@ltp-pvn> <57c18da9-7377-3c0b-4aa2-9b97ef206f4f@intel.com> <55a2a182-27d5-b59a-0993-5b988f041e98@intel.com> <20180309091513.GA5781@ltp-pvn> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Pavan Nikhilesh , keith.wiles@intel.com, jianfeng.tan@intel.com, andras.kovacs@ericsson.com, laszlo.vadkeri@ericsson.com, benjamin.walker@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, konstantin.ananyev@intel.com, kuralamudhan.ramakrishnan@intel.com, louise.m.daly@intel.com, nelio.laranjeiro@6wind.com, yskoh@mellanox.com, pepperjo@japf.ch, jerin.jacob@caviumnetworks.com, Hemant Agrawal , olivier.matz@6wind.com, dev@dpdk.org To: "Burakov, Anatoly" Return-path: Received: from EUR02-VE1-obe.outbound.protection.outlook.com (mail-eopbgr20076.outbound.protection.outlook.com [40.107.2.76]) by dpdk.org (Postfix) with ESMTP id E81CB4CC0 for ; Tue, 13 Mar 2018 06:17:51 +0100 (CET) Received: by mail-wr0-f170.google.com with SMTP id d10so6379667wrf.3 for ; Mon, 12 Mar 2018 22:17:50 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Anatoly, On Fri, Mar 9, 2018 at 4:12 PM, Burakov, Anatoly wrote: > On 09-Mar-18 9:15 AM, Pavan Nikhilesh wrote: [...] >> >> >> I have taken a look at the github tree the issues with VFIO are gone, >> Although >> compilation issues with dpaa/dpaa2 are still present due to their >> dependency on >> `rte_eal_get_physmem_layout`. > > > I've fixed the dpaa compile issue and pushed it to github. I've tried to > keep the semantics the same as before, but i can't compile-test (let alone > test-test) them as i don't have access to a system with dpaa bus. Thanks. I will have a look at this. > > Also, you might want to know that dpaa bus driver references > RTE_LIBRTE_DPAA_MAX_CRYPTODEV which is only found in > config/common_armv8a_linuxapp but is not present in base config. Not sure if > that's an issue. > This might be an issue as very recently some patches updated the base config. I will cross check this as well. - Shreyansh