[RFC,0/2] mm: PCP high auto-tuning

Message ID 20230710065325.290366-1-ying.huang@intel.com
Headers
Series mm: PCP high auto-tuning |

Message

Huang, Ying July 10, 2023, 6:53 a.m. UTC
  The page allocation performance requirements of different workloads
are usually different.  So, we need to tune the PCP (Per-CPU Pageset)
high on each CPU automatically to optimize the page allocation
performance.

In this patchset, a PCP high auto-tuning mechanism is implemented.
The description of the algorithm and the test results can be found in
the patch description of [2/2].

Best Regards,
Huang, Ying