[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 04/60] xen/sched: use new sched_unit instead of vcpu in scheduler interfaces
On Fri, 2019-07-19 at 06:49 +0200, Juergen Gross wrote: > On 18.07.19 19:44, Dario Faggioli wrote: > > On Tue, 2019-05-28 at 12:32 +0200, Juergen Gross wrote: > > One thing that came to mind, is that the various function > > parameters > > and local variables called 'unit', could be called 'su'. > > > > It's a contraction of 'sched_unit', like, e.g., 'v' or 'vc' were > > contractions of 'vcpu', it's still quite descriptive, it's short, > > which > > is always good, IMO, and might mean less line wrap reformatting > > (considering that it's replacing 'v' or 'vc'). > > > > Of course, this will likely mean changing all the other ~60 > > patches, so > > I'll understand if you say that it would be too much. > > I prefer "unit", as it is more readable and the effort to do the > change > would be quite large (replacing "item" by "unit" was doable via sed, > while this change would require more manual intervention). > I guess what'd be more readable it's to some big extent a matter of personal taste. However, I trust you about the amount of work needed for doing such a rework, so I won't insist on it. Reviewed-by: Dario Faggioli <dfaggioli@xxxxxxxx> And this stands even with this: > > > index 2201faca6b..72a17758a1 100644 > > > --- a/xen/include/xen/sched.h > > > +++ b/xen/include/xen/sched.h > > > @@ -275,6 +275,10 @@ struct vcpu > > > struct arch_vcpu arch; > > > }; > > > > > > +struct sched_unit { > > > + struct vcpu *vcpu; > > > +}; > > > + > > > > > Is my understanding correct that this field is going to be renamed > > vcpu_list, right from this patch? > > Yes. > Regards -- Dario Faggioli, Ph.D http://about.me/dario.faggioli Virtualization Software Engineer SUSE Labs, SUSE https://www.suse.com/ ------------------------------------------------------------------- <<This happens because _I_ choose it to happen!>> (Raistlin Majere) Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |