linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-30 22:28:18 to 2016-02-04 22:51:13 UTC [more...]

[PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
 2016-02-05 22:01 UTC  (7+ 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 v3 00/21] IB/srpt patches for Linux kernel v4.6
 2016-02-04 22:51 UTC  (12+ 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 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 v1 00/10] NFS/RDMA server patches for v4.6
 2016-02-03 15:52 UTC  (11+ 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 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  (8+ messages)
  ` [PATCH libmlx5 1/7] Add infrastructure for resource identification
  ` [PATCH libmlx5 2/7] Add resource tracking database
  ` [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

Respond to me immediately via my private email address(mrsmarois.nicole-zJpx2rpV7r/QT0dZR+AlfA@public.gmane.org)
 2016-02-02 16:32 UTC 

[PATCH v2 00/22] IB/srpt patches for Linux kernel v4.6
 2016-02-02 15:37 UTC  (33+ messages)
` [PATCH v2 02/22] IB/srpt: Remove struct srpt_node_acl
` [PATCH v2 07/22] IB/srpt: Simplify srpt_handle_tsk_mgmt()
` [PATCH v2 10/22] IB/srpt: Do not complain about initiator names without leading "0x"
` [PATCH v2 12/22] IB/srpt: Fix srpt_handle_cmd() error paths
` [PATCH v2 13/22] IB/srpt: Fix how aborted commands are processed
` [PATCH v2 14/22] IB/srpt: Inline trivial CM callback functions
` [PATCH v2 15/22] IB/srpt: Eliminate srpt_find_channel()
` [PATCH v2 16/22] IB/srpt: Log private data associated with REJ
` [PATCH v2 17/22] IB/srpt: Convert rch_list to RCU
` [PATCH v2 20/22] IB/srpt: Log out all initiators if a port is disabled
` [PATCH v2 21/22] IB/srpt: Introduce srpt_process_wait_list()
` [PATCH v2 22/22] IB/srpt: Fix wait list processing

Request For Your Partnership
 2016-02-02  1:02 UTC 

[PATCHv3 0/3] rdmacg: IB/core: rdma controller support
 2016-02-01 18:59 UTC  (10+ messages)
` [PATCHv3 1/3] rdmacg: Added rdma cgroup controller

[PATCH] infiniband: cxgb4: use %pR format string for printing resources
 2016-02-01 16:45 UTC  (2+ messages)

[LSF/MM TOPIC] Remote access to pmem on storage targets
 2016-02-01 10:36 UTC  (6+ messages)
` [LSF/MM TOPIC/ATTEND] RDMA passive target

[PATCH] IB/mlx4: Use boottime
 2016-02-01  9:48 UTC  (4+ messages)

[PATCHv5 0/3] rdmacg: IB/core: rdma controller support
 2016-01-31  9:55 UTC  (6+ messages)
  ` [PATCHv5 1/3] rdmacg: Added rdma cgroup controller
  ` [PATCHv5 2/3] IB/core: added support to use "
  ` [PATCHv5 3/3] rdmacg: Added documentation for rdma controller

[PATCHv4 0/3] rdmacg: IB/core: rdma controller support
 2016-01-31  1:30 UTC  (9+ messages)
  ` [PATCHv4 1/3] rdmacg: Added rdma cgroup controller
        ` [PATCH] rdmacg: fix semicolon.cocci warnings
  ` [PATCHv4 3/3] rdmacg: Added documentation for rdma controller
` [PATCHv4 2/3] IB/core: added support to use rdma cgroup controller


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