[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c15e0c20-8253-fa49-ff44-a19c455353e9@redhat.com>
Date: Thu, 11 Feb 2021 11:28:52 +0100
From: David Hildenbrand <david@...hat.com>
To: "Song Bao Hua (Barry Song)" <song.bao.hua@...ilicon.com>,
Jason Gunthorpe <jgg@...pe.ca>
Cc: "Wangzhou (B)" <wangzhou1@...ilicon.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"iommu@...ts.linux-foundation.org" <iommu@...ts.linux-foundation.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-api@...r.kernel.org" <linux-api@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"kevin.tian@...el.com" <kevin.tian@...el.com>,
"jean-philippe@...aro.org" <jean-philippe@...aro.org>,
"eric.auger@...hat.com" <eric.auger@...hat.com>,
"Liguozhu (Kenneth)" <liguozhu@...ilicon.com>,
"zhangfei.gao@...aro.org" <zhangfei.gao@...aro.org>,
"chensihang (A)" <chensihang1@...ilicon.com>
Subject: Re: [RFC PATCH v3 1/2] mempinfd: Add new syscall to provide memory
pin
>>
>> Again in proper SVA it should be quite unlikely to take a fault caused
>> by something like migration, on the same likelyhood as the CPU. If
>> things are faulting so much this is a problem then I think it is a
>> system level problem with doing too much page motion.
>
> My point is that single one SVA application shouldn't require system
> to make global changes, such as disabling numa balancing, disabling
> THP, to decrease page fault frequency by affecting other applications.
>
> Anyway, guys are in lunar new year. Hopefully, we are getting more
> real benchmark data afterwards to make the discussion more targeted.
Right, but I think functionality as proposed in this patch is highly
unlikely to make it into the kernel. I'd be interested in approaches to
mitigate this per process. E.g., temporarily stop the kernel from
messing with THP of this specific process.
But even then, why should some random library make such decisions for a
whole process? Just as, why should some random library pin pages never
allocated by it and stop THP from being created or NUMA layout from
getting optimized? This looks like a clear layer violation to me.
I fully agree with Jason: Why do the events happen that often such that
your use cases are affected that heavily, such that we even need such
ugly handling?
What mempinfd does is exposing dangerous functionality that we don't
want 99.99996% of all user space to ever use via a syscall to generic
users to fix broken* hw.
*broken might be over-stressing the situation, but the HW (SVA)
obviously seems to perform way worse than ordinary CPUs.
--
Thanks,
David / dhildenb
Powered by blists - more mailing lists