From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: Re: [PATCH 5/7] xen: sched: get rid of the per domain vCPU list in Credit2 Date: Thu, 8 Oct 2015 15:17:59 +0200 Message-ID: <1444310279.22254.9.camel@citrix.com> References: <20151008124027.12522.42552.stgit@Solace.station> <20151008125305.12522.60745.stgit@Solace.station> <56166B2C.2030707@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1252141060795453718==" Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZkB5g-0004dx-Mj for xen-devel@lists.xenproject.org; Thu, 08 Oct 2015 13:18:36 +0000 In-Reply-To: <56166B2C.2030707@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: Andrew Cooper , xen-devel@lists.xenproject.org Cc: George Dunlap List-Id: xen-devel@lists.xenproject.org --===============1252141060795453718== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XREZEwWiUGHBligzbq5U" --=-XREZEwWiUGHBligzbq5U Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2015-10-08 at 14:10 +0100, Andrew Cooper wrote: > On 08/10/15 13:53, Dario Faggioli wrote: > > diff --git a/xen/common/sched_rt.c b/xen/common/sched_rt.c > > index 797adc1..0ca4902 100644 > > --- a/xen/common/sched_rt.c > > +++ b/xen/common/sched_rt.c > > @@ -1147,7 +1147,7 @@ rt_dom_cntl( > > break; > > } > > spin_lock_irqsave(&prv->lock, flags); > > - for_each_vcpu( sdom->dom, vc ) > > + for_each_vcpu( d, vc ) > > { > > svc =3D rt_vcpu(vc); > > svc->period =3D MICROSECS(op->u.rtds.period); /* > > transfer to nanosec */ >=20 > This hunk looks like it wants to be in the previous patch. > It clearly does. `stg refresh' fat-fingering, I guess. Sorry, I'll take care when respinning! :-/ Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-XREZEwWiUGHBligzbq5U Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlYWbQcACgkQk4XaBE3IOsTcSQCeIQSMxEfkL6HucRQH2ZcwmJ6R GkAAoIXGNMbraLtE5k4vk2YnALKxgZHB =viLK -----END PGP SIGNATURE----- --=-XREZEwWiUGHBligzbq5U-- --===============1252141060795453718== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============1252141060795453718==--