]> git.openfabrics.org - ~emulex/for-vlad/old/compat-rdma.git/commit
linux-next-cherry-picks: Add DB drop recovery patches for Chelsio's T4 adapter
authorVipul Pandya <vipul@chelsio.com>
Thu, 31 May 2012 11:57:37 +0000 (17:27 +0530)
committerVipul Pandya <vipul@chelsio.com>
Thu, 31 May 2012 13:15:10 +0000 (06:15 -0700)
commit8b9102466763743be722a8c1e39522f5880f7a69
treebc59ec74d553f159b324ad898637a68ea364d6c1
parent9c13ff9bcc25be819880928fe047f6504d854f9b
linux-next-cherry-picks: Add DB drop recovery patches for Chelsio's T4 adapter

This patch-series implements doorbell drop recovery for Chelsio T4 iWARP driver.

In the event where DBs are dropped application can get stalled for one or more
reasons. So, we recover RDMA and LLD queues in such an event.
We also take care for handling DB overflow events.

The patch-series also has some bug fixes, adds RDMA debugfs stats and removes
kfifo usage for ID mangement.

This patch-series is already merged with linux-next. However it is too big to
go into stable branch. It is required for Chelsio's T4 adapter correctness.
Hence adding them to linux-next-cherry-picks.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
linux-next-cherry-picks/01-cxgb4-Detect-DB-FULL-events-and-notify-RDMA-ULD.patch [new file with mode: 0644]
linux-next-cherry-picks/02-cxgb4-Common-platform-specific-changes-for-DB-Drop-R.patch [new file with mode: 0644]
linux-next-cherry-picks/03-cxgb4-DB-Drop-Recovery-for-RDMA-and-LLD-queues.patch [new file with mode: 0644]
linux-next-cherry-picks/04-RDMA-cxgb4-Add-debugfs-RDMA-memory-stats.patch [new file with mode: 0644]
linux-next-cherry-picks/05-RDMA-cxgb4-Add-DB-Overflow-Avoidance.patch [new file with mode: 0644]
linux-next-cherry-picks/06-RDMA-cxgb4-Disable-interrupts-in-c4iw_ev_dispatch.patch [new file with mode: 0644]
linux-next-cherry-picks/07-RDMA-cxgb4-DB-Drop-Recovery-for-RDMA-and-LLD-queues.patch [new file with mode: 0644]
linux-next-cherry-picks/08-RDMA-cxgb4-Use-vmalloc-for-debugfs-QP-dump.patch [new file with mode: 0644]
linux-next-cherry-picks/09-RDMA-cxgb4-Remove-kfifo-usage.patch [new file with mode: 0644]
linux-next-cherry-picks/10-RDMA-cxgb4-Add-query_qp-support.patch [new file with mode: 0644]