From: Stefan Hajnoczi <stefanha@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefan Hajnoczi <stefanha@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] net: synchronize net_host_device_remove with host_net_remove_completion
Date: Fri, 6 Feb 2015 16:51:15 +0000 [thread overview]
Message-ID: <20150206165115.GA31443@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <54D4D3D2.9040300@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]
On Fri, Feb 06, 2015 at 03:46:42PM +0100, Paolo Bonzini wrote:
>
>
> On 06/02/2015 14:54, Stefan Hajnoczi wrote:
> > On Mon, Jan 19, 2015 at 12:27:11PM +0100, Paolo Bonzini wrote:
> >> On 02/01/2015 17:20, Paolo Bonzini wrote:
> >>>>>
> >>>>> The assert can be dropped completely since the code already has an
> >>>>> equivalent assert:
> >>>>>
> >>>>> queues = qemu_find_net_clients_except(nc->name, ncs,
> >>>>> NET_CLIENT_OPTIONS_KIND_NIC,
> >>>>> MAX_QUEUE_NUM);
> >>>>> assert(queues != 0); <-- fail if type == NET_CLIENT_OPTIONS_KIND_NIC
> >>> I left it on purpose for documentation, but I'll send v2 next week that
> >>> removes it.
> >>
> >> Actually it's not the same. If you have "-netdev user,id=e1000 -device
> >> e1000,netdev=e1000" you will be able to call qemu_del_net_client on the
> >> NIC, and it will _not_ fail if the assertion is removed.
> >
> > I don't follow.
> >
> > If you call qemu_del_net_client(e1000_nic) then
> > qemu_find_net_clients_except(nc->name, ncs, NET_CLIENT_OPTIONS_KIND_NIC,
> > MAX_QUEUE_NUM) returns 0. This causes the assert(queues != 0) to fail.
>
> NICs and other clients are in separate namespaces. So if you do
>
> -netdev user,id=e1000
> -device e1000,netdev=e1000,id=e1000
>
> you have two NetClients named "e1000". If you call (by mistake)
> qemu_del_net_client(e1000_nic), qemu_find_net_clients_except will return
> the SLIRP client and the assertion will not fail.
Thanks for explaining.
Applied to my net tree:
https://github.com/stefanha/qemu/commits/net
[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2015-02-06 16:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-23 16:53 [Qemu-devel] [PATCH] net: synchronize net_host_device_remove with host_net_remove_completion Paolo Bonzini
2015-01-02 14:06 ` Stefan Hajnoczi
2015-01-02 16:20 ` Paolo Bonzini
2015-01-19 11:27 ` Paolo Bonzini
2015-01-28 9:50 ` Paolo Bonzini
2015-02-06 13:54 ` Stefan Hajnoczi
2015-02-06 14:46 ` Paolo Bonzini
2015-02-06 16:51 ` Stefan Hajnoczi [this message]
2015-01-29 10:15 ` Jason Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150206165115.GA31443@stefanha-thinkpad.redhat.com \
--to=stefanha@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).