[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20260128104923.338443-4-sunliming@linux.dev>
Date: Wed, 28 Jan 2026 18:49:23 +0800
From: sunliming@...ux.dev
To: song@...nel.org,
yukuai@...as.com
Cc: linux-raid@...r.kernel.org,
linux-kernel@...r.kernel.org,
sunliming <sunliming@...inos.cn>
Subject: [PATCH 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config
From: sunliming <sunliming@...inos.cn>
Now RAID6 PQ functions is automatically choosed and the
RAID6_PQ_BENCHMARK is not needed.
Signed-off-by: sunliming <sunliming@...inos.cn>
---
lib/Kconfig | 8 --------
1 file changed, 8 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig
index 2923924bea78..841a0245a2c4 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -11,14 +11,6 @@ menu "Library routines"
config RAID6_PQ
tristate
-config RAID6_PQ_BENCHMARK
- bool "Automatically choose fastest RAID6 PQ functions"
- depends on RAID6_PQ
- default y
- help
- Benchmark all available RAID6 PQ functions on init and choose the
- fastest one.
-
config LINEAR_RANGES
tristate
--
2.25.1
Powered by blists - more mailing lists