On 4/4/19 2:35 PM, Juergen Gross wrote:
> On 04/04/2019 15:27, Wei Liu wrote:
>> On Fri, Mar 15, 2019 at 05:29:28PM +0100, Juergen Gross wrote:
>>> On 15/03/2019 16:55, Andrew Cooper wrote:
>>>> On 14/03/2019 11:59, Juergen Gross wrote:
>>>>> @@ -1100,6 +1100,20 @@ typedef struct xen_sysctl_cpu_policy 
>>>>> xen_sysctl_cpu_policy_t;
>>>>>  DEFINE_XEN_GUEST_HANDLE(xen_sysctl_cpu_policy_t);
>>>>>  #endif
>>>>>  
>>>>> +/*
>>>>> + * XEN_SYSCTL_get_config
>>>>> + *
>>>>> + * Return gzip-ed .config file
>>>>
>>>> I don't think it is wise to bake gzip into the API.  These days, there
>>>> really are better options than gzip both in terms of compression ratio
>>>> and decompress speed.
>>>>
>>>> I'd suggest just saying "file may be compressed" and leave it up to the
>>>> packagers build system and `xl` choices to agree on which compression
>>>> (if any) to use.
>>>
>>> I am not convinced this is a good idea. I think the data format should
>>> be specified.
>>>
>>> And TBH: the difference in size for a rather "normal" .config is about
>>> 50 bytes (I tried gzip, xz and bzip2 with gzip producing the smallest
>>> result).
>>
>> Has this been resolved?
>>
>> I don't really have an opinion on this.
> 
> I got no reply for that answer.

You don't need a reply; if a suggestion is made, and you explain why you
don't like it, then it's up to the other person to unabiguously Nack it
if they don't like it; silence is interpreted as consent.

To move this forward, I'd suggest re-posting it, adding a comment about
the choice of compression algorithm in the commit message.

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to