spdk / spdk.github.io

SPDK organization web pages
8 stars 14 forks source link

Accel task pool size and its management #25

Closed jkalwas closed 2 weeks ago

jkalwas commented 3 weeks ago

Improper configuration might lead to "dead lock".

tomzawadzki commented 2 weeks ago

[15min]

tomzawadzki commented 2 weeks ago

The discussion arrived at the conclusion that preventing from creating new sequences under certain amount of tasks pool entries remaining. Besides that a mechanism to wait if this operation fails, should be added to handle it. Similar to bdev_io wait.