From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by dpdk.org (Postfix) with ESMTP id DB72B8D3A for ; Wed, 16 Dec 2015 09:47:34 +0100 (CET) Received: by mail-ob0-f173.google.com with SMTP id 18so27746711obc.2 for ; Wed, 16 Dec 2015 00:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kewPkexn90iucspMI3XbQ5kUeaCvbpHz18kTP7jxAY4=; b=1J7FIaCrV9y/fFE0wQBnnMDXx9YjYMgW3jQX7bkrT2Cq12RZk18YqsEVG2G3S9uJl5 4RY2T3EHMddHn9SO1E4QH1Tqx48HGWkrEtIadwh1JgAgEHTOz2iqbEonafYw+X8cdtw3 6kAhl0F6jc+WJoXXnBZpnqaK4qqCfQNha959qOFWdwuBebunp0do87tHYTMtGZrGLB0k 0mSoJno+/4uS8yY5ik8Er5BpofUaKuWRSh0BzobCDwcfM5PR8NK6IW1wM7p7ROs0TFjy vlFp2zo0xjG30BsiuEJC7fYw3te63FsTvOHyTIV7/wkEehEsEgRDgig7X0kLMdiRqKM9 CX5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=kewPkexn90iucspMI3XbQ5kUeaCvbpHz18kTP7jxAY4=; b=A755eRj3Pfbc1WKI2tsp62+vNB8KRDyAc+v2EbTP7ZLAKOEYp8xs5dd3tcDYcCXyax 499vIF6QT1AWucNtQ/Vhz91MZNAYnt8UYOjrx75IQMKBjWDiWgo2yyJi0OF6YhS7XAPl 7eHEm5OZ2B0T1etMRtBHPhvHe9ZmE9RTo6IjJWXUnwlOmZEkdI+4WpJf38ixgmtsvkiq ifxr9F4Il2kr3/kjvKLQe4ZFO7/Bv3XtORIpa7t1tC/yS8Dp+fF0lCuIuy9wZ2f++3N+ pFLEG1j1rX1v9jTQzYw4h5M6TU+onSgQxh46JylX7giKFxquPBsBK2z2JpfDLU0KF/nm huaQ== X-Gm-Message-State: ALoCoQkcxBpdPKgFLdGUSChIyX/8AEZhtK38qQFbonWuikxSek2LYpGgTE6ql0UbQ2h2Ki5qF/19zIlnqm3wJr7x2MMt6fTBBs3pdw1TrGMjaCuc5Tjnpd0= MIME-Version: 1.0 X-Received: by 10.60.82.101 with SMTP id h5mr2333450oey.44.1450255654227; Wed, 16 Dec 2015 00:47:34 -0800 (PST) Received: by 10.76.153.5 with HTTP; Wed, 16 Dec 2015 00:47:34 -0800 (PST) In-Reply-To: References: <1450098032-21198-1-git-send-email-sshukla@mvista.com> Date: Wed, 16 Dec 2015 09:47:34 +0100 Message-ID: From: David Marchand To: Santosh Shukla Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [ [PATCH v2] 00/13] Add virtio support in arm/arm64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 08:47:35 -0000 Hello Santosh, On Wed, Dec 16, 2015 at 8:48 AM, Santosh Shukla wrote: > Hi Yuanhan, Huawei and Others. > > I got arch specific review comment from arm maintainers and I am waiting > for your review feedback on virtio specific patches? Is v3 patch and virtio > iopci bar mapping to user-space approach ok with all? Thanks. > Please, don't forget to CC me as well. I did something similar for powerpc, but there was no need to add any remapping in igb_uio. Is there something specific to arm that makes it impossible to reuse resources mmapping from /sys ? I can send a patch that should do the job for eal. I am a bit short on time and will be on holidays for two weeks, so I can't look at these patches before January. Regards, -- David Marchand