From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 38F9F5954 for ; Wed, 20 Jan 2016 04:48:17 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 19 Jan 2016 19:48:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,319,1449561600"; d="scan'208";a="864381503" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 19 Jan 2016 19:48:14 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 19 Jan 2016 19:48:11 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 19 Jan 2016 19:48:10 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.215]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.218]) with mapi id 14.03.0248.002; Wed, 20 Jan 2016 11:48:08 +0800 From: "Xie, Huawei" To: Tetsuya Mukawa , "Tan, Jianfeng" , "dev@dpdk.org" Thread-Topic: [PATCH 0/4] virtio support for container Thread-Index: AdFTNV95C/DzHWwLS5+0WC6UiWJr0Q== Date: Wed, 20 Jan 2016 03:48:07 +0000 Message-ID: References: <1446748276-132087-1-git-send-email-jianfeng.tan@intel.com> <1452426182-86851-1-git-send-email-jianfeng.tan@intel.com> <569490D9.10803@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "nakajima.yoshihiro@lab.ntt.co.jp" , "mst@redhat.com" , "ann.zhuangyanying@huawei.com" Subject: Re: [dpdk-dev] [PATCH 0/4] virtio support for container 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, 20 Jan 2016 03:48:17 -0000 On 1/12/2016 1:37 PM, Tetsuya Mukawa wrote:=0A= > Hi Jianfeng and Xie,=0A= >=0A= > I guess my implementation and yours have a lot of common code, so I will= =0A= > try to rebase my patch on yours.=0A= >=0A= > BTW, one thing I need to change your memory allocation way is that=0A= > mmaped address should be under 44bit(32 + PAGE_SHIFT) to work with my pat= ch.=0A= > This is because VIRTIO_PCI_QUEUE_PFN register only accepts such address.= =0A= > (I may need to add one more EAL parameter like "--mmap-under
")= =0A= =0A= I believe it is OK to mmap under 44bit, but better check the user space=0A= address space layout.=0A= =0A= >=0A= > Thanks,=0A= > Tetsuya=0A= =0A=