[PATCH v2 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays

Xueqin Luo posted 2 patches 3 weeks ago
Only 0 patches received!
There is a newer version of this series
kernel/power/swap.c | 66 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 59 insertions(+), 7 deletions(-)
[PATCH v2 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
Posted by Xueqin Luo 3 weeks ago
Hi,

This is v2 of the series to make hibernate compression/decompression
threads configurable and improve scalability.

Changes since v1:
 - Added a new patch to dynamically allocate crc->unc_len/unc based on
   the number of threads selected at runtime. This removes the compile-
   time limit (CMP_THREADS) and enables support for arbitrary thread
   counts.
 - Enhanced the commit message of patch 1 to include more background
   information and performance numbers showing resume latency
   improvements when increasing compression threads.


In our measurements (averaged over 10 runs), increasing compression
threads from 3 to 5–6 improves resume latency by ~12% . Allowing
runtime configurability enables integrators to tune performance across
different hardware without recompiling the kernel. Dynamic allocation
further removes the compile-time limit and supports arbitrary thread
counts.	

Xueqin Luo (2):
  PM: hibernate: dynamically allocate crc->unc_len/unc for configurable
    threads
  PM: hibernate: make compression threads configurable

 kernel/power/swap.c | 66 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 59 insertions(+), 7 deletions(-)

-- 
2.43.0