public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Francois Romieu <romieu@cogenit.fr>
To: Krzysztof Halasa <khc@intrepid.pm.waw.pl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: RFC: configuring net interfaces
Date: Wed, 4 Apr 2001 10:18:11 +0200	[thread overview]
Message-ID: <20010404101811.A6803@se1.cogenit.fr> (raw)
In-Reply-To: <Pine.LNX.3.96.1010401165413.28121X-100000@mandrakesoft.mandrakesoft.com> <m31yrbce2m.fsf@intrepid.pm.waw.pl> <20010403102734.A27344@se1.cogenit.fr> <m3g0fq9loq.fsf@intrepid.pm.waw.pl>
In-Reply-To: <m3g0fq9loq.fsf@intrepid.pm.waw.pl>; from khc@intrepid.pm.waw.pl on Tue, Apr 03, 2001 at 03:07:01PM +0200

Krzysztof Halasa <khc@intrepid.pm.waw.pl> écrit :
[...]
> But it's still more complicated than the first one and I'm not sure 
> if doing that is worth it
> 
> > struc sub_req {
> > 	int sub_ioctl;
> 
> ... as we lose 4 bytes here (currently the union of structs in ifreq
> is limited to 16 bytes)

I missed that. Point taken.

[...]
> struct ifreq {
>         char name[16];
>         union {
>                 ...
>                 struct {
>                         int sub_command;
>                         int data_length;
>                         void *data;
>                 }
>         }ifru;
> }
> 
> ... while "data" would be fr_protocol, eth_physical etc.
> 
> It's (of course) more complicated, but there is a gain:
> - we can have different size requests (from 0 bytes to, say, 100KB)

Fine with me (some day we'll surely end passing those data via a read if we
need 300Mo but we're not there :o) ).

[Other points]

Yes.

-- 
Ueimor

  reply	other threads:[~2001-04-04  8:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3itkuq6xt.fsf@intrepid.pm.waw.pl>
2001-03-28 21:24 ` RFC: configuring net interfaces Ivan Passos
2001-03-29  0:11   ` Jeff Garzik
2001-03-28 21:53     ` Ivan Passos
2001-03-29 11:29     ` Krzysztof Halasa
2001-03-30  5:43       ` Jeff Garzik
2001-03-31 22:41         ` Krzysztof Halasa
2001-04-01 22:18           ` Jeff Garzik
2001-04-02 19:10             ` Krzysztof Halasa
2001-04-03  8:27               ` Francois Romieu
2001-04-03 13:07                 ` Krzysztof Halasa
2001-04-04  8:18                   ` Francois Romieu [this message]
2001-03-29 11:24   ` Krzysztof Halasa
     [not found] ` <20010328182729.A16067@se1.cogenit.fr>
2001-03-28 23:03   ` Krzysztof Halasa
2001-03-29  0:13     ` Paul Fulghum
2001-03-29 10:34       ` Krzysztof Halasa
2001-03-29  9:25     ` Francois Romieu
2001-03-29 11:07       ` Krzysztof Halasa
2001-03-29 14:55         ` Paul Fulghum

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=20010404101811.A6803@se1.cogenit.fr \
    --to=romieu@cogenit.fr \
    --cc=khc@intrepid.pm.waw.pl \
    --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