On Sat, Dec 29, 2018 at 08:46:51PM +0800, Jason Wang wrote:
This series tries to access virtqueue metadata through kernel virtualWill review, thanks!
address instead of copy_user() friends since they had too much
overheads like checks, spec barriers or even hardware feature
toggling.
One questions that comes to mind is whether it's all about bypassing
stac/clac. Could you please include a performance comparison with
nosmap?