Re: [Qemu-devel] [RFC PATCH 1/2] net: Add multiqueue support

2011-04-30 Thread Jason Wang
Anthony Liguori writes: > On 04/20/2011 03:33 AM, Jason Wang wrote: > > This patch adds the multiqueues support for emulated nics. Each > > VLANClientState > > pairs are now abstract as a queue instead of a nic, and multiple > > VLANClientState > > pointers were stored in the NICState and t

Re: [Qemu-devel] [RFC PATCH 1/2] net: Add multiqueue support

2011-04-29 Thread Anthony Liguori
On 04/20/2011 03:33 AM, Jason Wang wrote: This patch adds the multiqueues support for emulated nics. Each VLANClientState pairs are now abstract as a queue instead of a nic, and multiple VLANClientState pointers were stored in the NICState and treated as the multiple queues of a single nic. The n

[Qemu-devel] [RFC PATCH 1/2] net: Add multiqueue support

2011-04-20 Thread Jason Wang
This patch adds the multiqueues support for emulated nics. Each VLANClientState pairs are now abstract as a queue instead of a nic, and multiple VLANClientState pointers were stored in the NICState and treated as the multiple queues of a single nic. The netdev options of qdev were now expanded to a