Re: [PATCH net-next RFC 5/5] vhost_net: basic tx virtqueue batched processing

From: Jason Wang
Date: Thu Sep 28 2017 - 03:53:13 EST




On 2017å09æ28æ 06:19, Michael S. Tsirkin wrote:

2. add new APIs and move the loop into vhost core
for more speedups
I don't see any advantages, looks like just need some e.g callbacks in this
case.

Thanks
IUC callbacks pretty much destroy the code cache locality advantages,
IP is jumping around too much.

I may miss something, but we need net specific code anyway in this case?

Thanks