From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: sources of freebsd with xen-4.2 kernel updates Date: Mon, 30 Dec 2013 12:25:56 +0100 Message-ID: <52C15844.6050309@citrix.com> References: <52C12A5D.3030409@citrix.com> <6BFA750A-977E-4119-BC97-594754C42CE3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6BFA750A-977E-4119-BC97-594754C42CE3@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Igor Kozhukhov Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 30/12/13 11:57, Igor Kozhukhov wrote: > Hi Roger, > > thanks for the link. > I have the same/(similar the same) implementation on illumos(OpenSolaris). > > do you have plans for grant table v1 & v2 implementation on FreeBSD ? Grant table v1 is the current implementation, and I don't have plans currently to add support for v2 (cannot speak of others though). Linux has v2 implemented, but AFAIK there's no user of the new features introduced by v2. Right now with v2 you just end up with less grants, because v2 grants metadata use twice as much memory as v1 grants, and the number of grant frames is limited by the hypervisor. Roger.