netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ehea: IBM eHEA Ethernet Device Driver
@ 2006-06-21 12:39 Jan-Bernd Themann
  0 siblings, 0 replies; 2+ messages in thread
From: Jan-Bernd Themann @ 2006-06-21 12:39 UTC (permalink / raw)
  To: netdev; +Cc: meder, raisch, schickhj, themann

Hi,

one piece of the patch set posted on Thu, 08 Jun 2006 got lost
due to the spam filter of this mailing list. Here is the complete
patch set once again including the (previously missing) main component
in the patch 1/5.

Feedback is highly appreciated.

Thanks,
Jan-Bernd

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

Differences to patch set http://www.spinics.net/lists/netdev/msg06022.html

Changelog:
- Comments triggering the spam filter removed


  drivers/net/Kconfig             |    7
  drivers/net/Makefile            |    1
  drivers/net/ehea/Makefile       |    7
  drivers/net/ehea/ehea.h         |  434 ++++++
  drivers/net/ehea/ehea_ethtool.c |  325 +++++
  drivers/net/ehea/ehea_hcall.h   |   52
  drivers/net/ehea/ehea_hw.h      |  319 ++++
  drivers/net/ehea/ehea_main.c    | 2557 ++++++++++++++++++++++++++++++++++++++++
  drivers/net/ehea/ehea_phyp.c    | 1020 +++++++++++++++
  drivers/net/ehea/ehea_phyp.h    |  625 +++++++++
  drivers/net/ehea/ehea_qmr.c     |  719 +++++++++++
  drivers/net/ehea/ehea_qmr.h     |  390 ++++++
  12 files changed, 6456 insertions(+)




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/6] ehea: IBM eHEA Ethernet Device Driver
@ 2006-08-09  8:37 Jan-Bernd Themann
  0 siblings, 0 replies; 2+ messages in thread
From: Jan-Bernd Themann @ 2006-08-09  8:37 UTC (permalink / raw)
  To: netdev; +Cc: linux-ppc, linux-kernel, Marcus Eder, Christoph Raisch,
	Thomas Klein

Hello,

this is the latest version of the IBM eHEA Ethernet Device Driver.
It supports a new IBM ethernet chip on System p.
The driver has been posted on the netdev mailing list since the
beginning of June and we got little feedback so far.

Main functionality including broadcast, multicast, VLAN and most
parts of ethtool work.

Things we are still working on:
- performance improvements on SMP systems
- error recovery

In order to get this code ready for kernel inclusion we do highly
appreciate your feedback.

The patch series consists of 6 patches
01: interfaces to network stack
02: pHYP interface
03: queue management
04: header files
05: makefile
06: Kernel build (Kconfig / Makefile)

Thanks,
Jan-Bernd

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

Differences to patch set http://www.spinics.net/lists/netdev/msg06715.html
Changelog:

- Memory Region struct introduced
- Shared Memory Regions for send and receive path included
- Memory Region registeration now processes 512 pages per H_CALL
-.RQ2_PKT_SIZE changed to 1522 bytes
- NET_IP_ALIGN included
- Adaption to latest kernel (gso_size)
- minor changes (coding style, code cleanup)


  drivers/net/Kconfig             |    6
  drivers/net/Makefile            |    1
  drivers/net/ehea/Makefile       |    7
  drivers/net/ehea/ehea.h         |  452 ++++++
  drivers/net/ehea/ehea_ethtool.c |  325 ++++
  drivers/net/ehea/ehea_hcall.h   |   52
  drivers/net/ehea/ehea_hw.h      |  319 ++++
  drivers/net/ehea/ehea_main.c    | 2738 ++++++++++++++++++++++++++++++++++++++++
  drivers/net/ehea/ehea_phyp.c    | 1130 ++++++++++++++++
  drivers/net/ehea/ehea_phyp.h    |  573 ++++++++
  drivers/net/ehea/ehea_qmr.c     |  798 +++++++++++
  drivers/net/ehea/ehea_qmr.h     |  381 +++++
  12 files changed, 6782 insertions(+)








^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-09  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-21 12:39 [PATCH 0/6] ehea: IBM eHEA Ethernet Device Driver Jan-Bernd Themann
  -- strict thread matches above, loose matches on Subject: below --
2006-08-09  8:37 Jan-Bernd Themann

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).