Re: [PATCH net-next RFC 5/5] vhost_net: basic tx virtqueue batched processing
From: Jason Wang <jasowang@redhat.com>
Date: 2017-09-28 07:53:10
Also in:
kvm, lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2017-09-28 07:53:10
Also in:
kvm, lkml
On 2017年09月28日 06:19, Michael S. Tsirkin wrote:
quoted
quoted
2. add new APIs and move the loop into vhost core for more speedupsI don't see any advantages, looks like just need some e.g callbacks in this case. ThanksIUC 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