From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: gnttab scalability and ticket locks status Date: Fri, 26 Jun 2015 14:49:06 +0100 Message-ID: <558D5852.4040307@citrix.com> References: 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 1Z8U0G-000653-8O for xen-devel@lists.xenproject.org; Fri, 26 Jun 2015 13:49:12 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: wei.liu2@citrix.com, xen-devel@lists.xenproject.org, jbeulich@suse.com, chao.p.peng@linux.intel.com, ian.campbell@citrix.com, jgross@suse.com List-Id: xen-devel@lists.xenproject.org On 26/06/15 12:16, wei.liu2@citrix.com wrote: > > == Blocker == > > == Hypervisor == > > * gnttab: improve scalability (good) > - David Vrabel This is done. > * Use ticket lock in hypervisor (good) > - David Vrabel This needs the reverts reverting which is currently pending on a kernel update for ARM. If the kernel update doesn't turn up soon I think ticket locks should be re-added anyway since the failure wasn't really caused by the locking change (the netback bug had always been there). David