From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: The limitation of VHOST_MEMORY_MAX_NREGIONS in virtio-user with vhost-user backend Date: Wed, 6 Dec 2017 22:06:52 +0800 Message-ID: <20171206140652.GB17112@yliu-dev> References: <85be48c8-4d6a-225d-3451-2d9509d96135@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Wang, Wei 5. (NSB - CN/Hangzhou)" , "dev@dpdk.org" To: Maxime Coquelin Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E14F51E2B for ; Wed, 6 Dec 2017 15:07:43 +0100 (CET) Content-Disposition: inline In-Reply-To: <85be48c8-4d6a-225d-3451-2d9509d96135@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Dec 06, 2017 at 12:23:19PM +0100, Maxime Coquelin wrote: > Hi, > > On 12/05/2017 07:58 AM, Wang, Wei 5. (NSB - CN/Hangzhou) wrote: > > > > > >Hi, all > > > >In DPDK document, it it described that Virtio in containers Cannot work when there are more than VHOST_MEMORY_MAX_NREGIONS(8) hugepages. In another word, do not use 2MB hugepage so far. Do you know the reason of this limitation? > > What document are you referring to? > Actually, a single region is composed of several hugepages, be it 1G or > 2M. I use 2M hugepages daily without issues. He was talking about virtio-user. --yliu > > The limitation comes from the Vhost-user protocol spec. I know there are > discussions to enlarge it, but it would require a new protocol flag not > to break existing implementations, so no workaround possible. > > >In my envirionment, the pdpe1gb is not set in cpu flag, so hugepage can't be set to 1GB size. The hugepage number shall be more than 8 > > > > > >So is there any solution or workaround to fix this limitation? Or change dpdk code to fix this limitation? > > Have you tried to use 2MB pages and faced the NREGIONS > 8 case? > If so, could you tell us more about your setup (QEMU version, VM RAM > size, etc...)? > > Cheers, > Maxime > > > > > >Vivian > >seat: 19009 > >phone: 13738006921 > > > > > >