> On Tue, 2025-07-15 at 15:40 +0300, Elena Reshetova wrote:
> > Changes since v7 following reviews by Dave:
> >
> > - change sgx_usage_count to be a normal int type
> > and greatly simplify the sgx_inc_usage_count func.
> > This results in requiring a mutex for each sgx_(vepc_)open
> > but given that the mutex is held a short amount of
> > time it should be ok perf-wise.
> >
> >
>
> For this series:
>
> Acked-by: Kai Huang <kai.huang@intel.com>
Thank you very much Kai for your reviews!