linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-03 06:40:59 to 2014-03-08 19:20:48 UTC [more...]

NFS over RDMA crashing
 2014-03-08 19:20 UTC  (7+ messages)

[PATCHv4 net-next 00/32] Misc. fixes for cxgb4 and iw_cxgb4
 2014-03-08  5:43 UTC  (34+ messages)
` [PATCHv4 net-next 01/32] cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
` [PATCHv4 net-next 02/32] cxgb4: Add code to dump SGE registers when hitting idma hangs
` [PATCHv4 net-next 03/32] cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck
` [PATCHv4 net-next 04/32] cxgb4: Updates for T5 SGE's Egress Congestion Threshold
  ` [PATCHv4 net-next 05/32] cxgb4: use spinlock_irqsave/spinlock_irqrestore for db lock
  ` [PATCHv4 net-next 11/32] cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
  ` [PATCHv4 net-next 16/32] iw_cxgb4: save the correct map length for fast_reg_page_lists
  ` [PATCHv4 net-next 26/32] iw_cxgb4: endpoint timeout fixes
` [PATCHv4 net-next 06/32] cxgb4: Calculate len properly for LSO path
` [PATCHv4 net-next 07/32] iw_cxgb4: cap CQ size at T4_MAX_IQ_SIZE
` [PATCHv4 net-next 08/32] iw_cxgb4: Allow loopback connections
` [PATCHv4 net-next 09/32] iw_cxgb4: release neigh entry in error paths
` [PATCHv4 net-next 10/32] iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice
` [PATCHv4 net-next 12/32] iw_cxgb4: use the BAR2/WC path for kernel QPs and T5 devices
` [PATCHv4 net-next 13/32] iw_cxgb4: Fix incorrect BUG_ON conditions
` [PATCHv4 net-next 14/32] iw_cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes
` [PATCHv4 net-next 15/32] iw_cxgb4: default peer2peer mode to 1
` [PATCHv4 net-next 17/32] iw_cxgb4: don't leak skb in c4iw_uld_rx_handler()
` [PATCHv4 net-next 18/32] iw_cxgb4: fix possible memory leak in RX_PKT processing
` [PATCHv4 net-next 19/32] iw_cxgb4: ignore read reponse type 1 CQEs
` [PATCHv4 net-next 20/32] iw_cxgb4: connect_request_upcall fixes
` [PATCHv4 net-next 21/32] iw_cxgb4: adjust tcp snd/rcv window based on link speed
` [PATCHv4 net-next 22/32] iw_cxgb4: update snd_seq when sending MPA messages
` [PATCHv4 net-next 23/32] iw_cxgb4: lock around accept/reject downcalls
` [PATCHv4 net-next 24/32] iw_cxgb4: drop RX_DATA packets if the endpoint is gone
` [PATCHv4 net-next 25/32] iw_cxgb4: rx_data() needs to hold the ep mutex
` [PATCHv4 net-next 27/32] iw_cxgb4: rmb() after reading valid gen bit
` [PATCHv4 net-next 28/32] iw_cxgb4: wc_wmb() needed after DB writes
` [PATCHv4 net-next 29/32] iw_cxgb4: SQ flush fix
` [PATCHv4 net-next 30/32] iw_cxgb4: minor fixes
` [PATCHv4 net-next 31/32] iw_cxgb4: Max fastreg depth depends on DSGL support
` [PATCHv4 net-next 32/32] iw_cxgb4: Use pr_warn_ratelimited

[PATCH] IB/mlx5_core: remove unreachable function call in module init
 2014-03-07 22:48 UTC 

[PATCH v5 00/10] Introduce Signature feature
 2014-03-07 19:43 UTC  (2+ messages)

linux rdma 3.14 merge plans
 2014-03-07 19:31 UTC  (21+ messages)

[PATCH V2 0/2] qib percpu counters
 2014-03-07 13:40 UTC  (3+ messages)
  ` [PATCH V2 1/2] IB/qib: Add percpu counter replacing qib_devdata int_counter
  ` [PATCH V2 2/2] IB/qib: Modify software pma counters to use percpu variables

[PATCH] IB/qib: Fix debugfs ordering issue with multiple HCAs
 2014-03-07 13:32 UTC 

[PATCH v1 0/3] SRP initiator fixes for kernel 3.15
 2014-03-07  8:13 UTC  (8+ messages)
` [PATCH v1 1/3] IB/srp: Fix crash when unmapping data loop

[PATCHv3 net-next 00/31] Misc. fixes for cxgb4 and iw_cxgb4
 2014-03-07  6:17 UTC  (48+ messages)
` [PATCHv3 net-next 04/31] cxgb4: Updates for T5 SGE's Egress Congestion Threshold
` [PATCHv3 net-next 05/31] cxgb4: use spinlock_irqsave/spinlock_irqrestore for db lock
` [PATCHv3 net-next 06/31] iw_cxgb4: cap CQ size at T4_MAX_IQ_SIZE
` [PATCHv3 net-next 09/31] iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice
` [PATCHv3 net-next 10/31] cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
` [PATCHv3 net-next 11/31] iw_cxgb4: use the BAR2/WC path for kernel QPs and T5 devices
` [PATCHv3 net-next 12/31] iw_cxgb4: Fix incorrect BUG_ON conditions
  ` [PATCHv3 net-next 01/31] cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
  ` [PATCHv3 net-next 02/31] cxgb4: Add code to dump SGE registers when hitting idma hangs
  ` [PATCHv3 net-next 03/31] cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck
          ` [PATCH net-next] chelsio: Use more current logging style
  ` [PATCHv3 net-next 07/31] iw_cxgb4: Allow loopback connections
  ` [PATCHv3 net-next 08/31] iw_cxgb4: release neigh entry in error paths
  ` [PATCHv3 net-next 13/31] iw_cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes
  ` [PATCHv3 net-next 16/31] iw_cxgb4: don't leak skb in c4iw_uld_rx_handler()
  ` [PATCHv3 net-next 28/31] iw_cxgb4: SQ flush fix
  ` [PATCHv3 net-next 31/31] Revert "cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()"
` [PATCHv3 net-next 14/31] iw_cxgb4: default peer2peer mode to 1
` [PATCHv3 net-next 15/31] iw_cxgb4: save the correct map length for fast_reg_page_lists
` [PATCHv3 net-next 17/31] iw_cxgb4: fix possible memory leak in RX_PKT processing
` [PATCHv3 net-next 18/31] iw_cxgb4: ignore read reponse type 1 CQEs
` [PATCHv3 net-next 19/31] iw_cxgb4: connect_request_upcall fixes
` [PATCHv3 net-next 20/31] iw_cxgb4: adjust tcp snd/rcv window based on link speed
` [PATCHv3 net-next 21/31] iw_cxgb4: update snd_seq when sending MPA messages
` [PATCHv3 net-next 22/31] iw_cxgb4: lock around accept/reject downcalls
` [PATCHv3 net-next 23/31] iw_cxgb4: drop RX_DATA packets if the endpoint is gone
` [PATCHv3 net-next 24/31] iw_cxgb4: rx_data() needs to hold the ep mutex
` [PATCHv3 net-next 25/31] iw_cxgb4: endpoint timeout fixes
` [PATCHv3 net-next 26/31] iw_cxgb4: rmb() after reading valid gen bit
` [PATCHv3 net-next 27/31] iw_cxgb4: wc_wmb() needed after DB writes
` [PATCHv3 net-next 29/31] iw_cxgb4: minor fixes
` [PATCHv3 net-next 30/31] iw_cxgb4: Max fastreg depth depends on DSGL support

[PATCH] opensm/osm_sminfo_rcv.c: send trap144 to a newly found MASTER SM when in MASTER state
 2014-03-06 15:28 UTC  (2+ messages)

[PATCH 0/6] iser-target: Fix active I/O shutdown related issues
 2014-03-06 14:05 UTC  (16+ messages)
  ` [PATCH 1/6] iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bug
` [PATCH 2/6] iscsi/iser-target: Use list_del_init for ->i_conn_node
` [PATCH 3/6] iscsi/iser-target: Fix isert_conn->state hung shutdown issues
` [PATCH 4/6] iser-target: Fix post_send_buf_count for RDMA READ/WRITE
` [PATCH 5/6] iser-target: Ignore completions for FRWRs in isert_cq_tx_work
` [PATCH 6/6] iser-target: Fix command leak for tx_desc->comp_llnode_batch

[PATCH opensm] osm_state_mgr.c: Remove redundant unset to first_time_master_sweep
 2014-03-06 13:59 UTC 

[PATCH opensm] Revert "Reset client reregistration when receiving handover"
 2014-03-06 13:53 UTC  (2+ messages)

[PATCH v2] examples/riostream.c: Add AF_IB support
 2014-03-05 20:54 UTC  (2+ messages)

issues with the rdma-cm server side mapping of IP to GID
 2014-03-05 20:04 UTC  (10+ messages)

[PATCH opensm] osm_sm_state_mgr.c: Fix opensm crash after handover
 2014-03-05 18:49 UTC 

[PATCH v1 00/13] T10-PI support for iSER initiator
 2014-03-05 17:55 UTC  (14+ messages)
` [PATCH v1 10/13] IB/iser: Support T10-PI operations
` [PATCH v1 11/13] SCSI/libiscsi: Add check_protection callback for transports

[PATCH v2 00/13] T10-PI support for iSER initiator
 2014-03-05 17:43 UTC  (14+ messages)
` [PATCH v2 03/13] IB/iser: Move fast_reg_descriptor initialization to a function
` [PATCH v2 04/13] IB/iser: Keep IB device attributes under iser_device
` [PATCH v2 06/13] IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg
  ` [PATCH v2 01/13] IB/iser: Avoid FRWR notation, use fastreg instead
  ` [PATCH v2 02/13] IB/iser: Push the decision what memory key to use into fast_reg_mr routine
  ` [PATCH v2 05/13] IB/iser: Replace fastreg descriptor valid bool with indicators container
  ` [PATCH v2 07/13] IB/iser: Generalize fall_to_bounce_buf routine
  ` [PATCH v2 08/13] IB/iser: Introduce pi_enable, pi_guard module parameters
  ` [PATCH v2 09/13] IB/iser: Initialize T10-PI resources
  ` [PATCH v2 13/13] IB/iser: Publish T10-PI support to SCSI midlayer
` [PATCH v2 10/13] IB/iser: Support T10-PI operations
` [PATCH v2 11/13] SCSI/libiscsi: Add check_protection callback for transports
` [PATCH v2 12/13] IB/iser: Implement check_protection

[PATCH opensm] osm_sm_state_mgr.c: Reconfigure the fabric when receiving HANDOVER/POLLING_TIMEOUT in MASTER state
 2014-03-05 16:33 UTC 

[ANNOUNCE] OFED 3.12 rc1 release is available
 2014-03-05 15:00 UTC 

Loan Application
 2014-03-05 11:36 UTC 

[PATCH net-next 10/31] cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
 2014-03-05  5:34 UTC  (6+ messages)

[PATCH] opensm: Fix crash during handover
 2014-03-04 13:28 UTC  (2+ messages)

[PATCH V2] dapltest: Add final send/recv "sync" for transaction tests
 2014-03-04  0:48 UTC  (4+ messages)

[PATCH infiniband-diags] saquery.c: In query_sa_cpi, make error message consistent
 2014-03-04  0:35 UTC  (2+ messages)

[PATCH infiniband-diags] saquery.c: In print_node_record, change LID print format
 2014-03-04  0:35 UTC  (2+ messages)

Proposal for simplifying NFS/RDMA client memory registration
 2014-03-03 20:33 UTC  (5+ messages)

[PATCH librdmacm 2/2] examples/riostream.c: Eliminate unneeded include
 2014-03-03 19:36 UTC  (3+ messages)

[PATCHv2 net-next 00/31] Misc. fixes for cxgb4 and iw_cxgb4
 2014-03-03 18:55 UTC  (23+ messages)
` [PATCHv2 net-next 09/31] iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice
` [PATCHv2 net-next 16/31] iw_cxgb4: don't leak skb in c4iw_uld_rx_handler()
` [PATCHv2 net-next 17/31] iw_cxgb4: fix possible memory leak in RX_PKT processing
` [PATCHv2 net-next 18/31] iw_cxgb4: ignore read reponse type 1 CQEs
` [PATCHv2 net-next 19/31] iw_cxgb4: connect_request_upcall fixes
` [PATCHv2 net-next 20/31] iw_cxgb4: adjust tcp snd/rcv window based on link speed
` [PATCHv2 net-next 21/31] iw_cxgb4: update snd_seq when sending MPA messages
` [PATCHv2 net-next 23/31] iw_cxgb4: drop RX_DATA packets if the endpoint is gone
` [PATCHv2 net-next 25/31] iw_cxgb4: endpoint timeout fixes
` [PATCHv2 net-next 26/31] iw_cxgb4: rmb() after reading valid gen bit
` [PATCHv2 net-next 27/31] iw_cxgb4: wc_wmb() needed after DB writes
  ` [PATCHv2 net-next 15/31] iw_cxgb4: save the correct map length for fast_reg_page_lists
  ` [PATCHv2 net-next 22/31] iw_cxgb4: lock around accept/reject downcalls
  ` [PATCHv2 net-next 24/31] iw_cxgb4: rx_data() needs to hold the ep mutex
  ` [PATCHv2 net-next 28/31] iw_cxgb4: SQ flush fix
` [PATCHv2 net-next 29/31] iw_cxgb4: minor fixes/cleanup
` [PATCHv2 net-next 30/31] iw_cxgb4: Max fastreg depth depends on DSGL support
` [PATCHv2 net-next 31/31] Revert "cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()"

[PATCH librdmacm 1/2] examples/riostream.c: Add AF_IB support
 2014-03-03 18:44 UTC 

[PATCH] ibsim: allocate mft according to number of switch ports
 2014-03-03 13:22 UTC  (2+ messages)

[PATCH 2/2] ipath: Fix potential buffer overrun in sending diag packet routine
 2014-03-03 12:22 UTC 


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