linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
@ 2006-08-18 11:28 Jan-Bernd Themann
  0 siblings, 0 replies; 6+ messages in thread
From: Jan-Bernd Themann @ 2006-08-18 11:28 UTC (permalink / raw)
  To: netdev
  Cc: Thomas Klein, Jan-Bernd Themann, linux-kernel, Thomas Klein,
	linux-ppc, Christoph Raisch, Marcus Eder

Hello,

this is the latest version of the IBM eHEA Ethernet Device Driver.
The main difference to the previous version is the rework of the debug
mechanism. 
We highly appreciate further comments.

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/msg11593.html

Changelog:

- Logging rework (EDEB macros removed, netif_msg_X mechansim used)


 drivers/net/Kconfig             |    6 
 drivers/net/Makefile            |    1 
 drivers/net/ehea/Makefile       |    7 
 drivers/net/ehea/ehea.h         |  442 +++++++
 drivers/net/ehea/ehea_ethtool.c |  264 ++++
 drivers/net/ehea/ehea_hcall.h   |   51 
 drivers/net/ehea/ehea_hw.h      |  292 ++++
 drivers/net/ehea/ehea_main.c    | 2480 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/ehea/ehea_phyp.c    |  884 ++++++++++++++
 drivers/net/ehea/ehea_phyp.h    |  523 ++++++++
 drivers/net/ehea/ehea_qmr.c     |  643 ++++++++++
 drivers/net/ehea/ehea_qmr.h     |  367 +++++
 12 files changed, 5960 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
@ 2006-08-22 12:50 Jan-Bernd Themann
  0 siblings, 0 replies; 6+ messages in thread
From: Jan-Bernd Themann @ 2006-08-22 12:50 UTC (permalink / raw)
  To: netdev
  Cc: Thomas Klein, Jan-Bernd Themann, linux-kernel, linux-ppc,
	Christoph Raisch, Marcus Eder

Hi,

this is our current version of the IBM eHEA Ethernet Device Driver.
Thanks for the quick and helpful comments so far. Further comments
are highly appreciated.

Things we are currently working on:
=2D Implementation of promiscious mode support


Thanks,
Jan-Bernd

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

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

Changelog:

=2D Error recovery
=2D improvements according to mailing list comments


 drivers/net/Kconfig             |    9=20
 drivers/net/Makefile            |    1=20
 drivers/net/ehea/Makefile       |    7=20
 drivers/net/ehea/ehea.h         |  437 ++++++
 drivers/net/ehea/ehea_ethtool.c |  244 +++
 drivers/net/ehea/ehea_hcall.h   |   51=20
 drivers/net/ehea/ehea_hw.h      |  290 ++++
 drivers/net/ehea/ehea_main.c    | 2636 +++++++++++++++++++++++++++++++++++=
+++++
 drivers/net/ehea/ehea_phyp.c    |  834 ++++++++++++
 drivers/net/ehea/ehea_phyp.h    |  479 +++++++
 drivers/net/ehea/ehea_qmr.c     |  634 +++++++++
 drivers/net/ehea/ehea_qmr.h     |  367 +++++
 12 files changed, 5989 insertions(+)

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

Hi,

in this latest version of the IBM eHEA Ethernet Device Driver
we removed all unnecessary variable initializations and did some
code cleanup. We hope that we didn't miss to respond to any of your
suggestions. Please feel free to send us further feedback. We highly
appreciate your efforts.

Thanks,
Jan-Bernd

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

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

Changelog:

=2D Unnecessary variable initializations removed
=2D Promiscuous mode support included

 drivers/net/Kconfig             |    9=20
 drivers/net/Makefile            |    1=20
 drivers/net/ehea/Makefile       |    7=20
 drivers/net/ehea/ehea.h         |  438 ++++++
 drivers/net/ehea/ehea_ethtool.c |  244 +++
 drivers/net/ehea/ehea_hcall.h   |   51=20
 drivers/net/ehea/ehea_hw.h      |  290 ++++
 drivers/net/ehea/ehea_main.c    | 2677 +++++++++++++++++++++++++++++++++++=
+++++
 drivers/net/ehea/ehea_phyp.c    |  784 +++++++++++
 drivers/net/ehea/ehea_phyp.h    |  463 ++++++
 drivers/net/ehea/ehea_qmr.c     |  607 +++++++++
 drivers/net/ehea/ehea_qmr.h     |  361 +++++
 12 files changed, 5932 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
@ 2006-09-04 10:36 Jan-Bernd Themann
  2006-09-11 13:12 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Jan-Bernd Themann @ 2006-09-04 10:36 UTC (permalink / raw)
  To: netdev, Jeff Garzik
  Cc: Thomas Klein, Jan-Bernd Themann, linux-kernel, linux-ppc,
	Christoph Raisch, Marcus Eder

Hi,

this is our current version of the IBM eHEA Ethernet Device Driver. We adde=
d=20
minor bug fixes and changes to the last version.

Jeff, this driver has been discussed on the netdev, linux-ppc and=20
kernel mailing list. We didn't receive any further comments since our previ=
ous
patch set from August 23. Please consider our driver for
upstream inclusion.

Thanks,

Jan-Bernd Themann & Christoph Raisch

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

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

Changelog:
=2D struct ehea_q_skb_arr introduced to simplify struct ehea_port_res
=2D promiscuous mode added
=2D enhanced ethtool support (set port speed)
=2D destroy functions for QPs, CQs, EQs, MRs reduced to single function
=2D Bux fix: xmit locking


 drivers/net/Kconfig             |    9=20
 drivers/net/Makefile            |    1=20
 drivers/net/ehea/Makefile       |    6=20
 drivers/net/ehea/ehea.h         |  444 ++++++
 drivers/net/ehea/ehea_ethtool.c |  292 ++++
 drivers/net/ehea/ehea_hcall.h   |   51=20
 drivers/net/ehea/ehea_hw.h      |  290 ++++
 drivers/net/ehea/ehea_main.c    | 2694 +++++++++++++++++++++++++++++++++++=
+++++
 drivers/net/ehea/ehea_phyp.c    |  705 ++++++++++
 drivers/net/ehea/ehea_phyp.h    |  454 ++++++
 drivers/net/ehea/ehea_qmr.c     |  605 ++++++++
 drivers/net/ehea/ehea_qmr.h     |  361 +++++
 12 files changed, 5912 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
@ 2006-09-06 13:29 Jan-Bernd Themann
  0 siblings, 0 replies; 6+ messages in thread
From: Jan-Bernd Themann @ 2006-09-06 13:29 UTC (permalink / raw)
  To: netdev
  Cc: Thomas Klein, Jan-Bernd Themann, linux-kernel, linux-ppc,
	Christoph Raisch, Marcus Eder

Hi,

this is the latest version of the IBM eHEA Ethernet Device Driver.
We integrated the comment we got from Francois Romieu.

Thanks,
Jan-Bernd

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

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

Changelog:
=2D replace dev_alloc_skb by netdev_alloc_skb
=2D goto target naming rework
=2D minor coding style issues


 drivers/net/Kconfig             |    9=20
 drivers/net/Makefile            |    1=20
 drivers/net/ehea/Makefile       |    6=20
 drivers/net/ehea/ehea.h         |  443 ++++++
 drivers/net/ehea/ehea_ethtool.c |  294 ++++
 drivers/net/ehea/ehea_hcall.h   |   51=20
 drivers/net/ehea/ehea_hw.h      |  290 ++++
 drivers/net/ehea/ehea_main.c    | 2686 +++++++++++++++++++++++++++++++++++=
+++++
 drivers/net/ehea/ehea_phyp.c    |  705 ++++++++++
 drivers/net/ehea/ehea_phyp.h    |  454 ++++++
 drivers/net/ehea/ehea_qmr.c     |  604 ++++++++
 drivers/net/ehea/ehea_qmr.h     |  362 +++++
 12 files changed, 5905 insertions(+)

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

end of thread, other threads:[~2006-09-11 13:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18 11:28 [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver Jan-Bernd Themann
  -- strict thread matches above, loose matches on Subject: below --
2006-08-22 12:50 Jan-Bernd Themann
2006-08-23  8:55 Jan-Bernd Themann
2006-09-04 10:36 Jan-Bernd Themann
2006-09-11 13:12 ` Jeff Garzik
2006-09-06 13:29 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).