From: Luiz Capitulino <lcapitulino@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Amos Kong <akong@redhat.com>, qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 1/2] net: introduce MAC_TABLE_CHANGED event
Date: Fri, 24 May 2013 08:51:36 -0400 [thread overview]
Message-ID: <20130524085136.4e13ab49@redhat.com> (raw)
In-Reply-To: <20130524121016.GC8669@redhat.com>
On Fri, 24 May 2013 15:10:16 +0300
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> On Thu, May 23, 2013 at 01:26:33PM -0400, Luiz Capitulino wrote:
> > On Thu, 23 May 2013 20:18:34 +0300
> > "Michael S. Tsirkin" <mst@redhat.com> wrote:
> >
> > > On Thu, May 23, 2013 at 11:54:03AM -0400, Luiz Capitulino wrote:
> > > > On Thu, 16 May 2013 18:17:23 +0300
> > > > "Michael S. Tsirkin" <mst@redhat.com> wrote:
> > > >
> > > > > > The
> > > > > > existing throttling approach ensures that if the event includes latest
> > > > > > guest information, then the host doesn't even have to do do a query, and
> > > > > > is guaranteed that reacting to the final event will always see the most
> > > > > > recent request. But most importantly, if the existing throttling works,
> > > > > > why do we have to invent a one-off approach for this event instead of
> > > > > > reusing existing code?
> > > >
> > > > Sorry to restart this week old discussion, but I'm now reviewing the patch
> > > > in question and I dislike how we're coupling the event and the query
> > > > command.
> > > >
> > > > > Because of the 1st issue above. A large delay because we
> > > >
> > > > Has this been measured? How long is this large delay?
> > > >
> > > > Also, is it impossible for management to issue query-rx-filter
> > > > on a reasonable rate that would also cause the same problems?
> > > > IOW, how can we be sure we're fixing anything without trying it
> > > > on a real use-case scenario?
> > >
> > > Play with priorities, you can make management arbitrarily slow. It's
> > > just not sane to assume any timing guarantees for tasks running on
> > > Linux.
> >
> > Would you mind to elaborate? I'm not sure I understand how this answers
> > my questions.
>
> Maybe I don't understand the questions.
> You are asking why doesn't usual throttling sufficient?
> This was discussed in this thread already.
> That's because it would introduce a huge delay if guest
> changes the mac too often. People don't except that
> changing a mac is a thing the should do slowly.
You meant shouldn't?
If I got it correctly, all you want to avoid is to call qobject_from_jsonf()
and monitor_protocol_event() in the mac change path, because this will
slow down the guest. Did I get it?
If I did, my main point is whether or not the solution you're proposing
(which is to couple the event with the query command) is
appropriate. We're in user-space already, many things could slow
the guest down apart from the event generation.
Two questions:
1. Do we know how slow (or how many packets are actually dropped)
if the mac is changed too often *and* the event is always sent?
2. Does this solution consider what happens if the QMP client does
respond timely to the event by issuing the query-rx-filter
command?
next prev parent reply other threads:[~2013-05-24 12:51 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 11:07 [Qemu-devel] [PATCH v2 0/2] mac programming over macvtap Amos Kong
2013-05-16 11:07 ` [Qemu-devel] [PATCH v2 1/2] net: introduce MAC_TABLE_CHANGED event Amos Kong
2013-05-16 12:12 ` Michael S. Tsirkin
2013-05-16 12:17 ` Michael S. Tsirkin
2013-05-16 12:24 ` Luiz Capitulino
2013-05-16 12:45 ` Michael S. Tsirkin
2013-05-16 12:52 ` Luiz Capitulino
2013-05-16 14:58 ` Eric Blake
2013-05-16 15:03 ` Michael S. Tsirkin
2013-05-16 15:06 ` Michael S. Tsirkin
2013-05-16 15:12 ` Eric Blake
2013-05-16 15:17 ` Michael S. Tsirkin
2013-05-16 15:24 ` Eric Blake
2013-05-23 15:54 ` Luiz Capitulino
2013-05-23 17:18 ` Michael S. Tsirkin
2013-05-23 17:26 ` Luiz Capitulino
2013-05-24 12:10 ` Michael S. Tsirkin
2013-05-24 12:51 ` Luiz Capitulino [this message]
2013-05-27 9:34 ` Amos Kong
2013-05-27 13:10 ` Luiz Capitulino
2013-05-27 13:24 ` Luiz Capitulino
2013-05-27 22:43 ` Amos Kong
2013-05-28 12:25 ` Luiz Capitulino
2013-05-30 13:50 ` Amos Kong
2013-05-30 13:57 ` Michael S. Tsirkin
2013-05-30 13:54 ` Michael S. Tsirkin
2013-05-31 0:35 ` Amos Kong
2013-05-31 3:02 ` Amos Kong
2013-06-04 6:43 ` Amos Kong
2013-06-04 7:42 ` Amos Kong
2013-06-04 11:11 ` Michael S. Tsirkin
2013-05-21 5:04 ` Amos Kong
2013-05-21 8:51 ` Michael S. Tsirkin
2013-05-23 6:08 ` Amos Kong
2013-05-16 14:56 ` Eric Blake
2013-05-16 15:01 ` Michael S. Tsirkin
2013-05-16 11:07 ` [Qemu-devel] [PATCH v2 2/2] net: introduce command to query mac-table information Amos Kong
2013-05-16 12:19 ` Michael S. Tsirkin
2013-05-21 3:31 ` Amos Kong
2013-05-16 15:38 ` Eric Blake
2013-05-23 4:03 ` Amos Kong
2013-05-17 7:39 ` Stefan Hajnoczi
2013-05-21 4:46 ` Amos Kong
2013-05-21 7:38 ` Stefan Hajnoczi
2013-05-29 5:31 ` Jason Wang
2013-06-05 7:18 ` Amos Kong
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=20130524085136.4e13ab49@redhat.com \
--to=lcapitulino@redhat.com \
--cc=akong@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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).