public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/24] various fixes for QIB driver
@ 2010-12-28 15:26 Mike Marciniszyn
       [not found] ` <20101228152648.19960.84006.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
  0 siblings, 1 reply; 34+ messages in thread
From: Mike Marciniszyn @ 2010-12-28 15:26 UTC (permalink / raw)
  To: Roland Dreier; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

The following patches (ordered first to last) are for various bug fixes found
during internal testing.

IB/qib: remove IB latency turnoff
IB/qib: add receive header queue size module parameters
IB/qib: add support for the new QME7362 card
IB/qib: add thresholds to VendorPortCounters PMA operation
IB/qib: generate completion callback on errors
IB/qib: set port physical state even if other fields are invalid
IB/qib: UD send with immediate Rx completion has wrong size
IB/qib: Handle transitions from ACTIVE_DEFERRED to ACTIVE better
IB/qib: Multi Florida HCA Hosts panic on reboot
IB/qib: fix context allocation with multiple HCAs
IB/qib: clear WAIT_SEND flags when setting QP to error state
IB/qib: New SERDES init routine and improvements to SI quality
IB/qib: Reset packet list after freeing
IB/qib: Add a few new SERDES tunings
IB/qib: Avoid duplicate writes to the rcv head register
IB/qib: interrupt mitigation fix
IB/qib: change rcv queue/qpn selection
IB/qib: adding fix missing from earlier patch
IB/qib: change qpn increment
IB/qib: RDMA lkey/rkey validation is inefficient for large MRs
IB/qib: Issue pre-emptive NAKs on eager buffer overflow
IB/qib: Un-necessary delayed completions on RC connection
IB/qib: Add a delay to allow SERDES to initialize
IB/qib: Improve SERDES tunning on QMH boards
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-01-05 18:20 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 15:26 [PATCH 0/24] various fixes for QIB driver Mike Marciniszyn
     [not found] ` <20101228152648.19960.84006.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
2010-12-28 15:26   ` [PATCH 01/24] IB/qib: remove IB latency turnoff Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 02/24] IB/qib: add receive header queue size module parameters Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 03/24] IB/qib: add support for the new QME7362 card Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 04/24] IB/qib: add thresholds to VendorPortCounters PMA operation Mike Marciniszyn
     [not found]     ` <20101228152711.19960.52491.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
2010-12-28 19:24       ` Hal Rosenstock
     [not found]         ` <4D1A395D.6040103-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2011-01-05 17:58           ` Roland Dreier
2010-12-28 15:27   ` [PATCH 05/24] IB/qib: generate completion callback on errors Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 06/24] IB/qib: set port physical state even if other fields are invalid Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 07/24] IB/qib: UD send with immediate Rx completion has wrong size Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 08/24] IB/qib: Handle transitions from ACTIVE_DEFERRED to ACTIVE better Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 09/24] IB/qib: Multi Florida HCA Hosts panic on reboot Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 10/24] IB/qib: fix context allocation with multiple HCAs Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 11/24] IB/qib: clear WAIT_SEND flags when setting QP to error state Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 12/24] IB/qib: New SERDES init routine and improvements to SI quality Mike Marciniszyn
2010-12-28 15:27   ` [PATCH 13/24] IB/qib: Reset packet list after freeing Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 14/24] IB/qib: Add a few new SERDES tunings Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 15/24] IB/qib: Avoid duplicate writes to the rcv head register Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 16/24] IB/qib: interrupt mitigation fix Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 17/24] IB/qib: change rcv queue/qpn selection Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 18/24] IB/qib: adding fix missing from earlier patch Mike Marciniszyn
     [not found]     ` <20101228152824.19960.40529.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
2011-01-04 19:00       ` Roland Dreier
2010-12-28 15:28   ` [PATCH 19/24] IB/qib: change qpn increment Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 20/24] IB/qib: RDMA lkey/rkey validation is inefficient for large MRs Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 21/24] IB/qib: Issue pre-emptive NAKs on eager buffer overflow Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 22/24] IB/qib: Un-necessary delayed completions on RC connection Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 23/24] IB/qib: Add a delay to allow SERDES to initialize Mike Marciniszyn
2010-12-28 15:28   ` [PATCH 24/24] IB/qib: Improve SERDES tunning on QMH boards Mike Marciniszyn
     [not found]     ` <20101228152855.19960.96651.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
2011-01-04 18:55       ` Roland Dreier
     [not found]         ` <adalj30ijnc.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2011-01-04 18:59           ` Mike Marciniszyn
2011-01-04 18:59   ` [PATCH 0/24] various fixes for QIB driver Roland Dreier
     [not found]     ` <adahbdoijgn.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2011-01-04 19:02       ` Mike Marciniszyn
2011-01-05 18:07   ` Roland Dreier
     [not found]     ` <adahbdnfcm5.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2011-01-05 18:20       ` Mike Marciniszyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox