search for: msg189432

Displaying 1 result from an estimated 1 matches for "msg189432".

Did you mean: msg18436
2018 Nov 05
0
[PATCH 0/1] vhost: parallel virtqueue handling
...and > increases IO concurrency, see IOPS numbers: Thanks a lot for the patches. Here's some thoughts: - This is not the first attempt that tries to parallelize vhost workers. So we need a comparing among them. 1) Multiple vhost workers from Anthony, https://www.spinics.net/lists/netdev/msg189432.html 2) ELVIS from IBM, http://www.mulix.org/pubs/eli/elvis-h319.pdf 3) CMWQ from Bandan, http://www.linux-kvm.org/images/5/52/02x08-Aspen-Bandan_Das-vhost-sharing_is_better.pdf - vhost-net use a different multiqueue model. Each vhost device on host is only dealing with a specific queue pair i...