From: kuznet@ms2.inr.ac.ru
To: jt@hpl.hp.com
Cc: linux-kernel@vger.kernel.org, alan@lxorguk.ukuu.org.uk
Subject: Re: RFC : Wireless Netlink events
Date: Wed, 10 Oct 2001 22:48:22 +0400 (MSK DST) [thread overview]
Message-ID: <200110101848.WAA05322@ms2.inr.ac.ru> (raw)
In-Reply-To: <20011010111404.D17439@bougret.hpl.hp.com> from "Jean Tourrilhes" at Oct 10, 1 11:14:04 am
Hello!
> That would not be the case of Wireless Events, the event would
> just contain the type of change and the interface index. See reasons
> for that below.
See below. :-)
> > I am not sure that it is right and in right place. I would not create one
> > more message type for such... mmm... special case.
> > Probably, you could add a new attribute to RTM_*LINK sort of
> > IFLA_MISC and to send ifinfo messages.
>
> The problem is that I need to propagate the "command" field
> (the ioctl number leading to the event), and there is no space for
> that in the ifinfo structure. None of the flags in the ifinfo
> structure would change when those ioctls are called.
> I don't mind adding a new attribute to struct ifinfo, but that
> will break existing netlink apps (unless I missed something).
You missed.
All the rtnetlink messages contain a minimal fix part, followed
by variable attributes. New attributes can be added any time
not breaking anything.
> Hu ? Just query any of the Wireless IOCTLs,
OK. I see.
> The whole Wireless configuration is in the order of 624 bytes
> (including /proc/net/wireless, excluding iwspy/aplist and assuming
> only one encryption key). You surely don't want me to push that with
> every event ?
624? Not a big deal.
> The idea is like select() + read(). Select gives you the basic
> event, you need to use read to get the data.
Sorry, I am inclined against issuing lots of sequences of ioctls to get
information. This approach is fragile because you never
get a self-consistent state when state is subject to change.
Logic of rtnetlink is a bit different: you get atomic pieces of information,
which are meaningfull itself.
> It seems to me that what you are implying is that RTnetlink is
> not the right place for me to propagate events.
Not at all.
But approach which you outlined really contradicts to logic of rtnetlink yet.
It is not a select(), it is real read(). :-)
> Any idea of what
> mechanism might be better to propagate those events ? Maybe I should
> create my own event channel.
Probably. There lots of unused channels. Well, choose the best approach.
Alexey
next prev parent reply other threads:[~2001-10-10 18:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-10 1:47 Jean Tourrilhes
2001-10-10 2:19 ` Jean Tourrilhes
2001-10-10 17:49 ` kuznet
2001-10-10 18:14 ` Jean Tourrilhes
2001-10-10 18:48 ` kuznet [this message]
2001-10-11 0:26 ` Jean Tourrilhes
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=200110101848.WAA05322@ms2.inr.ac.ru \
--to=kuznet@ms2.inr.ac.ru \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jt@hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®