From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH RFC 2/4] xen: grant_table: implement grant_table_soft_reset() Date: Thu, 4 Jun 2015 16:22:14 +0100 Message-ID: <55706D26.9020202@citrix.com> References: <1433338522-8422-1-git-send-email-vkuznets@redhat.com> <1433338522-8422-3-git-send-email-vkuznets@redhat.com> <20150604141151.GG74656@deinos.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z0X17-0008Uq-I6 for xen-devel@lists.xenproject.org; Thu, 04 Jun 2015 15:25:13 +0000 In-Reply-To: <20150604141151.GG74656@deinos.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan , Vitaly Kuznetsov Cc: Andrew Jones , Keir Fraser , Ian Campbell , Stefano Stabellini , Andrew Cooper , Julien Grall , Ian Jackson , Olaf Hering , David Vrabel , Jan Beulich , xen-devel@lists.xenproject.org, Wei Liu , Daniel De Graaf List-Id: xen-devel@lists.xenproject.org On 04/06/15 15:11, Tim Deegan wrote: > > There has been talk before of an operation along the lines of "revoke > this grant entry and wait for all users to release it" but that would > only help with backends that are guaranteed to release grants in a > reasonable time. Are you talking about my idea? This would be immediate because the grant mapper would provide a local page to atomically switch the foreign mapping to when the grant is revoked. But, this isn't something that would be generally applicable to all grants. David