On Thu, Jun 19, 2025 at 05:20:25PM +1000, Dave Airlie wrote: > From: Dave Airlie <[email protected]> > > While discussing memcg intergration with gpu memory allocations, > it was pointed out that there was no numa/system counters for > GPU memory allocations. > > With more integrated memory GPU server systems turning up, and > more requirements for memory tracking it seems we should start > closing the gap. > > Add two counters to track GPU per-node system memory allocations. > > The first is currently allocated to GPU objects, and the second > is for memory that is stored in GPU page pools that can be reclaimed, > by the shrinker. > > Cc: Christian Koenig <[email protected]> > Cc: Matthew Brost <[email protected]> > Cc: Johannes Weiner <[email protected]> > Cc: [email protected] > Cc: Andrew Morton <[email protected]> > Signed-off-by: Dave Airlie <[email protected]>
With Zi's suggestion, you can add: Acked-by: Shakeel Butt <[email protected]>
