linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 13:44:26 to 2017-09-29 15:22:39 UTC [more...]

[PATCH v1 rdma-next] RDMA/qedr: Fix rdma_type initialization
 2017-09-29 15:22 UTC  (12+ messages)

[PATCH] IB/qib: Use setup_timer and mod_timer
 2017-09-29 15:20 UTC  (2+ messages)

[PATCH V2 for-next 0/8] Bug fixes & Code improvements in hip06 and hip08 RoCE driver
 2017-09-29 15:10 UTC  (9+ messages)
` [PATCH V2 for-next 1/8] RDMA/hns: Modify the value with rd&dest_rd of qp_attr
  ` [PATCH V2 for-next 2/8] RDMA/hns: Factor out the code for checking sdb status into a new function
  ` [PATCH V2 for-next 6/8] RDMA/hns: Add return statement when checking error in hns_roce_v1_mr_free_work_fn
` [PATCH V2 for-next 3/8] RDMA/hns: Add return statement when kzalloc return NULL in hns_roce_v1_recreate_lp_qp
` [PATCH V2 for-next 4/8] RDMA/hns: Set mask for destination qp field of qp context assignment
` [PATCH V2 for-next 5/8] RDMA/hns: Set rdma_ah_attr type for querying qp
` [PATCH V2 for-next 7/8] RDMA/hns: Remove unnecessarily calling unregister_inetaddr_notifier function
` [PATCH V2 for-next 8/8] RDMA/hns: Replace usleep_range with udelay when checking command status

[PATCH for-next 0/9] IB/hfi1: IOCTL cleanup and refactoring
 2017-09-29 15:07 UTC  (11+ messages)
  ` [PATCH for-next 1/9] IB/hfi1: Refactor assign_ctxt() IOCTL
  ` [PATCH for-next 2/9] IB/hfi1: Refactor get_ctxt_info
  ` [PATCH for-next 3/9] IB/hfi1: Fix parenthesis alignment issues
  ` [PATCH for-next 4/9] IB/hfi1: Refactor get_base_info
  ` [PATCH for-next 5/9] IB/hfi1: Refactor hfi_user_exp_rcv_setup() IOCTL
  ` [PATCH for-next 6/9] IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLs
  ` [PATCH for-next 7/9] IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLs
  ` [PATCH for-next 8/9] IB/hfi1: Refactor get_user() IOCTLs
  ` [PATCH for-next 9/9] IB/hfi1: Refactor reset_ctxt() IOCTL

[PATCH rdma-rc 0/7] RDMA core, IPoiB and mlx5 fixes
 2017-09-29 15:01 UTC  (3+ messages)

[PATCH for-next 0/2] IB/opa_vnic: Add debugfs interface
 2017-09-29 14:59 UTC  (16+ messages)
  ` [PATCH for-next 1/2] IB/opa_vnic: Add debugfs support to OPA VNIC
  ` [PATCH for-next 2/2] IB/opa_vnic: Support adding OPA VNIC vports through debug interface

[PATCH] i40iw: delete some stray tabs
 2017-09-29 14:45 UTC  (5+ messages)

[PATCH v1 for-4.14-rc] RDMA/core: Correct nlmsg_len after appending attributes
 2017-09-29 14:41 UTC  (2+ messages)

[PATCH for-next 00/12] IB/hfi1,qib: Driver updates 9/26/2017
 2017-09-29 14:02 UTC  (20+ messages)
  ` [PATCH for-next 01/12] IB/hfi1: Add new state complete decodes for LNI failures
  ` [PATCH for-next 02/12] IB/hfi1: Convert the macro AHG_HEADER_SET into an inline function
  ` [PATCH for-next 03/12] IB/hfi1: Remove the debug trace message in pin_sdma_pages()
  ` [PATCH for-next 04/12] IB/qib: Update QIB to use the latest PCI API
  ` [PATCH for-next 05/12] IB/hfi1: Update HFI "
  ` [PATCH for-next 06/12] IB/hfi1: Set default_desc1 just one time
  ` [PATCH for-next 07/12] IB/hfi1: Remove unused link_default variable
  ` [PATCH for-next 08/12] IB/hfi1: Remove unnecessary error messages on alloc failures
  ` [PATCH for-next 09/12] IB/hfi1: Inline common calculation
  ` [PATCH for-next 10/12] IB/hfi1: Remove unused hfi1_cpulist variables
  ` [PATCH for-next 11/12] IB/hfi1: Extend input hdr tracing for packet type
  ` [PATCH for-next 12/12] IB/hfi1: Add a safe wrapper for _rcd_get_by_index

[PATCH][rdma-next] RDMA/hns: remove redundant assignment to variable j
 2017-09-29 13:52 UTC 

[PATCH][rdma-next] RDMA/hns: make various function static, fixes warnings
 2017-09-29 13:16 UTC 

[PATCH for-next 0/9] Bug fixes & Code improvements in hip06 and hip08 RoCE driver
 2017-09-29 13:15 UTC  (22+ messages)
` [PATCH for-next 1/9] RDMA/hns: Modify the value with rd&dest_rd of qp_attr
` [PATCH for-next 2/9] RDMA/hns: Factor out the code for checking sdb status into a new function
  ` [PATCH for-next 3/9] RDMA/hns: Add return statement when kzalloc return NULL in hns_roce_v1_recreate_lp_qp
  ` [PATCH for-next 6/9] RDMA/hns: Add return statement when checking error in hns_roce_v1_mr_free_work_fn
  ` [PATCH for-next 8/9] RDMA/hns: Remove unused struct members in hns-abi.h
  ` [PATCH for-next 9/9] RDMA/hns: Replace usleep_range with udelay when checking command status
` [PATCH for-next 4/9] RDMA/hns: Set mask for destination qp field of qp context assignment
` [PATCH for-next 5/9] RDMA/hns: Set rdma_ah_attr type for querying qp
` [PATCH for-next 7/9] RDMA/hns: Remove unnecessarily calling unregister_inetaddr_notifier function

[PATCH 0/8] use setup_timer() helper function
 2017-09-29  7:06 UTC  (3+ messages)

[PATCH for-4.14-rc] RDMA/netlink: Restore nlmsg_len calculation in ibnl_put_attr
 2017-09-28 19:47 UTC  (4+ messages)

[PATCH] IB/ipoib: Enable pkey and device name decoupling
 2017-09-28 17:08 UTC  (12+ messages)

[PATCH] verbs: fix compilation error with ICC
 2017-09-28 16:44 UTC  (3+ messages)

[ANNOUNCE] Shared pull requests (was Re: Workflow for i40iw patch submissions)
 2017-09-28 16:29 UTC  (18+ messages)

[PULL REQUEST] Please pull rdma.git
 2017-09-28 16:06 UTC 

[PATCH rdma-core 00/10] Rework the verb init scheme
 2017-09-28 15:56 UTC  (7+ messages)
` [PATCH rdma-core 03/10] verbs: Split init_device into a match and alloc/bind step

[bug report] RDMA/bnxt_re: Add bnxt_re RoCE driver
 2017-09-28 10:42 UTC 

[PATCH for-next 00/20] RDMA/hns: Add hip08 RoCE driver support
 2017-09-28  4:34 UTC  (15+ messages)
` [PATCH for-next 05/20] RDMA/hns: Add command queue support for hip08 RoCE driver

[perftests and rdma-core]: Location of upstream perftest repo and inclusion in rdma-core
 2017-09-27 21:27 UTC  (3+ messages)

[PATCH rdma-next 0/5] iw_cxgb4: handle fw reply timeouts
 2017-09-27 20:55 UTC  (6+ messages)
  ` [PATCH rdma-next 1/5] iw_cxgb4: allocate wait object for each memory object
  ` [PATCH rdma-next 2/5] iw_cxgb4: allocate wait object for each cq object
  ` [PATCH rdma-next 3/5] iw_cxgb4: allocate wait object for each qp object
  ` [PATCH rdma-next 4/5] iw_cxgb4: allocate wait object for each ep object
  ` [PATCH rdma-next 5/5] iw_cxgb4: add referencing to wait objects

[PATCH v2 for-next] IB/{ipoib,iser}: Consistent print format of vendor error
 2017-09-27 18:26 UTC 

[PATCH v1 for-next] IB/{ipoib,iser}: Consistent print format of vendor error
 2017-09-27 18:00 UTC  (3+ messages)

Concall with Doug
 2017-09-27 17:51 UTC  (2+ messages)

[PATCH for-rc 0/7] IB/opa_vnic: Fixes for RC
 2017-09-27 15:20 UTC  (3+ messages)
  ` [PATCH for-rc 7/7] IB/opa_vnic: Add routing control information

[PATCH for-rc 0/7] IB/hfi1: Fixes for RC
 2017-09-27 15:15 UTC  (4+ messages)
` [PATCH for-rc 5/7] Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"

[PATCH] IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlines
 2017-09-27 14:46 UTC  (7+ messages)

[PATCH v2] IB/ocrdma: pr_err() strings should end with newlines
 2017-09-27 14:21 UTC  (2+ messages)

[PATCH] IB/ocrdma: pr_err() strings should end with newlines
 2017-09-27 14:20 UTC  (4+ messages)

[PATCH for-next v3 0/2] iw_cxgb4 pr_debug() changes for 4.14-rc
 2017-09-27 14:17 UTC  (6+ messages)
  ` [PATCH for-next v3 1/2] iw_cxgb4: Remove __func__ parameter from pr_debug()
  ` [PATCH for-next v3 2/2] iw_cxgb4: change pr_debug to appropriate log level

[PATCH] IB/ipoib: Remove device when one port fails to init
 2017-09-27 13:48 UTC  (2+ messages)

[PATCH rdma-next] RDMA/qedr: Fix rdma_type initialization
 2017-09-27 13:23 UTC  (6+ messages)

[PATCH] RDMA/cxgb3: remove redundant first assignement of sqp
 2017-09-27 13:11 UTC  (2+ messages)

[PATCH 1/2] [v2] IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage
 2017-09-27 13:10 UTC  (4+ messages)
` [PATCH 2/2] IB/uverbs: clean up INIT_UDATA() macro usage

[PATCH v3] IB: Move PCI dependency from root KConfig to HW's KConfigs
 2017-09-27 13:07 UTC  (2+ messages)

[PATCH] IB/{cxgb3,cxgb4}: Remove unneeded config dependencies
 2017-09-27 13:06 UTC  (2+ messages)

[PATCH][next] IB/core: fix spelling mistake: "aceess" -> "access"
 2017-09-27 12:54 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Delete the unnecessary initializing enum to zero
 2017-09-27 12:42 UTC  (2+ messages)

[RFC+PATCH] Infiniband hfi1 + PREEMPT_RT_FULL issues
 2017-09-26 21:11 UTC  (10+ messages)

[linux-rdma and rdma-core]: Unable to perform rdma_connect in loopbacked configuration
 2017-09-26 20:52 UTC  (5+ messages)

[PATCH v2 net-next 0/4] qed: iWARP fixes and enhancements
 2017-09-26 18:22 UTC  (2+ messages)

[PATCH for-next v2 0/2] iw_cxgb4 pr_debug() changes for 4.14-rc
 2017-09-26 17:47 UTC  (6+ messages)
  ` [PATCH for-next v2 1/2] iw_cxgb4: Remove __func__ parameter from pr_debug()
  ` [PATCH for-next v2 2/2] iw_cxgb4: change pr_debug to appropriate log level

[PATCH net-next] net/mlx5: Remove redundant unlikely()
 2017-09-26 17:23 UTC  (2+ messages)


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