Searched hist:"0921 dddcb5898030f0951816ed685a958acfbde2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/vhost/ |
H A D | vhost.c | diff 0921dddcb5898030f0951816ed685a958acfbde2 Tue Jun 27 01:22:55 CEST 2023 Mike Christie <michael.christie@oracle.com> vhost: take worker or vq instead of dev for queueing
This patch has the core work queueing function take a worker for when we support multiple workers. It also adds a helper that takes a vq during queueing so modules can control which vq/worker to queue work on.
This temp leaves vhost_work_queue. It will be removed when the drivers are converted in the next patches.
Signed-off-by: Mike Christie <michael.christie@oracle.com> Message-Id: <20230626232307.97930-6-michael.christie@oracle.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|