Re: [Qemu-devel] Virtio-net control queue handling

2019-02-27 Thread Jason Wang
arwal Cc: qemu-devel@nongnu.org; jasow...@redhat.com; libvir-l...@redhat.com Subject: Re: [Qemu-devel] Virtio-net control queue handling On Tue, Feb 26, 2019 at 02:13:43PM +, Nikhil Agarwal wrote: Is there any option in QEMU to offload virtio device control queue handling to backend instead of

Re: [Qemu-devel] Virtio-net control queue handling

2019-02-27 Thread Nikhil Agarwal
] Virtio-net control queue handling On Tue, Feb 26, 2019 at 02:13:43PM +, Nikhil Agarwal wrote: > Is there any option in QEMU to offload virtio device control queue handling > to backend instead of deciphering and passing to libvirt via QMP? if not, is > there any interface in libv

Re: [Qemu-devel] Virtio-net control queue handling

2019-02-27 Thread Stefan Hajnoczi
On Tue, Feb 26, 2019 at 02:13:43PM +, Nikhil Agarwal wrote: > Is there any option in QEMU to offload virtio device control queue handling > to backend instead of deciphering and passing to libvirt via QMP? if not, is > there any interface in libvirt which passes on these message to applicatio

[Qemu-devel] Virtio-net control queue handling

2019-02-26 Thread Nikhil Agarwal
Hi All, Is there any option in QEMU to offload virtio device control queue handling to backend instead of deciphering and passing to libvirt via QMP? if not, is there any interface in libvirt which passes on these message to application or i directly use QMP interface from QEMU? Regards Nikhil