Description of problem: Currently, kernel applies qspinlock according to the request time. The performance problems caused by non-consistency of memory access in numa scenarios are not considered. The patch herrits from compact NUMA-aware lock,considering about numa nodes when applying qspinlock. Please refers to the newest version in the community: https://lore.kernel.org/linux-arm-kernel/20210514200743.3026725-1-alex.kogan@oracle.com Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: It takes more than 10% performance uplift for MySQL OLTP read_write scenarios. Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4406