* [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver
@ 2006-06-07 15:12 Jan-Bernd Themann
2006-06-07 17:24 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Jan-Bernd Themann @ 2006-06-07 15:12 UTC (permalink / raw)
To: netdev; +Cc: raisch, themann, tklein, meder, schickhj
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(+)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver
2006-06-07 15:12 [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver Jan-Bernd Themann
@ 2006-06-07 17:24 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2006-06-07 17:24 UTC (permalink / raw)
To: Jan-Bernd Themann; +Cc: netdev, raisch, themann, tklein, meder, schickhj
On Wed, 07 Jun 2006 17:12:45 +0200
Jan-Bernd Themann <ossthema@de.ibm.com> wrote:
> 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
Please:
- Get rid of the debug macro's with 9 arguments...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-07 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-07 15:12 [PATCH 0/4] ehea: IBM eHEA Ethernet Device Driver Jan-Bernd Themann
2006-06-07 17:24 ` Stephen Hemminger
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).