Hi, Andrew - These patches bring the ipath driver up to date with a number of bug fixes, performance improvements, and better PowerPC support. There are a few whitespace and formatting patches in the series, but they're all self- contained. The patches have been tested internally, and shouldn't contain anything controversial. My hope is that they'll sit in -mm for a little bit, and make it into an early 2.6.18 -rc kernel. Thanks, <b
- Follow-Ups:
- Re: [PATCH 0 of 39] ipath - bug fixes, performance enhancements,and portability improvements
- From: "Michael S. Tsirkin" <[email protected]>
- [PATCH 1 of 39] IB/ipath - Name zero counter offsets so it's clear they aren't counters
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 4 of 39] IB/ipath - fix an indenting problem
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 2 of 39] IB/ipath - update copyrights and other strings to reflect new company name
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 6 of 39] IB/ipath - Allow diags on any unit
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 11 of 39] IB/ipath - return an error for unknown multicast GID
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 7 of 39] IB/ipath - update some comments and fix typos
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 5 of 39] IB/ipath - fix shared receive queues for RC
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 9 of 39] IB/ipath - don't allow resources to be created with illegal values
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 14 of 39] IB/ipath - removed unused field ipath_kregvirt from struct ipath_devdata
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 16 of 39] IB/ipath - enable freeze mode when shutting down device
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 15 of 39] IB/ipath - print better debug info when handling 32/64-bit DMA mask problems
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 12 of 39] IB/ipath - report correct device identification information in /sys
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 10 of 39] IB/ipath - fix some memory leaks on failure paths
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 13 of 39] IB/ipath - enforce device resource limits
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 18 of 39] IB/ipath - use vmalloc to allocate struct ipath_devdata
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 23 of 39] IB/ipath - disallow send of invalid packet sizes over UD
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 25 of 39] IB/ipath - removed redundant statements
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 30 of 39] IB/ipath - purge sps_lid and sps_mlid arrays
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 22 of 39] IB/ipath - fix lost interrupts on HT-400
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 20 of 39] IB/ipath - reduce overhead on receive interrupts
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 21 of 39] IB/ipath - fixed bug 9776 for real. The problem was that I was updating
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 26 of 39] IB/ipath - check for valid LID and multicast LIDs
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 24 of 39] IB/ipath - don't confuse the max message size with the MTU
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 19 of 39] IB/ipath - memory management cleanups
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 32 of 39] IB/ipath - support more models of InfiniPath hardware
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 31 of 39] IB/ipath - drop the "stats" sysfs attribute group
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 27 of 39] IB/ipath - fixes to performance get counters for IB compliance
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 38 of 39] IB/ipath - More changes to support InfiniPath on PowerPC 970 systems
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 28 of 39] IB/ipath - Fixes a bug where our delay for EEPROM no longer works due to compiler reordering
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 36 of 39] IB/ipath - Ignore receive queue size if SRQ is specified
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 35 of 39] IB/ipath - remove some #if 0 code related to lockable memory
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 3 of 39] IB/ipath - Share more common code between RC and UC protocols
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 34 of 39] IB/ipath - fix a bug that results in addresses near 0 being written via DMA
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 37 of 39] IB/ipath - namespace cleanup: replace ips with ipath
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 8 of 39] IB/ipath - remove some duplicate code
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 33 of 39] IB/ipath - read/write correct sizes through diag interface
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 17 of 39] IB/ipath - use more appropriate gfp flags
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 29 of 39] IB/ipath - RC receive interrupt performance changes
- From: "Bryan O'Sullivan" <[email protected]>
- [PATCH 39 of 39] IB/ipath - use streaming copy in RDMA interrupt handler to reduce packet loss
- From: "Bryan O'Sullivan" <[email protected]>
- Re: [PATCH 0 of 39] ipath - bug fixes, performance enhancements,and portability improvements
- Prev by Date: [PATCH 29 of 39] IB/ipath - RC receive interrupt performance changes
- Next by Date: Re: [stable] [PATCH 21/25] kbuild: Fix 100% initramfs bloat in 2.6.17 versus 2.6.16
- Previous by thread: [PATCH 4/9] UML - unregister useless console when it's not needed
- Next by thread: [PATCH 39 of 39] IB/ipath - use streaming copy in RDMA interrupt handler to reduce packet loss
- Index(es):