[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH V3 1/2] x86/altp2m: Add hypercall to set a range of sve bits


  • To: George Dunlap <george.dunlap@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Alexandru Stefan ISAILA <aisaila@xxxxxxxxxxxxxxx>
  • Date: Thu, 12 Dec 2019 12:54:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bitdefender.com; dmarc=pass action=none header.from=bitdefender.com; dkim=pass header.d=bitdefender.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GYZsW06gVQdY4H/r/D8kgr5mhGeuHVbvIys9C8GfTrk=; b=QYF8QZ75355WmUQ6MUUntcNOwIHlczNKUEcsqYmzfx2ZdNyMrDinTWl6DEAHs2WWAzaWprHTgJUSPcs233wLEUGDQjRXGPVNNVP/P8PH1k7UD0c+fOI4nnbrRgH37kxHHKBQBRrVn4+goBxK/2vFAxJqonm5hmA4qqW9t0PypuMms/Cz3M56O5prdyWY+DOXNUZbEg4OdOxFuB95m46fJ4ARbWxiWUGcXzZGr0HyhHW/lPoUoW/8T09w7fo4bgVtOJ173STWDXpZYjaZmybCM3kZoePBaoKYKz5dIh+928teEn8YFuJr3qaVMpUxekNQxIBVo7TVESMSQCuAhU9iow==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mH9slb2g95KY6rowxqJaFH6Zv9kdCbrXwbsJ92QBvQ8dCMBlfE9Az+/rdlOkcys8yhzliX3d3B423m29MhxGX9b09ebwHa26/KmaKSo0+4IRV2Qsz1wESS3OqJqIQcGFWv0Mi+SpuQXvIRpKV7zCJBcvGfEhMOKhtEjHVh21U0MLw2E61iMpKo4zljjy18lXN6pTnAEy238Lzl2VFW4dpK5eJjuNhgA8LXYuJ6uOBxpdiiPAWecaaaMI2sCt0Q9NxAtGCM6FDy9oKqxP+3CedeTwlqkNpqpj/VYtwoea3S8qULnP5+b6pyEwTtsXXoevJfg1xLvUQxZLA6/xVbecwQ==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=aisaila@xxxxxxxxxxxxxxx;
  • Cc: Petre Ovidiu PIRCALABU <ppircalabu@xxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Razvan COJOCARU <rcojocaru@xxxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>, Tamas K Lengyel <tamas@xxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
  • Delivery-date: Thu, 12 Dec 2019 12:55:17 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHVoHyqPG/1qImaik2u7wxoJD4v56etUuGAgAktJQD///zrAIAAGMeA
  • Thread-topic: [PATCH V3 1/2] x86/altp2m: Add hypercall to set a range of sve bits


On 12.12.2019 13:26, George Dunlap wrote:
> On 12/12/19 9:37 AM, Alexandru Stefan ISAILA wrote:
>>
>>
>> On 06.12.2019 17:29, George Dunlap wrote:
>>> On 11/21/19 3:02 PM, Alexandru Stefan ISAILA wrote:
>>>> By default the sve bits are not set.
>>>> This patch adds a new hypercall, xc_altp2m_set_supress_ve_multi(),
>>>> to set a range of sve bits.
>>>> The core function, p2m_set_suppress_ve_multi(), does not brake in case
>>>> of a error and it is doing a best effort for setting the bits in the
>>>> given range. A check for continuation is made in order to have
>>>> preemption on big ranges.
>>>>
>>>> Signed-off-by: Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>
>>>
>>> There's something strangely deformed in your mail that makes it hard for
>>> me to apply the patches to my tree, and I'm not sure why.
>>>
>>> It seems the core mail is base64-encrypted; and that *inside* that
>>> base64 encryption is a bunch of Windows-style linefeeds.  The result is
>>> that when I try to download your series and apply it with git-am, I get
>>> loads of rejected hunks with "^M" at the end of them.
>>>
>>> Sometimes I've been able to work around this by going on patchew.org/Xen
>>> and getting an mbox from there; but it doesn't seem to have your series
>>> (perhaps because it doesn't have a cover letter).
>>>
>>> Looking at the headers, it seems this is coming from git itself.  Do you
>>> perhaps have "transferEncoding" set to "base64"?  If so, chance you
>>> could try setting it to 'auto', and setting 'assume8bitEncoding = true"?
>>
>> I didn't have anything set for transferEncoding in .gitconfig but I can set
>>           assume8bitEncoding = yes
>>           transferEncoding = 8bit
>>
>> for the future.
>>
>> Sorry for the inconvenience.
> 
> Well, I'm also sorry that I'm having trouble on my end.  :-)  You'd
> think that you doing "git send-email" and me doing "git am" would Just
> Work(tm), and it's frustrating that it doesn't.  *Hopefully* those
> changes will make it work; otherwise we'll have to figure out something
> else.
> 

We have to solve this somehow so on the next ver. please let me know if 
everything is ok.

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.