Re: [Xen-devel] [PATCH v2] xenoprof: drop necessary macro

2016-02-23 Thread Jan Beulich
>>> On 23.02.16 at 16:38, wrote: > On 2/23/16 7:45 AM, Andrew Cooper wrote: >> On 23/02/16 13:42, Andrew Cooper wrote: >>> On 23/02/16 13:12, Doug Goldstein wrote: This macro doesn't really provide a benefit. When support is added the implementer can implement this how it needs to be and

Re: [Xen-devel] [PATCH v2] xenoprof: drop necessary macro

2016-02-23 Thread Doug Goldstein
On 2/23/16 7:45 AM, Andrew Cooper wrote: > On 23/02/16 13:42, Andrew Cooper wrote: >> On 23/02/16 13:12, Doug Goldstein wrote: >>> This macro doesn't really provide a benefit. When support is added the >>> implementer can implement this how it needs to be and not conform to the >>> macro. Additiona

Re: [Xen-devel] [PATCH v2] xenoprof: drop necessary macro

2016-02-23 Thread Andrew Cooper
On 23/02/16 13:42, Andrew Cooper wrote: > On 23/02/16 13:12, Doug Goldstein wrote: >> This macro doesn't really provide a benefit. When support is added the >> implementer can implement this how it needs to be and not conform to the >> macro. Additionally this change limits the output of the warnin

Re: [Xen-devel] [PATCH v2] xenoprof: drop necessary macro

2016-02-23 Thread Andrew Cooper
On 23/02/16 13:12, Doug Goldstein wrote: > This macro doesn't really provide a benefit. When support is added the > implementer can implement this how it needs to be and not conform to the > macro. Additionally this change limits the output of the warning to just > once instead of nrpages worth. Wh