From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id A183768BB for ; Mon, 9 Jun 2014 17:55:22 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id k48so5915890wev.5 for ; Mon, 09 Jun 2014 08:55:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=oTWg+bFmrYBkjk/rT6RoJyAkWNV5DCowCarEY02OI28=; b=U31Qy9aVVTZcZfJjrGbRcd23x6BI1/SKlTZWpXzZdIrwKeBd7Ql88bpPyPtjxeO+W7 9cJ/XyJ/Lnm0nsTA347wDm1SreqfnBA09D0YhA4VRt0bmv2AidGTOnAauLLlOgcom8Cn HdCrnzoZOkkveagk8L46mdwtLJm/GujJnwU/PazqZf92ShUtTBu1BtEvZ87i+6mjc+Q2 9WD9yWFGcp/OLUMzTzhsf32kCoLotDSSUe71wVlet8tNyaoxzeDNh67nlk5rFFo0jZTS FXInr689avwW5BZTAnlk1M06J+qKfU1AluXPPf2Pl2QwYhY5BKs4G/pM9T6nRYptqVw1 1n+w== X-Gm-Message-State: ALoCoQlVuKzqHkrtH+DCofMGZ2qdMHSNtMp1hk/Q8bthT3tVrjnwLYrPWFkHNcvlvq/Rk7Bw868h X-Received: by 10.194.83.39 with SMTP id n7mr9801258wjy.58.1402329337007; Mon, 09 Jun 2014 08:55:37 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id f2sm15432503wiz.11.2014.06.09.08.55.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jun 2014 08:55:36 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Mon, 09 Jun 2014 17:55:34 +0200 Message-ID: <1516604.tmOc4G2KbL@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.4-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1401800415-6840-1-git-send-email-jijiang.liu@intel.com> References: <1401800415-6840-1-git-send-email-jijiang.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH]xen:fix an issue about memory size caculation in Dom0 driver 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: Mon, 09 Jun 2014 15:55:22 -0000 2014-06-03 21:00, Jijiang Liu: > The unit of allocated_size is MB,so the change below is made. Otherwise, it > will fail to free memory when available memory is not enough. > > Signed-off-by: Jijiang Liu > Acked-by: Huawei Xie > Tested-by: Heng Ding Applied for version 1.7.0. Thanks -- Thomas