From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v2 1/2] credit2: Fix erronous ASSERT Date: Fri, 8 Mar 2013 18:09:38 +0000 Message-ID: <513A2962.3010300@eu.citrix.com> References: <1362766084-7291-1-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1362766084-7291-1-git-send-email-george.dunlap@eu.citrix.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: "xen-devel@lists.xen.org" Cc: Ian Jackson , "Keir (Xen.org)" , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 08/03/13 18:08, George Dunlap wrote: > In order to avoid high-frequency cpu migration, vcpus may in fact be > scheduled slightly out-of-order. Account for this situation properly. > > Signed-off-by: George Dunlap > credit2: Fix erronous ASSERT > > In order to avoid high-frequency cpu migration, vcpus may in fact be > scheduled slightly out-of-order. Account for this situation properly. > > v2: > - Update comment > - <= 0 > > Signed-off-by: George Dunlap Hmm -- sorry for the duplicate messages; I'm still sorting out my git workflow... -George