All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Cc: willy@debian.org, netdev@oss.sgi.com
Subject: Re: netdev_ops retraction
Date: Wed, 30 Jul 2003 16:41:08 -0700	[thread overview]
Message-ID: <20030730164108.06062b72.davem@redhat.com> (raw)
In-Reply-To: <20030730233541.GB7057@conectiva.com.br>

On Wed, 30 Jul 2003 20:35:42 -0300
Arnaldo Carvalho de Melo <acme@conectiva.com.br> wrote:

> Em Wed, Jul 30, 2003 at 07:44:16PM +0100, Matthew Wilcox escreveu:
> > I think there's still scope for a netdev_ops patch, but it's of dubious value
> > and more of a 2.7 project.
> 
> OK with me, I mentioned this in a brainstorm and thought of it as a 2.7 thing
> anyway.

I'm ok with the simplified ethtool-only version too.

Although I'm confused about what kind of problem there is with
netdev_ops being such a "large structure".

This is the kind of thing there'd be _ONE_ copy of in each driver,
ala.

struct netdev_ops tg3_netdev_ops {
 ...
	.foo	=	tg3_foo,
 ...
};

...
	tp->dev->netdev_ops = &tg3_netdev_ops;
...

Right?

  reply	other threads:[~2003-07-30 23:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-30 18:44 netdev_ops retraction Matthew Wilcox
2003-07-30 18:50 ` Jeff Garzik
2003-07-30 23:35 ` Arnaldo Carvalho de Melo
2003-07-30 23:41   ` David S. Miller [this message]
2003-07-31 11:12     ` Matthew Wilcox
2003-07-31 12:49 ` multiple unicast mac address (was Re: netdev_ops retraction) Rick Payne
2003-07-31 13:27   ` Lars Marowsky-Bree
2003-07-31 14:44   ` Jeff Garzik
2003-07-31 15:09     ` Rick Payne
2003-08-03 19:06       ` jamal

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=20030730164108.06062b72.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=acme@conectiva.com.br \
    --cc=netdev@oss.sgi.com \
    --cc=willy@debian.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.