Re: [Qemu-devel] [PATCH V4 RESEND 09/22] net: multiqueue support

2013-02-18 Thread Jason Wang
On 02/13/2013 05:21 AM, Alexander Graf wrote: > On 01.02.2013, at 08:39, Jason Wang wrote: > >> This patch adds basic multiqueue support for qemu. The idea is simple, an >> array >> of NetClientStates were introduced in NICState, parse_netdev() were extended >> to >> find and match all NetClientS

Re: [Qemu-devel] [PATCH V4 RESEND 09/22] net: multiqueue support

2013-02-12 Thread Andreas Färber
Am 01.02.2013 08:39, schrieb Jason Wang: > diff --git a/net/net.c b/net/net.c > index 98a1934..9806862 100644 > --- a/net/net.c > +++ b/net/net.c [...] > @@ -271,9 +287,7 @@ static void qemu_cleanup_net_client(NetClientState *nc) > { > QTAILQ_REMOVE(&net_clients, nc, next); > > -if (nc-

Re: [Qemu-devel] [PATCH V4 RESEND 09/22] net: multiqueue support

2013-02-12 Thread Alexander Graf
On 01.02.2013, at 08:39, Jason Wang wrote: > This patch adds basic multiqueue support for qemu. The idea is simple, an > array > of NetClientStates were introduced in NICState, parse_netdev() were extended > to > find and match all NetClientStates belongs to the backend and place their > pointe