linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-24 10:12:59 to 2015-12-30 14:14:16 UTC [more...]

[PATCH] IB/core: Allocating larger memory than required for cma_configfs
 2015-12-30 14:14 UTC 

git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git/k.o/for-4.5 crash during boot
 2015-12-30 12:34 UTC  (3+ messages)

start moving user space visible constants to uapi headers
 2015-12-30 11:28 UTC  (15+ messages)
  ` [PATCH 1/6] IB/uapi: expose uverbs WR opcodes
  ` [PATCH 2/6] IB/uapi: expose uverbs send WR flags
  ` [PATCH 3/6] IB/uapi: expose uverbs WC opcodes
  ` [PATCH 4/6] IB/uapi: expose uverbs WC flags
  ` [PATCH 5/6] IB/uapi: expose uverbs WC status codes
  ` [PATCH 6/6] IB/uapi: expose device capability flags

[PATCH for-next V3 00/11] Add RoCE v2 support
 2015-12-30 11:14 UTC  (8+ messages)
` [PATCH for-next V3 10/11] IB/core: Initialize UD header structure with IP and UDP headers

[PATCH for-next 0/7] Add RoCE v2 support for mlx4 driver
 2015-12-30 11:11 UTC  (24+ messages)
  ` [PATCH for-next 1/7] IB/mlx4: Query RoCE support
  ` [PATCH for-next 2/7] IB/mlx4: Add RoCE per GID support for add_gid and del_gid
  ` [PATCH for-next 3/7] IB/mlx4: Configure device to work in RoCEv2
  ` [PATCH for-next 4/7] net/mlx4_core: Add handlning of RoCE v2 over IPV4 in attach_flow
  ` [PATCH for-next 5/7] IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
  ` [PATCH for-next 6/7] IB/mlx4: Create and use another QP1 for RoCEv2
  ` [PATCH for-next 7/7] IB/mlx4: Advertise RoCE support

[PATCH] IB/mad: Ensure fairness in ib_mad_completion_handler
 2015-12-30 11:01 UTC  (9+ messages)

[PATCH for-next 0/3] Change per-entry locks in GID cache to table lock
 2015-12-30 10:59 UTC  (5+ messages)
` [PATCH for-next 2/3] IB/core: Change per-entry lock in RoCE GID table to one lock

completion queue abstraction V2
 2015-12-30  9:43 UTC  (8+ messages)
` [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched
` [PATCH 08/13] IB/srpt: chain RDMA READ/WRITE requests

[PATCH] IB/core: Remove a set-but-not-used variable from ib_sg_to_pages()
 2015-12-30  9:42 UTC  (4+ messages)

[PATCH v1 ib-next 0/3] IB core uverbs support for leagacy commands
 2015-12-30  8:25 UTC  (2+ messages)

[RFC] Generic InfiniBand transport done in software
 2015-12-29 17:55 UTC  (16+ messages)

[PATCH v2] IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling
 2015-12-29 16:58 UTC  (4+ messages)

SoftRoCE V1
 2015-12-29 16:01 UTC 

[PATCH V3] IB/mlx5: Unify CQ create flags check
 2015-12-29 15:01 UTC 

[PATCH V2] IB/mlx5: Unify CQ create flags check
 2015-12-29 14:47 UTC  (2+ messages)

[PATCH V2] IB/mlx5: Unify CQ create flags check
 2015-12-29 14:42 UTC  (4+ messages)

[PATCH v2 00/36] Add rdma verbs transport library
 2015-12-29 13:41 UTC  (39+ messages)
  ` [PATCH v2 01/36] IB/rdmavt: Create module framework and handle driver registration
  ` [PATCH v2 02/36] IB/rdmavt: Consolidate dma ops in rdmavt
  ` [PATCH v2 03/36] IB/rdmavt: Add protection domain to rdmavt
  ` [PATCH v2 04/36] IB/rdmavt: Add ib core device attributes to rvt driver params list
  ` [PATCH v2 05/36] IB/rdmavt: Macroize override checks during driver registration
  ` [PATCH v2 06/36] IB/rdmavt: Add query and modify device stubs
  ` [PATCH v2 07/36] IB/rdmavt: Add query and modify port stubs
  ` [PATCH v2 08/36] IB/rdmavt: Add pkey query stub
  ` [PATCH v2 09/36] IB/rdmavt: Add query gid stub
  ` [PATCH v2 10/36] IB/rdmavt: Alloc and dealloc ucontexts
  ` [PATCH v2 11/36] IB/rdmavt: Add queue pair function stubs
  ` [PATCH v2 12/36] IB/rdmavt: Add address handle stubs
  ` [PATCH v2 13/36] IB/rdmavt: Add memory region stubs
  ` [PATCH v2 14/36] IB/rdmavt: Add SRQ stubs
  ` [PATCH v2 15/36] IB/rdmavt: Add multicast stubs
  ` [PATCH v2 16/36] IB/rdmavt: Add process MAD stub
  ` [PATCH v2 17/36] IB/rdmavt: Add mmap stub
  ` [PATCH v2 18/36] IB/rdmavt: Add get port immutable stub
  ` [PATCH v2 19/36] IB/rdmavt: Add completion queue function stubs
  ` [PATCH v2 20/36] IB/rdmavt: Add post send and recv stubs
  ` [PATCH v2 21/36] IB/rdmavt: Move MR datastructures into rvt
  ` [PATCH v2 22/36] IB/rdmavt: Add queue pair data structure to rdmavt
  ` [PATCH v2 23/36] IB/rdmavt: Move driver helper functions to a common structure
  ` [PATCH v2 24/36] IB/rdmavt: Add device specific info prints
  ` [PATCH v2 25/36] IB/rdmavt: Add the start of capability flags
  ` [PATCH v2 26/36] IB/rdmavt: Move memory registration into rdmavt
  ` [PATCH v2 27/36] IB/rdmavt: Do not use rvt prints which rely on driver too early
  ` [PATCH v2 28/36] IB/rdmavt: Add common LID defines to rdmavt
  ` [PATCH v2 29/36] IB/rdmavt: Add AH "
  ` [PATCH v2 30/36] IB/rdmavt: Move SRQ data structure into rdmavt
  ` [PATCH v2 31/36] IB/rdmavt: Add an ibport data structure to rdmavt
  ` [PATCH v2 32/36] IB/rdmavt: Add driver notification for new AH
  ` [PATCH v2 33/36] IB/rdmavt: Break rdma_vt main include header file up
  ` [PATCH v2 34/36] IB/rdmavt: Initialize and teardown of qpn table
  ` [PATCH v2 35/36] IB/rdmavt: Add mmap related functions
  ` [PATCH v2 36/36] IB/rdmavt: Add pkey support

[PATCH] IB/mlx5: Unify CQ create flags check
 2015-12-29 11:00 UTC  (2+ messages)

[PATCH] IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling
 2015-12-29  8:55 UTC  (3+ messages)

Assalam o Alaikum
 2015-12-29  2:03 UTC 

Charity/Donation
 2015-12-29  1:21 UTC 

[PULL REQUEST] Please pull rdma.git
 2015-12-28 21:43 UTC 

[PATCH v2 00/10] Begin to use rdmavt for qib
 2015-12-28 21:22 UTC  (11+ messages)
  ` [PATCH v2 01/10] IB/qib: Begin to use rdmavt for verbs
  ` [PATCH v2 02/10] IB/qib: Remove dma.c and use rdmavt version of dma functions
  ` [PATCH v2 03/10] IB/qib: Use rdmavt protection domain
  ` [PATCH v2 04/10] IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASE
  ` [PATCH v2 05/10] IB/qib: Use rdmavt lid defines in qib
  ` [PATCH v2 06/10] IB/qib: Remove driver specific members from qib qp type
  ` [PATCH v2 07/10] IB/qib: Add device specific info prints
  ` [PATCH v2 08/10] IB/qib: Remove qp and mr functionality from qib
  ` [PATCH v2 09/10] IB/qib: Use address handle in rdmavt and remove "
  ` [PATCH v2 10/10] IB/qib: Remove srq "

Charity Donation
 2015-12-28 18:16 UTC 

[PATCH 0/6] InfiniBand-ocrdma: Fine-tuning for some function implementations
 2015-12-27 15:26 UTC  (15+ messages)
  ` [PATCH 1/6] InfiniBand-ocrdma: One variable and jump label less in ocrdma_alloc_ucontext_pd()
      ` [PATCH v2 1/6] InfiniBand-ocrdma: One "
    ` [PATCH 2/6] InfiniBand-ocrdma: Delete unnecessary variable initialisations in 11 functions
    ` [PATCH 3/6] InfiniBand-ocrdma: Returning only value constants in ocrdma_qp_state_change()
    ` [PATCH 4/6] InfiniBand-ocrdma: Return a value from a function call in _ocrdma_modify_qp() directly
  ` [PATCH 5/6] InfiniBand-ocrdma: Returning only value constants in ocrdma_resize_cq()
  ` [PATCH 6/6] InfiniBand-ocrdma: Delete an unnecessary variable in ocrdma_dealloc_pd()
` [PATCH 0/2] InfiniBand-iSER: Refactoring for two function implementations
  ` [PATCH 1/2] InfiniBand-iSER: One jump label less in iser_reg_sig_mr()
  ` [PATCH 2/2] InfiniBand-iSER-target: One jump label less in isert_reg_sig_mr()

[PATCH v2 for-next 0/7] Add support for multicast loopback prevention to mlx4
 2015-12-27 11:16 UTC  (12+ messages)
` [PATCH v2 for-next 5/7] IB/mlx4: Add IB counters table

[PATCH rdma-next V2 00/32] Soft-RoCE driver
 2015-12-27  6:58 UTC  (8+ messages)
` [PATCH rdma-next V2 01/32] IB/core: Macro for RoCEv2 UDP port

[PATCH 0/4] ocrdma bug fix for linux-4.4-rc
 2015-12-26 18:07 UTC  (6+ messages)
  ` [PATCH 1/4] RDMA/ocrdma: Fix vlan-id assignment in qp parameters
  ` [PATCH 2/4] RDMA/ocrdma: Dispatch only port event when port state changes
  ` [PATCH 3/4] RDMA/ocrdma: Depend on async link events from CNA
  ` [PATCH 4/4] RDMA/be2net: Remove open and close entry points

memory registration updates
 2015-12-25 16:46 UTC  (9+ messages)
` [PATCH 10/11] IB: only keep a single key in struct ib_mr

[PATCH V1 02/16] i40iw: add main, hdr, status
 2015-12-24 19:36 UTC  (11+ messages)
` [PATCH V1 03/16] i40iw: add connection management code
  ` [PATCH V1 04/16] i40iw: add puda code
    ` [PATCH V1 05/16] i40iw: add pble resource files
      ` [PATCH V1 06/16] i40iw: add hmc "
        ` [PATCH V1 07/16] i40iw: add hw and utils files
          ` [PATCH V1 08/16] i40iw: add files for iwarp interface

[PATCH 0/3] IB core: 64 bit counter support V3
 2015-12-24 18:45 UTC  (5+ messages)
` [PATCH 3/3] Display extended counter set if available

[RFC PATCH 00/15] staging/rdma/hfi1: Initial patches to add rdmavt support in HFI1
 2015-12-24 17:50 UTC  (8+ messages)

[PATCH V1 0/3] Add cross-channel support
 2015-12-24 16:55 UTC  (5+ messages)

[PATCH] IB/qib: Improve ipoib UD performance
 2015-12-24 16:19 UTC 

libmlx5 : Maintainer/Git change
 2015-12-24 10:59 UTC 

[PATCH v2 00/10] iSER support for remote invalidate
 2015-12-24 10:22 UTC  (4+ 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).