netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Ben Greear <greearb@candelatech.com>
Cc: netdev@oss.sgi.com
Subject: Re: netdev_ops?
Date: Tue, 22 Jul 2003 23:27:19 -0700	[thread overview]
Message-ID: <20030722232719.216d7823.davem@redhat.com> (raw)
In-Reply-To: <3F1E2A00.5080506@candelatech.com>

On Tue, 22 Jul 2003 23:24:00 -0700
Ben Greear <greearb@candelatech.com> wrote:

> My goal is a place to add new generic net-device ioctls without having
> to worry about testing the ioctls on various platforms

Your patch adds ethtool stuff, which works perfectly fine
on all platforms, even sparc64 when executing 32-bit binaries.

Just add it to your drivers if you want them supported in
2.4.x

> (You've said
> before you don't like when I try to add new ioctls because I break SPARC and
> who knows what else...)

You're not adding new ioctls here, you adding a default implementation
of an existing ioctl, and this kind of code is of no issue wrt
SPARC/PPC/MIPS/etc. ioctl translation for 32-bit applications running
on a 64-bit kernel.

> My patch looks like this, and it has zero impact on drivers.  It's primary
> benefit is to get around adding more ioctls:

You gain nothing from this patch, just put it into your drivers.

Your patch is even more useless than I thought it was going to
be. :-)

  reply	other threads:[~2003-07-23  6:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-23  5:06 netdev_ops? Ben Greear
2003-07-23  5:07 ` netdev_ops? David S. Miller
2003-07-23  5:30   ` netdev_ops? Ben Greear
2003-07-23  6:02     ` netdev_ops? David S. Miller
2003-07-23  6:24       ` netdev_ops? Ben Greear
2003-07-23  6:27         ` David S. Miller [this message]
2003-07-23  6:36           ` netdev_ops? Ben Greear
2003-07-23  7:01             ` netdev_ops? David S. Miller
2003-07-23  7:28               ` netdev_ops? Ben Greear
2003-07-23  7:34                 ` netdev_ops? David S. Miller
2003-07-23  8:08                   ` netdev_ops? Ben Greear
2003-07-23  8:15                     ` netdev_ops? David S. Miller
2003-07-23 16:59   ` netdev_ops? Jeff Garzik

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=20030722232719.216d7823.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=greearb@candelatech.com \
    --cc=netdev@oss.sgi.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).