netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan-Bernd Themann <ossthema@de.ibm.com>
To: netdev@vger.kernel.org
Cc: raisch@de.ibm.com, themann@de.ibm.com, tklein@de.ibm.com,
	meder@de.ibm.com, schickhj@de.ibm.com
Subject: [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver
Date: Wed, 07 Jun 2006 17:12:45 +0200	[thread overview]
Message-ID: <4486ECED.9080608@de.ibm.com> (raw)

Hello,

this is the first version of the IBM eHEA Ethernet Device Driver.
It supports a new IBM ethernet chip on System p.

Main functionality including broadcast multicast and some parts of
ethtool already work.

Things we're still working on:
- vlan support
- performance improvements in SMP systems
- kernel coding style

This code is not ready for kernel inclusion as is, but we definetly
want to get there.

The patch series consists of 4 patches
01: interfaces to network stack and headers
02: pHYP interface
03: queue managment
04: Kconfig and Makefile

Signed-off-by:  Jan-Bernd Themann <themann@de.ibm.com>

 drivers/net/ehea/Kconfig     |    6
 drivers/net/ehea/Makefile    |   45
 drivers/net/ehea/ehea.h      |  434 +++++++
 drivers/net/ehea/ehea_hw.h   |  319 +++++
 drivers/net/ehea/ehea_main.c | 2571 
+++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ehea/ehea_phyp.c | 1026 +++++++++++++++++
 drivers/net/ehea/ehea_phyp.h |  625 ++++++++++
 drivers/net/ehea/ehea_qmr.c  |  719 ++++++++++++
 drivers/net/ehea/ehea_qmr.h  |  390 ++++++
 9 files changed, 6135 insertions(+)




             reply	other threads:[~2006-06-07 15:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 15:12 Jan-Bernd Themann [this message]
2006-06-07 17:24 ` [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver Stephen Hemminger

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=4486ECED.9080608@de.ibm.com \
    --to=ossthema@de.ibm.com \
    --cc=meder@de.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=raisch@de.ibm.com \
    --cc=schickhj@de.ibm.com \
    --cc=themann@de.ibm.com \
    --cc=tklein@de.ibm.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).