Re: cxl: Handle num_of_processes larger than can fit in the SPA

2016-05-10 Thread Michael Ellerman
On Wed, 2016-04-05 at 04:46:30 UTC, Ian Munsie wrote: > From: Ian Munsie > > num_of_process is a 16 bit field, theoretically allowing an AFU to > support 16K processes, however the scheduled process area currently has > a maximum size of 1MB, which limits the maximum number of processes to > 7704

[PATCH] cxl: Handle num_of_processes larger than can fit in the SPA

2016-05-03 Thread Ian Munsie
From: Ian Munsie num_of_process is a 16 bit field, theoretically allowing an AFU to support 16K processes, however the scheduled process area currently has a maximum size of 1MB, which limits the maximum number of processes to 7704. Some AFUs may not necessarily care what the limit is and just w