From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: netif_suspend / resume Date: Wed, 18 May 2005 20:38:22 -0700 Message-ID: <428C0A2E.1020407@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi, does netif_suspend() have any side effects with regards to the state of memory pages that are currently awaiting I/O? It seems to basically unbind from the event channels for the vifs, does that guarantee that Xen or the driver domain will not decide to flip any of the client domain's pages after this point? How does the client domain reclaim outstanding sbks during/after a suspend? Thanks, Jacob