On 03/08/2017 04:37 PM, John Hubbard wrote:[...]
There was a discussion, on an earlier version of this patchset, in which
someone pointed out that a slight over-allocation on a device that has
much more memory than the CPU has, could use up system memory. Your
latest approach here does not address this.
Hmm, I dont remember this. Could you please be more specific and point
me to the discussion on this.
I'm thinking that, until oversubscription between NUMA nodes is more
fully implemented in a way that can be properly controlled, you'd
I did not get you. What does over subscription mean in this context ?
FALLBACK zonelist on each node has memory from every node including
it's own. Hence the allocation request targeted towards any node is
symmetrical with respect to from where the memory will be allocated.
probably better just not fallback to system memory. In other words, a
CDM node really is *isolated* from other nodes--no automatic use in
either direction.
That is debatable. With this proposed solution the CDM FALLBACK
zonelist contains system RAM zones as fallback option which will
be used in case CDM memory is depleted. IMHO, I think thats the
right thing to do as it still maintains the symmetry to some
extent.
Also, naming and purpose: maybe this is a "Limited NUMA Node", rather
than a Coherent Device Memory node. Because: the real point of this
thing is to limit the normal operation of NUMA, just enough to work with
what I am *told* is memory-that-is-too-fragile-for-kernel-use (I remain
soemwhat on the fence, there, even though you did talk me into it
earlier, heh).
:) Naming can be debated later after we all agree on the proposal
in principle. We have already discussed about kernel memory on CDM
in detail.
On process: it would probably help if you gathered up previous
discussion points and carefully, concisely addressed each one,
somewhere, (maybe in a cover letter). Because otherwise, it's too easy
for earlier, important problems to be forgotten. And reviewers don't
want to have to repeat themselves, of course.
Will do.