From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] examples/vhost: reduce number of hugepages needed Date: Thu, 10 Dec 2015 21:34:09 +0800 Message-ID: <20151210133409.GW29571@yliu-dev.sh.intel.com> References: <1449749971-5422-1-git-send-email-bernard.iremonger@intel.com> <20151210125911.GV29571@yliu-dev.sh.intel.com> <8CEF83825BEC744B83065625E567D7C219F8ED41@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Iremonger, Bernard" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D3596559C for ; Thu, 10 Dec 2015 14:32:47 +0100 (CET) Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F8ED41@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Dec 10, 2015 at 01:26:14PM +0000, Iremonger, Bernard wrote: > Hi Yuanhan, > > > > > > /*- > > > * BSD LICENSE > > > * > > > - * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > > > + * Copyright(c) 2010-2015 Intel Corporation. All rights reserved. > > > * All rights reserved. > > > * > > > * Redistribution and use in source and binary forms, with or without > > > @@ -53,7 +53,8 @@ > > > > > > #include "main.h" > > > > > > -#define MAX_QUEUES 512 > > > +/* decrease MAX_QUEUES from 512 to reduce number of hugepages > > needed > > > +*/ > > > > Minor nit: I would suggest to simply remove this comment, which might be a > > bit confusing without the content (that 512 would let vhost-switch fail to start > > if given memory is small). > > > > Otherwise, this patch looks good to me. > > > > Acked-by: Yuanhan Liu > > > > Thanks. > > > > --yliu > > > > > I will remove the comment. > Can I keep your ack. Thanks and sure, you can always keep one's ACK if you just need fix some minor nits when he has already given the ack. --yliu