linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-02 18:50:57 to 2016-02-05 21:54:16 UTC [more...]

[PATCH v3 0/3] new ib_drain_qp() API
 2016-02-11 22:44 UTC  (2+ messages)
  ` [PATCH 1/3] IB: new common API for draining queues

[PATCH v2 0/3] new ib_drain_qp() API
 2016-02-08 22:14 UTC  (2+ messages)
  ` [PATCH 1/3] IB: new common API for draining a queue pair

[PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
 2016-02-05 22:01 UTC  (8+ messages)
  ` [PATCH 1/6] IB: New common API for draining a queue pair
  ` [PATCH 2/6] iw_cxgb4: add drain_qp function
  ` [PATCH 3/6] nvme-rdma: use ib_drain_qp() function
  ` [PATCH 4/6] IB: add a simple MR pool
  ` [PATCH 5/6] IB: generic RDMA READ/WRITE API
  ` [PATCH 6/6] nvmet_rdma: use generic RDMA READ/WRITE path

[PATCH 0/3] new ib_drain_qp() API
 2016-02-05 21:55 UTC  (4+ messages)
  ` [PATCH 1/3] IB: new common API for draining a queue pair

[PATCH for-4.5-rc 0/4] ocrdma bug fixes
 2016-02-05 20:12 UTC  (6+ messages)
  ` [PATCH for-4.5-rc 1/4] RDMA/ocrdma: Initialize stats resources in the driver before ib device registration
  ` [PATCH for-4.5-rc 2/4] RDMA/ocrdma: populate max_sge_rd in device attributes
  ` [PATCH for-4.5-rc 3/4] RDMA/ocrdma: Fix pkey_index returned by driver in rq work completion
  ` [PATCH for-4.5-rc 4/4] RDMA/ocrdma: Fixing ocrdma debugfs directory remove

[PATCH v1 00/10] NFS/RDMA server patches for v4.6
 2016-02-05 18:13 UTC  (26+ messages)
  ` [PATCH v1 01/10] svcrdma: Do not send XDR roundup bytes for a write chunk
  ` [PATCH v1 02/10] svcrdma: Make svc_rdma_get_frmr() not sleep
  ` [PATCH v1 03/10] svcrdma: svc_rdma_post_recv() should close connection on error
  ` [PATCH v1 04/10] rpcrdma: Add missing XDR union fields for RDMA errors
  ` [PATCH v1 05/10] svcrdma: Make RDMA_ERROR messages work
  ` [PATCH v1 06/10] svcrdma: Use correct XID in error replies
  ` [PATCH v1 07/10] svcrdma: Hook up the logic to return ERR_CHUNK
  ` [PATCH v1 08/10] svcrdma: Remove close_out exit path
  ` [PATCH v1 09/10] svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs
  ` [PATCH v1 10/10] svcrdma: Use new CQ API for RPC-over-RDMA server send CQs

[PATCH v3 00/13] Implement Expected Receive TID Caching
 2016-02-05 16:57 UTC  (14+ messages)
  ` [PATCH v3 01/13] staging/rdma/hfi1: Add function stubs for TID caching
  ` [PATCH v3 02/13] uapi/rdma/hfi/hfi1_user.h: Correct comment for capability bit
  ` [PATCH v3 03/13] uapi/rdma/hfi/hfi1_user.h: Add command and event for TID caching
  ` [PATCH v3 04/13] staging/rdma/hfi1: Add definitions needed for TID caching support
  ` [PATCH v3 05/13] staging/rdma/hfi1: Remove un-needed variable
  ` [PATCH v3 06/13] staging/rdma/hfi1: Add definitions and support functions for TID groups
  ` [PATCH v3 07/13] staging/rdma/hfi1: Start adding building blocks for TID caching
  ` [PATCH v3 08/13] staging/rdma/hfi1: Convert lock to mutex
  ` [PATCH v3 09/13] staging/rdma/hfi1: Add Expected receive init and free functions
  ` [PATCH v3 10/13] staging/rdma/hfi1: Add MMU notifier callback function
  ` [PATCH v3 11/13] staging/rdma/hfi1: Add TID free/clear function bodies
  ` [PATCH v3 12/13] staging/rdma/hfi1: Add TID entry program function body
  ` [PATCH v3 13/13] staging/rdma/hfi1: Enable TID caching feature

[PATCH for-next 0/3] Add TOS support and some cleanup
 2016-02-05  6:13 UTC  (4+ messages)
` [PATCH for-next 1/3] iw_cxgb4: make queue allocation code more readable
` [PATCH for-next 2/3] iw_cxgb4: remove false error log entry
  ` [PATCH for-next 3/3] cxgb4/iw_cxgb4: TOS support

[Bug 111921] New: Severe IPoIB Routed Performance Regression
 2016-02-05  5:23 UTC 

[PATCH v3 00/21] IB/srpt patches for Linux kernel v4.6
 2016-02-04 22:59 UTC  (22+ messages)
  ` [PATCH v3 01/21] IB/srpt: Simplify srpt_handle_tsk_mgmt()
  ` [PATCH v3 02/21] IB/srpt: Add parentheses around sizeof argument
  ` [PATCH v3 03/21] IB/srpt: Remove struct srpt_node_acl
  ` [PATCH v3 04/21] IB/srpt: Inline srpt_sdev_name()
  ` [PATCH v3 05/21] IB/srpt: Inline srpt_get_ch_state()
  ` [PATCH v3 06/21] IB/srpt: Introduce target_reverse_dma_direction()
  ` [PATCH v3 07/21] IB/srpt: Use scsilun_to_int()
  ` [PATCH v3 08/21] IB/srpt: Simplify channel state management
  ` [PATCH v3 09/21] IB/srpt: Simplify srpt_shutdown_session()
  ` [PATCH v3 10/21] IB/srpt: Fix srpt_close_session()
  ` [PATCH v3 11/21] IB/srpt: Fix srpt_handle_cmd() error paths
  ` [PATCH v3 12/21] IB/srpt: Fix how aborted commands are processed
  ` [PATCH v3 13/21] IB/srpt: Inline trivial CM callback functions
  ` [PATCH v3 14/21] IB/srpt: Eliminate srpt_find_channel()
  ` [PATCH v3 15/21] IB/srpt: Log private data associated with REJ
  ` [PATCH v3 16/21] IB/srpt: Use a mutex to protect the channel list
  ` [PATCH v3 17/21] IB/srpt: Detect session shutdown reliably
  ` [PATCH v3 18/21] IB/srpt: Fix srpt_write_pending()
  ` [PATCH v3 19/21] IB/srpt: Log out all initiators if a port is disabled
  ` [PATCH v3 20/21] IB/srpt: Introduce srpt_process_wait_list()
  ` [PATCH v3 21/21] IB/srpt: Fix wait list processing

[PATCH 0/6] IB/qib,staging/rdma/hfi1: Dual lock pre-reqs
 2016-02-04 19:03 UTC  (7+ messages)
  ` [PATCH 1/6] staging/rdma/hfi1: remove duplicate timeout print
  ` [PATCH 2/6] staging/rdma/hfi1: add s_retry to diagnostics
  ` [PATCH 3/6] staging/rdma/hfi1: Insure last cursor is updated prior to complete
  ` [PATCH 4/6] IB/qib: "
  ` [PATCH 5/6] IB/rdmavt: remove unused qp field
  ` [PATCH 6/6] IB/qib,staging/rdma/hfi1: use setup_timer api

[PATCH 0/5] staging/rdma/hfi1: Update retry timer
 2016-02-04 18:59 UTC  (6+ messages)
  ` [PATCH 1/5] staging/rdma/hfi1: centralize timer routines into rc
  ` [PATCH 2/5] staging/rdma/hfi1: use new timer routines
  ` [PATCH 3/5] staging/rdma/hfi1: use mod_timer when appropriate
  ` [PATCH 4/5] staging/rdma/hfi1: add unique rnr timer
  ` [PATCH 5/5] staging/rdma/hfi1: use new RNR timer

[PATCH] staging: rdma: use setup_timer() api
 2016-02-04 17:32 UTC  (3+ messages)

[v1] libmlx5: Add support for RAW_ETH TX/RX checksum offload
 2016-02-04 16:15 UTC  (2+ messages)

[PATCH libmlx5] Add support for standard atomic operations
 2016-02-04 16:01 UTC  (2+ messages)

mlx5_core Issue
 2016-02-04 15:09 UTC 

[PATCHv2] staging: rdma: use setup_timer() api
 2016-02-04 13:28 UTC 

[PATCH] staging: amso1100: fix format string for 64-bit phys_addr
 2016-02-04 13:07 UTC  (3+ messages)

[PATCH] IB/IPoIB: Do not set skb truesize since using one linearskb
 2016-02-04 12:16 UTC  (2+ messages)

[PATCH][V2] IB/sysfs: remove unused va_list args
 2016-02-04 12:12 UTC  (2+ messages)

[PATCH 00/54] staging/rdma/hfi1: Various bug fixes for hfi1 post rdmavt
 2016-02-03 22:38 UTC  (55+ messages)
  ` [PATCH 01/54] staging/rdma/hfi1: Remove srq functionality
  ` [PATCH 02/54] staging/rdma/hfi1: HFI reports wrong offline disabled reason when cable removed
  ` [PATCH 03/54] staging/rdma/hfi1: cleanup messages on qsfp_read() failure
  ` [PATCH 04/54] staging/rdma/hfi1: Fix QSFP memory read/write across 128 byte boundary
  ` [PATCH 05/54] staging/rdma/hfi1: Add active and optical cable support
  ` [PATCH 06/54] staging/rdma/hfi1: Get port type from configuration file
  ` [PATCH 07/54] staging/rdma/hfi1: Support external device configuration requests from 8051
  ` [PATCH 08/54] staging/rdma/hfi1: Fix missing firmware NULL dereference
  ` [PATCH 09/54] staging/rdma/hfi1: Fix per-VL transmit discard counts
  ` [PATCH 10/54] staging/rdma/hfi1: Only warn when board description is not found
  ` [PATCH 11/54] staging/rdma/hfi1: Make firmware failure messages warnings
  ` [PATCH 12/54] staging/rdma/hfi1: Don't attempt to qualify or tune loopback plugs
  ` [PATCH 13/54] staging/rdma/hfi1: No firmware retry for simulation
  ` [PATCH 14/54] staging/rdma/hfi1: Skip lcb init "
  ` [PATCH 15/54] staging/rdma/hfi1: Fix for 32-bit counter overflow in driver and hfi1stats
  ` [PATCH 16/54] staging/rdma/hfi1: Correctly set RcvCtxtCtrl register
  ` [PATCH 17/54] staging/rdma/hfi1: Method to toggle "fast ECN" detection
  ` [PATCH 18/54] staging/rdma/hfi1: Add support for enabling/disabling PCIe ASPM
  ` [PATCH 19/54] staging/rdma/hfi1: Fix SL->SC checks
  ` [PATCH 20/54] staging/rdma/hfi1: Remove unused code
  ` [PATCH 21/54] staging/rdma/hfi1: Remove unnecessary duplicated variable
  ` [PATCH 22/54] staging/rdma/hfi1: Consolidate CPU/IRQ affinity support
  ` [PATCH 23/54] staging/rdma/hfi1: Allocate send ctxt on device NUMA node
  ` [PATCH 24/54] staging/rdma/hfi1: Verbs Mem affinity support
  ` [PATCH 25/54] staging/rdma/hfi1: Change send_schedule counter to a per cpu counter
  ` [PATCH 26/54] staging/rdma/hfi1: Fix for generic I2C interface
  ` [PATCH 27/54] staging/rdma/hfi1: Allow a fair scheduling of QPs
  ` [PATCH 28/54] staging/rdma/hfi1: Fix for module parameter rcvhdrcnt when it's 2097152
  ` [PATCH 29/54] staging/rdma/hfi1: Improve performance of TID cache look up
  ` [PATCH 30/54] staging/rdma/hfi1: Reduce syslog message severity and provide speed information
  ` [PATCH 31/54] staging/rdma/hfi1: Use device file minor to identify EPROM
  ` [PATCH 32/54] staging/rdma/hfi1: Improve performance of SDMA transfers
  ` [PATCH 33/54] staging/rdma/hfi1: correctly check for post-interrupt packets
  ` [PATCH 34/54] staging/rdma/hfi1: Properly determine error status of SDMA slots
  ` [PATCH 35/54] staging/rdma/hfi1: Report physical state changes per device instead of globally
  ` [PATCH 36/54] staging/rdma/hfi1: Fix fabric serdes reset by re-downloading firmware
  ` [PATCH 37/54] staging/rdma/hfi1: Split last 8 bytes of copy to user buffer
  ` [PATCH 38/54] staging/rdma/hfi1: Implement LED beaconing for maintenance
  ` [PATCH 39/54] staging/rdma/hfi1: Remove PCIe AER diagnostic message
  ` [PATCH 40/54] staging/rdma/hfi1: Correct TWSI reset
  ` [PATCH 41/54] staging/rdma/hfi1: Fix snoop packet length calculation
  ` [PATCH 42/54] staging/rdma/hfi1: Clean up init_cntrs()
  ` [PATCH 43/54] staging/rdma/hfi1: Support query gid in rdmavt
  ` [PATCH 44/54] staging/rdma/hfi1: Remove modify_port and port_immutable functions
  ` [PATCH 45/54] staging/rdma/hfi1, IB/core: Fix LinkDownReason define for consistency
  ` [PATCH 46/54] staging/rdma/hfi1: Improve performance of user SDMA
  ` [PATCH 47/54] staging/rdma/hfi1: Add credits for VL0 to VL7 in snoop mode
  ` [PATCH 48/54] staging/rdma/hfi1: Make EPROM check per device
  ` [PATCH 49/54] staging/rdma/hfi1: Remove unused variable nsbr
  ` [PATCH 50/54] staging/rdma/hfi1: Fix bug that could block the process on context exit
  ` [PATCH 51/54] staging/rdma/hfi1: Change for data type of port number
  ` [PATCH 52/54] staging/rdma/hfi1: Replacement of goto's for break/returns
  ` [PATCH 53/54] staging/rdma/hfi1: Adding support for hfi counters via sysfs
  ` [PATCH 54/54] staging/rdma/hfi1: Removing unused struct hfi1_verbs_counters

[PATCH 0/7] IB/qib: Finish adding core rdmavt verbs support
 2016-02-03 22:20 UTC  (8+ messages)
  ` [PATCH 1/7] IB/qib: Remove srq functionality
  ` [PATCH 2/7] IB/qib: Clean up register_ib_device
  ` [PATCH 3/7] IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn instead
  ` [PATCH 4/7] IB/qib: Remove modify queue pair code
  ` [PATCH 5/7] IB/qib: Remove destroy "
  ` [PATCH 6/7] IB/qib: Support query gid in rdmavt
  ` [PATCH 7/7] IB/qib: Remove modify_port and port_immutable functions

[PATCH 0/7] IB/rdmavt: Finish adding core verbs support
 2016-02-03 22:15 UTC  (8+ messages)
  ` [PATCH 1/7] IB/rdmavt: Add srq functionality to rdmavt
  ` [PATCH 2/7] IB/rdmavt: Add hardware driver send work request check
  ` [PATCH 3/7] IB/rdmavt: Add Mem affinity support
  ` [PATCH 4/7] IB/rdmavt: Clean up distinction between port number and index
  ` [PATCH 5/7] IB/rdmavt: Add query gid support
  ` [PATCH 6/7] IB/rdmavt: Add support for query_port, modify_port and get_port_immutable
  ` [PATCH 7/7] IB/rdmavt: Properly pass gfp to hw driver function

[PULL REQUEST] Please pull rdma.git
 2016-02-03 20:24 UTC 

[PATCH libmlx5 v2 0/7] Raw Packet QP for mlx5 v2
 2016-02-03 17:21 UTC  (9+ messages)
  ` [PATCH libmlx5 v2 1/7] Add infrastructure for resource identification
  ` [PATCH libmlx5 v2 2/7] Add resource tracking database
  ` [PATCH libmlx5 v2 3/7] Add new poll_cq according to the new CQE format
  ` [PATCH libmlx5 v2 4/7] Add QP and XSRQ create/destroy flow with user index
  ` [PATCH libmlx5 v2 5/7] Work with CQE version 1
  ` [PATCH libmlx5 v2 6/7] Allocate separate RQ and SQ buffers for Raw Packet QP
  ` [PATCH libmlx5 v2 7/7] Add Raw Packet QP data-path functionality

[PATCH libmlx5] Add support for create/destroy flow
 2016-02-03 17:12 UTC  (2+ messages)

[PATCH libibverbs] Allow use of huge pages in multiple calls to ibv_fork_init
 2016-02-03 11:42 UTC 

[PATCH libmlx5 0/7] Raw Packet QP for mlx5
 2016-02-02 18:51 UTC  (6+ messages)
  ` [PATCH libmlx5 3/7] Add new poll_cq according to the new CQE format
  ` [PATCH libmlx5 4/7] Add QP and XSRQ create/destroy flow with user index
  ` [PATCH libmlx5 5/7] Work with CQE version 1
  ` [PATCH libmlx5 6/7] Allocate separate RQ and SQ buffers for Raw Packet QP
  ` [PATCH libmlx5 7/7] Add Raw Packet QP data-path functionality


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