linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-05 16:57:58 to 2016-02-13 16:10:49 UTC [more...]

[PATCH v3 0/3] new ib_drain_qp() API
 2016-02-13 16:10 UTC  (14+ messages)
` [PATCH 3/3] IB/srp: use ib_drain_rq()
  ` [PATCH 1/3] IB: new common API for draining queues

[PATCH v5 1/1] IB/ipoib: fix for rare multicast join race condition
 2016-02-12 23:19 UTC  (6+ messages)

[PATCH v1 0/8] NFS/RDMA client patches for v4.6
 2016-02-12 21:07 UTC  (9+ messages)
  ` [PATCH v1 1/8] xprtrdma: Segment head and tail XDR buffers on page boundaries
  ` [PATCH v1 2/8] xprtrdma: Invalidate memory when a signal is caught
  ` [PATCH v1 3/8] rpcrdma: Add RPCRDMA_HDRLEN_ERR
  ` [PATCH v1 4/8] xprtrdma: Properly handle RDMA_ERROR replies
  ` [PATCH v1 5/8] xprtrdma: Serialize credit accounting again
  ` [PATCH v1 6/8] xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs
  ` [PATCH v1 7/8] xprtrdma: Use an anonymous union in struct rpcrdma_mw
  ` [PATCH v1 8/8] xprtrdma: Use new CQ API for RPC-over-RDMA client send CQs

[RFC 0/7] Peer-direct memory
 2016-02-12 20:36 UTC  (11+ messages)
  ` [RFC 1/7] IB/core: Introduce peer client interface
  ` [RFC 2/7] IB/core: Get/put peer memory client
  ` [RFC 3/7] IB/core: Umem tunneling peer memory APIs
  ` [RFC 4/7] IB/core: Infrastructure to manage peer core context
  ` [RFC 5/7] IB/core: Invalidation support for peer memory
  ` [RFC 6/7] IB/core: Peer memory client for IO memory
  ` [RFC 7/7] IB/mlx5: Invalidation support for MR over peer memory

[PATCH rdma-rc] IB/mlx5: Fix RC transport send queue overhead computation
 2016-02-12 19:55 UTC  (3+ messages)

[PATCHv3 0/3] rdmacg: IB/core: rdma controller support
 2016-02-12 16:45 UTC  (14+ messages)
` [PATCHv3 1/3] rdmacg: Added rdma cgroup controller

[PATCH] perftest: Fix typos in s390x support
 2016-02-12 15:38 UTC 

[PATCH for-next] iw_cxgb4: Max fastreg depth depends on DSGL support
 2016-02-12 10:40 UTC 

[PATCH] IB/core: Replace memset with eth_zero_addr
 2016-02-12  7:46 UTC 

[PATCH] RDMA/ocrdma: Fix arm logic to align with new cq API
 2016-02-12  3:46 UTC  (3+ messages)

missing commit for 4.4 stable
 2016-02-11 21:42 UTC  (2+ messages)

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

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

[PATCH v2 0/9] NFS/RDMA server patches for v4.6
 2016-02-11 18:48 UTC  (14+ messages)
  ` [PATCH v2 1/9] svcrdma: Do not send XDR roundup bytes for a write chunk
  ` [PATCH v2 2/9] svcrdma: svc_rdma_post_recv() should close connection on error
  ` [PATCH v2 3/9] rpcrdma: Add RPCRDMA_HDRLEN_ERR
  ` [PATCH v2 4/9] svcrdma: Make RDMA_ERROR messages work
  ` [PATCH v2 5/9] svcrdma: Use correct XID in error replies
  ` [PATCH v2 6/9] svcrdma: Hook up the logic to return ERR_CHUNK
  ` [PATCH v2 7/9] svcrdma: Remove close_out exit path
  ` [PATCH v2 8/9] svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs
  ` [PATCH v2 9/9] svcrdma: Use new CQ API for RPC-over-RDMA server send CQs

[PATCH 0/3] IB/mlx4: Fix extended counters support
 2016-02-11 17:46 UTC  (9+ messages)
  ` [PATCH 1/3] IB/core: Fix reading capability mask of the port info class
  ` [PATCH 2/3] IB/mlx4: Add support for extended counters over RoCE ports
  ` [PATCH 3/3] IB/mlx4: Add support for the port info class for "

[PATCH] rdma: amso1100: c2_provider: Use netdev_dbg()
 2016-02-11 16:27 UTC  (2+ messages)

[PATCH v4 1/1] IB/ipoib: fix for rare multicast join race condition
 2016-02-11 16:24 UTC  (2+ messages)

[PATCH 0/5] pre-decrement in error paths considered harmful
 2016-02-11 16:02 UTC  (7+ messages)
` [PATCH 3/5] net/mlx4: fix some error handling in mlx4_multi_func_init()

[PATCH V1 libibverbs] Add QP creation flags, support blocking self multicast loopback
 2016-02-11 13:54 UTC 

[PATCH for-next 0/3] Add TOS support and some cleanup
 2016-02-11 12:14 UTC  (2+ messages)

Business Partnership
 2016-02-11  1:30 UTC 

Business Partnership
 2016-02-11  1:02 UTC 

[PULL REQUEST] Please pull rdma.git
 2016-02-10 22:34 UTC 

[PATCH v3 1/1] IB/ipoib: fix for rare multicast join race condition
 2016-02-10 16:47 UTC  (3+ messages)

Good day
 2016-02-10 16:34 UTC 

[PATCH for-next 0/3] Enable LSO and Checksum for IPoIB over mlx5
 2016-02-10 13:35 UTC  (4+ messages)
  ` [PATCH for-next 1/3] IB/mlx5: Define mlx5 interface bits for IPoIB offloads
  ` [PATCH for-next 2/3] IB/mlx5: Implement UD QP offloads for IPoIB in the TX flow
  ` [PATCH for-next 3/3] IB/mlx5: Add support for CSUM in RX flow

Клиентские базы! Тел\Viber\Whatsapp:+79139393506 Skype:prodawez389 Email:usitnikov94@gmail.com Узнайте подробнее!!!
 2016-02-10  9:50 UTC 

[PATCH 0/5] IB/rdmavt,staging/rdma/hfi1: Misc bug fixes for hfi1
 2016-02-09 22:29 UTC  (6+ messages)
  ` [PATCH 1/5] staging/rdma/hfi1: Fetch platform configuration data from EFI variable
  ` [PATCH 2/5] staging/rdma/hfi1: Tune for unknown channel if configuration file is absent
  ` [PATCH 3/5] staging/rdma/hfi1: actually use new RNR timer API in loopback path
  ` [PATCH 4/5] staging/rdma/hfi1: Turning off LED without checking if stepping is Ax
  ` [PATCH 5/5] IB/rdmavt, staging/rdma/hfi1: use qps to dynamically scale timeout value

[PATCH v3 00/21] IB/srpt patches for Linux kernel v4.6
 2016-02-09 15:13 UTC  (8+ messages)
` [PATCH v3 03/21] IB/srpt: Remove struct srpt_node_acl
` [PATCH v3 16/21] IB/srpt: Use a mutex to protect the channel list

[PATCH v2] IB/ipoib: fix for rare multicast join race condition
 2016-02-09 12:06 UTC  (8+ messages)

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

[PATCH V1 libibverbs 0/7] Memory Window support
 2016-02-08 12:43 UTC  (8+ messages)
  ` [PATCH V1 libibverbs 1/7] Update ibv_post_send manual page
  ` [PATCH V1 libibverbs 2/7] Add alloc/dealloc Memory Window verbs
  ` [PATCH V1 libibverbs 3/7] Add bind/unbind support for Memory Window type one
  ` [PATCH V1 libibverbs 4/7] Expose device capability "
  ` [PATCH V1 libibverbs 5/7] Add bind/unbind support for Memory Window type two
  ` [PATCH V1 libibverbs 6/7] Expose device capabilities "
  ` [PATCH V1 libibverbs 7/7] Extend man pages to describe Memory Window usage

[PATCH 0/4] RDMA/ocrdma: Add RoCE-v2 support
 2016-02-08 10:48 UTC  (2+ messages)

Very Urgent,response needed
 2016-02-07 21:28 UTC 

mlx5_core Issue
 2016-02-07  8:52 UTC  (3+ messages)

[PATCH v1 00/10] NFS/RDMA server patches for v4.6
 2016-02-06 15:56 UTC  (7+ messages)
` [PATCH v1 02/10] svcrdma: Make svc_rdma_get_frmr() not sleep

[PATCH] IB/ipoib: fix for rare multicast join race condition
 2016-02-05 23:35 UTC 

[PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
 2016-02-05 22:01 UTC  (2+ messages)

[PATCH for-4.5-rc 0/4] ocrdma bug fixes
 2016-02-05 20:12 UTC  (2+ messages)

[PATCH v3 00/13] Implement Expected Receive TID Caching
 2016-02-05 16:57 UTC  (2+ messages)
  ` [PATCH v3 13/13] staging/rdma/hfi1: Enable TID caching feature


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