netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Patrick McHardy <kaber@trash.net>
Cc: netdev <netdev@vger.kernel.org>, jamal <hadi@cyberus.ca>,
	Thomas Graf <tgraf@suug.ch>,
	Herbert Xu <herbert@gondor.apana.org.au>
Subject: Re: multicasting netlink messages to groups > 31 from userspace
Date: Wed, 04 Jul 2007 16:56:46 +0200	[thread overview]
Message-ID: <1183561006.3812.47.camel@johannes.berg> (raw)
In-Reply-To: <468BB327.5050709@trash.net>

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

On Wed, 2007-07-04 at 16:48 +0200, Patrick McHardy wrote:

> Yes, although in both cases you have no guarantee how long its
> going to take, someone else could be flooding the receive queue.
> For userspace this is more likely to be a real problem though
> since the kernel will keep processing the queue as long as packets
> are in it, while userspace could be scheduled away.

Right, but in the case of wireless you'll have different problems if
that happens, namely your wireless card won't be reassociating etc. I
don't think it'll be a problem in practice.

> I'm not so sure myself whether netlink is really a good idea for
> userspace<->userspace communication because of the above reason.
> IIRC Herbert had the same doubts some time ago, I wonder what
> made him change his mind.

Hm. The reason I wanted it initially is that this way we can guarantee
that userspace programs work in either case and also that we have better
control over the various APIs.

> There is a notifier for userspace unicast socket releases, would adding
> another one for multicast groups help?

Huh I think that notifier is enough in fact. It'll be called if a
userspace process closes a socket or such, right? Might get a lot of
events for generic netlink but that should be acceptable since it'd only
need to check .pid to start with.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

  reply	other threads:[~2007-07-04 14:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 19:51 multicasting netlink messages to groups > 31 from userspace Johannes Berg
2007-07-04 12:04 ` Evgeniy Polyakov
2007-07-04 13:54   ` Johannes Berg
2007-07-04 14:12 ` Patrick McHardy
2007-07-04 14:18   ` Johannes Berg
2007-07-04 14:30     ` Patrick McHardy
2007-07-04 14:38       ` Johannes Berg
2007-07-04 14:48         ` Patrick McHardy
2007-07-04 14:56           ` Johannes Berg [this message]
2007-07-04 15:00             ` Patrick McHardy
2007-07-04 15:08               ` Johannes Berg
2007-07-05 13:37                 ` Patrick McHardy
2007-07-06 10:53                   ` Johannes Berg
2007-07-06 15:08                     ` jamal
2007-07-05 13:53 ` jamal
2007-07-05 14:08   ` Patrick McHardy
2007-07-06 10:50   ` Johannes Berg

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=1183561006.3812.47.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=hadi@cyberus.ca \
    --cc=herbert@gondor.apana.org.au \
    --cc=kaber@trash.net \
    --cc=netdev@vger.kernel.org \
    --cc=tgraf@suug.ch \
    /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).