All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: netdev@vger.kernel.org
Subject: Network drivers with direct io memory accesses
Date: Wed, 14 May 2008 17:10:44 -0700	[thread overview]
Message-ID: <20080515001044.GA2772@kroah.com> (raw)

Hi all,

I'm currently sitting on two network drivers:
 Alacritech gigabit driver that supports 3 different classes of cards:
  http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ldp/net-add-alacritech-slicoss-driver.patch

 ET1310 network driver
  http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ldp/net-add-et131x-driver.patch

Both of these drivers are accessing memory on the devices directly,
without using the proper kernel abstractions for it, making them usable
only on x86-based boxes probably.

My question is, does this have to be fixed in order to get them
accepted into the tree?  It's going to be a very big effort to fix them
up from what I can tell.  I don't mind, it's just going to take a while,
and I'm wondering if people want to use these drivers sooner than the
month or so it's going to take me (at the least.)

Yes, I know the Alacritech driver still has the firmware in the patch
itself, that will be moved out, I know, and there are probably other
minor issues left to clean up in each of these drivers, that's not the
point here...

Any thoughts?

thanks,

greg k-h

             reply	other threads:[~2008-05-15  0:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15  0:10 Greg KH [this message]
2008-05-15  0:13 ` Network drivers with direct io memory accesses David Miller
2008-05-15  0:28   ` Greg KH
2008-05-20 18:33     ` Greg KH

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=20080515001044.GA2772@kroah.com \
    --to=greg@kroah.com \
    --cc=netdev@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 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.