search for: bandan

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

Did you mean: banda
2018 Nov 05
0
[PATCH 0/1] vhost: parallel virtqueue handling
...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 instead of a whole device. This allow great flexibility and multiqueue could be implemented...