netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7][RFC] qlge: New Qlogic 10Gb Ethernet Driver.
@ 2008-08-29 21:06 Ron Mercer
  2008-08-29 21:08 ` [PATCH 1/7] [RFC] qlge: New Driver: Makefile and Kconfig changes Ron Mercer
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ron Mercer @ 2008-08-29 21:06 UTC (permalink / raw)
  To: jeff; +Cc: netdev, linux-driver, ron.mercer

Jeff,

The following patches are for further RFC for the Qlogic 10Gb driver.

This series does some cleanup as outlined below but does not yet have the
recieve buffer alignment copy per Dave Miller. That will be in the next
submittal which should be next week.
Most of the changes are per Ben Hutchings review and checkpatch.

1)  Remove ethtool code that was commented out.
2)  Change QPRINTK to use dev_printk and placed in do-while(0).
3)  Remove inclusion of linux/version.h
4)  Fixed places where variable assignments in if conditions took place.
5)  Major cleanup of header file:
	 -Added packed directive to hw structures.
	 -Moved defined constants to top of file.
6)  Added fixed timeouts for event waiting.
7)  Cleaned up receive buffer queue initialization.
8)  Fix doorbell page size to 4096. (Remove PAGE_SHIFT specifics.)
9)  Cleanup per Lindent.
10) Cleanup per checkpatch.pl
11) Change driver version to v1.00.00-b2.


Regards,
Ron Mercer
Qlogic Corporation


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

end of thread, other threads:[~2008-08-29 21:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 21:06 [PATCH 0/7][RFC] qlge: New Qlogic 10Gb Ethernet Driver Ron Mercer
2008-08-29 21:08 ` [PATCH 1/7] [RFC] qlge: New Driver: Makefile and Kconfig changes Ron Mercer
2008-08-29 21:08 ` [PATCH 2/7] [RFC] qlge: New Driver: Added Makefile Ron Mercer
2008-08-29 21:08 ` [PATCH 3/7] [RFC] qlge: New Driver: Add header file qlge.h Ron Mercer
2008-08-29 21:08 ` [PATCH 4/7] [RFC] qlge: New Driver: Add main source file qlge_main.c Ron Mercer
2008-08-29 21:08 ` [PATCH 5/7] [RFC] qlge: New Driver: Add Mgmt Port Xface file qlge_mpi.c Ron Mercer
2008-08-29 21:08 ` [PATCH 6/7] [RFC] qlge: New Driver: Add ethtool source file qlge_ethtool.c Ron Mercer
2008-08-29 21:20   ` Stephen Hemminger
2008-08-29 21:22   ` Stephen Hemminger
2008-08-29 21:08 ` [PATCH 7/7] [RFC] qlge: New Driver: Add debug source file qlge_dbg.c Ron Mercer
2008-08-29 21:23   ` Stephen Hemminger

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