ocf/example/simple/src
Robert Baldyga 8db93260ae Avoid adding mngt_queue to io_queues list
Previously every created queue was added to io_queues list, which
made mngt_queue being used in ocf_parallelize. Change mngt_queue creation
API so that mngt_queue is not added to the list and doesn't have
unnecessary functionalities initialized.

Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
2024-08-29 10:45:26 +02:00
..
ctx.c Merge pull request #577 from arutk/sample_fix 2021-11-30 15:01:30 +01:00
ctx.h Fix license 2021-10-28 13:08:50 +02:00
data.h Fix license 2021-10-28 13:08:50 +02:00
main.c Avoid adding mngt_queue to io_queues list 2024-08-29 10:45:26 +02:00
queue_thread.c simple example: implement queues based on threads 2022-01-18 11:55:31 +01:00
queue_thread.h simple example: implement queues based on threads 2022-01-18 11:55:31 +01:00
volume.c example: Initialize volume memory pool 2022-09-06 12:02:26 +02:00
volume.h Fix license 2021-10-28 13:08:50 +02:00