Add experimental prefix to hpa_strict_min_purge_interval

Goal is to make it obvious this option is experimental.
This commit is contained in:
Dmitry Ilvokhin 2024-08-19 10:54:19 -07:00 committed by Qi Wang
parent aaa29003ab
commit c7ccb8d7e9
8 changed files with 21 additions and 19 deletions

View file

@ -56,7 +56,7 @@ struct hpa_shard_opts_s {
* This is an option to provide backward compatibility for staged rollout of
* purging logic fix.
*/
bool strict_min_purge_interval;
bool experimental_strict_min_purge_interval;
/*
* Maximum number of hugepages to purge on each purging attempt.
@ -83,7 +83,7 @@ struct hpa_shard_opts_s {
10 * 1000, \
/* min_purge_interval_ms */ \
5 * 1000, \
/* strict_min_purge_interval */ \
/* experimental_strict_min_purge_interval */ \
false, \
/* experimental_max_purge_nhp */ \
-1 \