From: Jan-Bernd Themann <ossthema@de.ibm.com>
To: netdev <netdev@vger.kernel.org>
Cc: Thomas Klein <tklein@de.ibm.com>,
Jan-Bernd Themann <themann@de.ibm.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Thomas Klein <osstklei@de.ibm.com>,
linux-ppc <linuxppc-dev@ozlabs.org>,
Christoph Raisch <raisch@de.ibm.com>,
Marcus Eder <meder@de.ibm.com>
Subject: [PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
Date: Mon, 14 Aug 2006 18:28:30 +0200 [thread overview]
Message-ID: <44E0A4AE.3080600@de.ibm.com> (raw)
Hi,
this is the latest version of the IBM eHEA Ethernet Device Driver.
We got a lot of very helpful comments and modified our driver as we
said in our replies.
Thanks for your efforts so far!
Things we are still working on:
- Debug output rework (EDEB, remove unimportant debug information,
using standard kernel mechanisms where possible)
- performance improvements on SMP systems
- error recovery
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/msg10997.html
Changelog:
- Proper use of alloc_etherdev() / netdev_priv()
- Several memory leeks fixed
- Split big functions
- 64K page support
- Code cleanup (removed unnecessary casts, unused defines,
ethtool stub functions removed, renaming prefixes, comments, ...)
drivers/net/Kconfig | 6
drivers/net/Makefile | 1
drivers/net/ehea/Makefile | 7
drivers/net/ehea/ehea.h | 470 +++++++
drivers/net/ehea/ehea_ethtool.c | 271 ++++
drivers/net/ehea/ehea_hcall.h | 52
drivers/net/ehea/ehea_hw.h | 315 ++++
drivers/net/ehea/ehea_main.c | 2672 ++++++++++++++++++++++++++++++++++++++++
drivers/net/ehea/ehea_phyp.c | 1087 ++++++++++++++++
drivers/net/ehea/ehea_phyp.h | 562 ++++++++
drivers/net/ehea/ehea_qmr.c | 757 +++++++++++
drivers/net/ehea/ehea_qmr.h | 392 +++++
12 files changed, 6592 insertions(+)
reply other threads:[~2006-08-14 16:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=44E0A4AE.3080600@de.ibm.com \
--to=ossthema@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=meder@de.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=osstklei@de.ibm.com \
--cc=raisch@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).