On Wed, 2024-04-10 at 11:25 -0700, Haitao Huang wrote: > From: Sean Christopherson <[email protected]> > > Introduce a data structure to wrap the existing reclaimable list and its > spinlock. Each cgroup later will have one instance of this structure to > track EPC pages allocated for processes associated with the same cgroup. > Just like the global SGX reclaimer (ksgxd), an EPC cgroup reclaims pages > from the reclaimable list in this structure when its usage reaches near > its limit. > > Use this structure to encapsulate the LRU list and its lock used by the > global reclaimer. > > Signed-off-by: Sean Christopherson <[email protected]> > Co-developed-by: Kristen Carlson Accardi <[email protected]> > Signed-off-by: Kristen Carlson Accardi <[email protected]> > Co-developed-by: Haitao Huang <[email protected]> > Signed-off-by: Haitao Huang <[email protected]> > Cc: Sean Christopherson <[email protected]> > Reviewed-by: Jarkko Sakkinen <[email protected]> >
Reviewed-by: Kai Huang <[email protected]>

