From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Ehancement to domU suspend/resume Date: Thu, 18 Jan 2007 13:58:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Tian, Kevin" , Keir Fraser , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 18/1/07 08:16, "Tian, Kevin" wrote: > BTW, I have a small question for the front-end driver. If there's pending > requests within shared ring buffer at suspend, what will happen when > FE detects connection broken after resuming back? Will those requests > be abandoned, or continue to service after re-connected? I'm afraid that > previous grant entries may lose after gnttab_resume... They get requeued. The grant entries are filled in again. -- Keir