Re: [PATCH v3 0/5] Some optimizations related to sgx

2021-01-25 Thread Jarkko Sakkinen
On Sun, Jan 24, 2021 at 02:29:02PM +0800, Tianjia Zhang wrote: > This is an optimization of a set of sgx-related codes, each of which > is independent of the patch. Because the second and third patches have > conflicting dependencies, these patches are put together. > > --- > v3 changes: > * spl

[PATCH v3 0/5] Some optimizations related to sgx

2021-01-23 Thread Tianjia Zhang
This is an optimization of a set of sgx-related codes, each of which is independent of the patch. Because the second and third patches have conflicting dependencies, these patches are put together. --- v3 changes: * split free_cnt count and spin lock optimization into two patches v2 changes: