Re: [Qemu-devel] [RFC v2 0/8] packed ring virtio-net userspace backend support

2018-06-19 Thread Wei Xu
On Wed, Jun 06, 2018 at 11:49:22AM +0800, Jason Wang wrote: > > > On 2018年06月06日 03:07, w...@redhat.com wrote: > >From: Wei Xu > > > >Todo: > >- address Rx slow performance > >- event index interrupt suppression test > > And there's something more need to test: > > - vIOMMU support > - migratio

Re: [Qemu-devel] [RFC v2 0/8] packed ring virtio-net userspace backend support

2018-06-05 Thread Jason Wang
On 2018年06月06日 03:07, w...@redhat.com wrote: From: Wei Xu Todo: - address Rx slow performance - event index interrupt suppression test And there's something more need to test: - vIOMMU support - migration Thanks

Re: [Qemu-devel] [RFC v2 0/8] packed ring virtio-net userspace backend support

2018-06-05 Thread Jason Wang
On 2018年06月06日 03:07, w...@redhat.com wrote: From: Wei Xu Todo: - address Rx slow performance - event index interrupt suppression test Tiwei's code support event index, you can try with that. Actually, unless you disable event_idx explicitly, it work by default. v1->v2 - sync to tiwei'

[Qemu-devel] [RFC v2 0/8] packed ring virtio-net userspace backend support

2018-06-05 Thread wexu
From: Wei Xu Todo: - address Rx slow performance - event index interrupt suppression test v1->v2 - sync to tiwei's v5 - reuse memory cache function with 1.0 - dropped detach patch and notification helper(04 & 05 in v1) - guest virtio-net driver unload/reload support - event suppression support(n