[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 06/31] cpufreq: make cpufreq driver more generalizable
>>> On 05.12.17 at 21:48, <sstabellini@xxxxxxxxxx> wrote: > You are right. We need to define a new struct for internal usage, for > example: > > struct xen_processor_performance_internal { > uint32_t flags; /* flag for Px sub info type */ > uint32_t platform_limit; /* Platform limitation on freq usage */ > struct xen_pct_register control_register; > struct xen_pct_register status_register; > uint32_t state_count; /* total available performance states */ > struct xen_processor_px states; > struct xen_psd_package domain_info; > uint32_t shared_type; /* coordination type of this processor */ > }; > > Jan, Andrew, does this sound like a good approach to you? I'm afraid I don't have the time to go through this discussion (and the original patch) in detail to figure out the full context in which you raise the question. IOW please summarize things alongside the proposed structure, or alternatively Oleksandr could simply submit an updated patch to allow seeing the actual context (albeit in any case I can't promise timely feedback, given the number of pending patches plus all the work I still hope to be able to get done myself eventually. From a brief check, I can't really figure much of a difference to the already existing (and internal) struct processor_performance. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |