mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
- Since max_tasklet_cmd is now per-CPU, it's better to decrease it to the value ksoftirqd has.
- Docs update git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3231 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -395,9 +395,9 @@ following entries:
|
||||
initiators to allow processing commands on this CPU in soft-IRQ
|
||||
context in tasklets. If the count of the commands exceeds this value,
|
||||
then all of them will be processed only in SCST threads. This is to
|
||||
to prevent possible starvation under heavy load and in some cases to
|
||||
improve performance by more evenly spreading load over available
|
||||
CPUs.
|
||||
to prevent possible under heavy load starvation of processes on the
|
||||
CPUs serving soft IRQs and in some cases to improve performance by
|
||||
more evenly spreading load over available CPUs.
|
||||
|
||||
- sgv - this is a root subdirectory for all SCST SGV caches
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ extern struct scst_acg *scst_default_acg;
|
||||
extern unsigned int scst_setup_id;
|
||||
#endif
|
||||
|
||||
#define SCST_DEF_MAX_TASKLET_CMD 20
|
||||
#define SCST_DEF_MAX_TASKLET_CMD 10
|
||||
extern int scst_max_tasklet_cmd;
|
||||
|
||||
extern spinlock_t scst_init_lock;
|
||||
|
||||
Reference in New Issue
Block a user