On Fri 05-05-17 17:57:02, Benjamin Herrenschmidt wrote: > On Fri, 2017-05-05 at 16:52 +0200, Michal Hocko wrote: > > > > This sounds pretty much like a HW specific details which is not the > > right criterion to design general CDM around. > > Which is why I don't see what's the problem with simply making this > a hot-plugged NUMA node, since it's basically what it is with a > "different" kind of CPU, possibly covered with a CMA, which provides > both some isolation and the ability to do large physical allocations > for applications who chose to use the legacy programming interfaces and > manually control the memory. > > Then, the "issues" with things like reclaim, autonuma can be handled > with policy tunables. Possibly node attributes. > > It seems to me that such a model fits well in the picture where we are > heading not just with GPUs, but with OpenCAPI based memory, CCIX or > other similar technologies that can provide memory possibly with co- > located acceleration devices. > > It also mostly already just work. But this is not what the CDM as proposed here is about AFAIU. It is argued this is not a _normal_ cpuless node and it neads tweak here and there. And that is my main objection about. I do not mind if the memory is presented as a hotplugable cpuless memory node. I just do not want it to be any more special than cpuless nodes are already. > > So let me repeat the fundamental question. Is the only difference from > > cpuless nodes the fact that the node should be invisible to processes > > unless they specify an explicit node mask? > > It would be *preferable* that it is. > > It's not necessarily an absolute requirement as long as what lands > there can be kicked out. However the system would potentially be > performing poorly if too much unrelated stuff lands on the GPU memory > as it has a much higher latency. This is a general concern for many cpuless NUMA node systems. You have to pay for the suboptimal performance when accessing that memory. And you have means to cope with that. > Due to the nature of GPUs (and possibly other such accelerators but not > necessarily all of them), that memory is also more likely to fail. GPUs > crash often. However that isn't necessarily true of OpenCAPI devices or > CCIX. > > This is the kind of attributes of the memory (quality ?) that can be > provided by the driver that is putting it online. We can then > orthogonally decide how we chose (or not) to take those into account, > either in the default mm algorithms or from explicit policy mechanisms > set from userspace, but the latter is often awkward and never done > right. The first adds maintain costs all over the place and just looking at what become of memory policies and cpusets makes me cry. I definitely do not want more special casing on top (and just to make it clear a special N_MEMORY_$FOO falls into the same category). [...] > > Moreover cpusets already support exclusive numa nodes AFAIR. > > Which implies that the user would have to do epxlciit cpuset > manipulations for the system to work right ? Most user wouldn't and the > rsult is that most user would have badly working systems. That's almost > always what happens when we chose to bounce *all* policy decision to > the user without the kernel attempting to have some kind of semi-sane > default. I would argue that this is the case for cpuless numa nodes already. Users should better know what they are doing when using such a specialized HW. And that includes a specialized configuration. [...] -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>