[2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
From: Jan-Bernd Themann <hidden>
Date: 2006-09-04 11:18:39
Also in:
lkml, netdev
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 <redacted> Changelog-by: =A0Jan-Bernd Themann [off-list ref] 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(+)