From: Ayyappan.Veeraiyan@intel.com
To: netdev@vger.kernel.org, jeff@garzik.org
Cc: ayyappan.veeraiyan@intel.com, arjan@linux.intel.com,
akpm@linux-foundation.org, auke-jan.h.kok@intel.com,
hch@infradead.org, shemminger@linux-foundation.org,
nhorman@tuxdriver.com, inaky@linux.intel.com, mb@bu3sch.de
Subject: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2
Date: Tue, 10 Jul 2007 10:45:20 -0700 [thread overview]
Message-ID: <20070710174504.9615.10053.stgit@localhost.localdomain> (raw)
This patch adds support for the Intel(R) 82598 based PCI Express 10GbE
adapters.
Please find the full driver as a patch to latest linus-2.6 tree here:
git-pull git://lost.foo-projects.org/~aveerani/git/linux-2.6 ixgbe
Changes from the last submission...
1. Suspend, resume support is added
2. PCI error recovery support
3. Bit fields usage is removed and replaced with #defines.
4. typedef boolean_t is replaced with bool.
5. Ethtool functionality for eeprom and regiters dump and adapter
identification.
6. RxDescriptor, TxDescriptors and XsumRx parameters are removed
from the module param list. They can be handled via ethtool.
7. NAPI mode uses sigle Rx queue and so fake netdev usage is removed.
8. Non-NAPI mode is added.
9. LLTX is not used and tx_lock usage in xmit_frame is cleand up.
10. Performance and bug fixes.
thanks,
Ayyappan
next reply other threads:[~2007-07-10 17:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-10 17:45 Ayyappan.Veeraiyan [this message]
2007-07-10 17:49 ` [PATCH 1/1]ixgbe: Driver for Intel 82598 based 10GbE PCI Express family of adapters Ayyappan Veeraiyan
2007-07-10 18:00 ` [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2 Jeff Garzik
2007-07-10 18:11 ` Veeraiyan, Ayyappan
2007-07-10 18:23 ` Jeff Garzik
2007-07-17 13:22 ` Veeraiyan, Ayyappan
2007-07-23 18:52 ` Rick Jones
2007-07-26 20:07 ` Veeraiyan, Ayyappan
2007-07-26 20:20 ` Rick Jones
2007-07-10 18:47 ` Kok, Auke
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=20070710174504.9615.10053.stgit@localhost.localdomain \
--to=ayyappan.veeraiyan@intel.com \
--cc=akpm@linux-foundation.org \
--cc=arjan@linux.intel.com \
--cc=auke-jan.h.kok@intel.com \
--cc=hch@infradead.org \
--cc=inaky@linux.intel.com \
--cc=jeff@garzik.org \
--cc=mb@bu3sch.de \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=shemminger@linux-foundation.org \
/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).