On 10/10/2017 07:32 AM, Jarkko Sakkinen wrote: > +static LIST_HEAD(sgx_free_list); > +static DEFINE_SPINLOCK(sgx_free_list_lock); Is this a global list? Will this be a scalability problem on larger systems?
On 10/10/2017 07:32 AM, Jarkko Sakkinen wrote: > +static LIST_HEAD(sgx_free_list); > +static DEFINE_SPINLOCK(sgx_free_list_lock); Is this a global list? Will this be a scalability problem on larger systems?