linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 14:51:06 to 2021-01-26 05:38:43 UTC [more...]

[PATCH rdma-next v1 0/2] Fixes to v5.11
 2021-01-25 12:13 UTC  (3+ messages)
` [PATCH rdma-next v1 1/2] IB/umad: Return EIO in case of when device disassociated
` [PATCH rdma-next v1 2/2] IB/umad: Return EPOLLERR "

[pull request][net-next V10 00/14] Add mlx5 subfunction support
 2021-01-25 23:13 UTC  (30+ messages)
` [net-next V10 01/14] devlink: Prepare code to fill multiple port function attributes
` [net-next V10 02/14] devlink: Introduce PCI SF port flavour and port attribute
` [net-next V10 03/14] devlink: Support add and delete devlink port
` [net-next V10 04/14] devlink: Support get and set state of port function
` [net-next V10 05/14] net/mlx5: Introduce vhca state event notifier
` [net-next V10 06/14] net/mlx5: SF, Add auxiliary device support
` [net-next V10 07/14] net/mlx5: SF, Add auxiliary device driver
` [net-next V10 08/14] net/mlx5: E-switch, Prepare eswitch to handle SF vport
` [net-next V10 09/14] net/mlx5: E-switch, Add eswitch helpers for "
` [net-next V10 10/14] net/mlx5: SF, Add port add delete functionality
` [net-next V10 11/14] net/mlx5: SF, Port function state change support
` [net-next V10 12/14] devlink: Add devlink port documentation
` [net-next V10 13/14] devlink: Extend devlink port documentation for subfunctions
` [net-next V10 14/14] net/mlx5: Add devlink subfunction port documentation

[PATCH] IB/ipoib: improve latency in ipoib/cm connection formation
 2021-01-25 18:49 UTC  (3+ messages)

[PATCH 00/22] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2021-01-26  0:39 UTC  (33+ messages)
` [PATCH 01/22] iidc: Introduce iidc.h
` [PATCH 02/22] ice: Initialize RDMA support
` [PATCH 03/22] ice: Implement iidc operations
` [PATCH 04/22] ice: Register auxiliary device to provide RDMA
` [PATCH 05/22] i40e: Prep i40e header for aux bus conversion
` [PATCH 06/22] i40e: Register auxiliary devices to provide RDMA
` [PATCH 07/22] RDMA/irdma: Register an auxiliary driver and implement private channel OPs
` [PATCH 08/22] RDMA/irdma: Implement device initialization definitions
` [PATCH 09/22] RDMA/irdma: Implement HW Admin Queue OPs
` [PATCH 10/22] RDMA/irdma: Add HMC backing store setup functions
` [PATCH 11/22] RDMA/irdma: Add privileged UDA queue implementation
` [PATCH 12/22] RDMA/irdma: Add QoS definitions
` [PATCH 13/22] RDMA/irdma: Add connection manager
` [PATCH 14/22] RDMA/irdma: Add PBLE resource manager
` [PATCH 15/22] RDMA/irdma: Implement device supported verb APIs
` [PATCH 16/22] RDMA/irdma: Add RoCEv2 UD OP support
` [PATCH 17/22] RDMA/irdma: Add user/kernel shared libraries
` [PATCH 18/22] RDMA/irdma: Add miscellaneous utility definitions
` [PATCH 19/22] RDMA/irdma: Add dynamic tracing for CM
` [PATCH 20/22] RDMA/irdma: Add ABI definitions
` [PATCH 21/22] RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw
` [PATCH 22/22] RDMA/irdma: Update MAINTAINERS file

[PATCH mlx5-next v4 0/4] Dynamically assign MSI-X vectors count
 2021-01-25 21:52 UTC  (9+ messages)
` [PATCH mlx5-next v4 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
` [PATCH mlx5-next v4 2/4] net/mlx5: Add dynamic MSI-X capabilities bits
` [PATCH mlx5-next v4 3/4] net/mlx5: Dynamically assign MSI-X vectors count
` [PATCH mlx5-next v4 4/4] net/mlx5: Allow to the users to configure number of MSI-X vectors

[PATCH net-next 0/3] net: constify page_is_pfmemalloc() and its users
 2021-01-25 19:22 UTC  (7+ messages)
` [PATCH net-next 1/3] mm: constify page_is_pfmemalloc() argument
` [PATCH net-next 2/3] net: constify page_is_pfmemalloc() argument at call sites
` [PATCH net-next 3/3] net: page_pool: simplify page recycling condition tests

[PATCH for-next 0/5] RDMA/rxe: Fix rxe_alloc() bug
 2021-01-25 15:15 UTC  (9+ messages)
` [PATCH for-next 1/5] RDMA/rxe: Fix bug in rxe_alloc
` [PATCH for-next 2/5] RDMA/rxe: Fix misleading comments and names
` [PATCH for-next 3/5] RDMA/rxe: Remove RXE_POOL_ATOMIC
` [PATCH for-next 4/5] RDMA/rxe: Remove calls to ib_device_try_get/put
` [PATCH for-next 5/5] RDMA/rxe: Remove unneeded pool->flag

[pull request][net-next V9 00/14] Add mlx5 subfunction support
 2021-01-25 13:06 UTC  (23+ messages)
` [net-next V9 01/14] devlink: Prepare code to fill multiple port function attributes
` [net-next V9 03/14] devlink: Support add and delete devlink port
` [net-next V9 04/14] devlink: Support get and set state of port function
` [net-next V9 05/14] net/mlx5: Introduce vhca state event notifier
` [net-next V9 06/14] net/mlx5: SF, Add auxiliary device support
` [net-next V9 07/14] net/mlx5: SF, Add auxiliary device driver
` [net-next V9 08/14] net/mlx5: E-switch, Prepare eswitch to handle SF vport
` [net-next V9 09/14] net/mlx5: E-switch, Add eswitch helpers for "
` [net-next V9 10/14] net/mlx5: SF, Add port add delete functionality
` [net-next V9 11/14] net/mlx5: SF, Port function state change support
` [net-next V9 12/14] devlink: Add devlink port documentation
` [net-next V9 13/14] devlink: Extend devlink port documentation for subfunctions
` [net-next V9 14/14] net/mlx5: Add devlink subfunction port documentation

[PATCH] Fix: Remove racy Subnet Manager sendonly join checks
 2021-01-25 11:28 UTC 

[PATCH rdma-next v1] RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
 2021-01-25 12:15 UTC 

[PATCH rdma-rc] tools/testing/scatterlist: Fix overflow of max segment size
 2021-01-25 12:05 UTC 

[PATCH -next] net/mlx5: Remove unused including <linux/version.h>
 2021-01-25 12:38 UTC 

[PATCH rdma-core v7 0/6] Add user space dma-buf support
 2021-01-25 19:57 UTC  (7+ messages)
` [PATCH rdma-core v7 1/6] Update kernel headers
` [PATCH rdma-core v7 2/6] verbs: Support dma-buf based memory region
` [PATCH rdma-core v7 3/6] mlx5: "
` [PATCH rdma-core v7 4/6] pyverbs: Add dma-buf based MR support
` [PATCH rdma-core v7 5/6] tests: Add tests for dma-buf based memory regions
` [PATCH rdma-core v7 6/6] tests: Bug fix for get_access_flags()

[PATCH for-next v3 0/6] RDMA/rxe: Misc rxe_pool cleanups
 2021-01-25 21:16 UTC  (7+ messages)
` [PATCH for-next v3 1/6] RDMA/rxe: Fix bug in rxe_alloc
` [PATCH for-next v3 2/6] RDMA/rxe: Fix misleading comments and names
` [PATCH for-next v3 3/6] RDMA/rxe: Remove RXE_POOL_ATOMIC
` [PATCH for-next v3 4/6] RDMA/rxe: Remove references to ib_device and pool
` [PATCH for-next v3 5/6] RDMA/rxe: Remove unneeded pool->state
` [PATCH for-next v3 6/6] RDMA/rxe: Replace missing rxe_pool_get_index_locked

[rdma:wip/jgg-for-next] BUILD SUCCESS f8e9a970159c7bd30429b86710397e9914fefbca
 2021-01-24 18:12 UTC 

performance regression noted in v5.11-rc after c062db039f40
 2021-01-24  7:17 UTC  (10+ messages)

[PATCH] Fix sendonly join going away after Reregister event
 2021-01-24  6:57 UTC  (4+ messages)

[PATCH for-next] RDMA/hns: Add support of direct wqe
 2021-01-23  9:55 UTC 

[PATCH v2 for-next 0/3] RDMA/hns: Refactor codes about memory
 2021-01-23  9:48 UTC  (4+ messages)
` [PATCH v2 for-next 1/3] RDMA/hns: Refactor the MTR creation flow
` [PATCH v2 for-next 2/3] RDMA/hns: Optimize the MR registration process
` [PATCH v2 for-next 3/3] RDMA/hns: Use new interface to set MPT related fields

[PATCH v2 RFC 0/7] RDMA/hns: Add support for Dynamic Context Attachment
 2021-01-23  9:43 UTC  (8+ messages)
` [PATCH v2 RFC 1/7] RDMA/hns: Introduce DCA for RC QP
` [PATCH v2 RFC 2/7] RDMA/hns: Add method for shrinking DCA memory pool
` [PATCH v2 RFC 3/7] RDMA/hns: Configure DCA mode for the userspace QP
` [PATCH v2 RFC 4/7] RDMA/hns: Add method for attaching WQE buffer
` [PATCH v2 RFC 5/7] RDMA/hns: Setup the configuration of WQE addressing to QPC
` [PATCH v2 RFC 6/7] RDMA/hns: Add method to detach WQE buffer
` [PATCH v2 RFC 7/7] RDMA/hns: Add method to query WQE buffer's address

[PATCH for-next v2 0/6] RDMA/rxe: Misc rxe_pool cleanups
 2021-01-23  1:56 UTC  (9+ messages)
` [PATCH for-next v2 1/6] RDMA/rxe: Fix bug in rxe_alloc
` [PATCH for-next v2 2/6] RDMA/rxe: Fix misleading comments and names
` [PATCH for-next v2 3/6] RDMA/rxe: Remove RXE_POOL_ATOMIC
` [PATCH for-next v2 4/6] RDMA/rxe: Remove references to ib_device and pool
` [PATCH for-next v2 5/6] RDMA/rxe: Remove unneeded pool->state
` [PATCH for-next v2 6/6] RDMA/rxe: Replace missing rxe_pool_get_index__

[PATCH] net/mlx5e: free page before return
 2021-01-22 19:43 UTC  (3+ messages)

[PATCH 00/30] [Set 2] Rid W=1 warnings from Infiniband
 2021-01-22 18:57 UTC  (16+ messages)
` [PATCH 01/30] RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()'
` [PATCH 02/30] RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc header
` [PATCH 04/30] RDMA/hw/hns/hns_roce_hw_v1: Fix doc-rot issue relating to 'rereset'
` [PATCH 08/30] RDMA/hw/qib/qib_eeprom: Fix misspelling of 'buff' in 'qib_eeprom_{read,write}()'
` [PATCH 10/30] RDMA/hw/qib/qib_intr: Fix a bunch of formatting issues
` [PATCH 11/30] RDMA/hw/qib/qib_pcie: Demote obvious kernel-doc abuse
` [PATCH 12/30] RDMA/hw/qib/qib_qp: Fix some issues in worthy kernel-doc headers and demote another
` [PATCH 13/30] RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header
` [PATCH 15/30] RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issues
` [PATCH 17/30] RDMA/hw/qib/qib_tx: Provide description for 'qib_chg_pioavailkernel()'s 'rcd' param
` [PATCH 18/30] RDMA/hw/qib/qib_uc: Provide description for missing 'flags' param
` [PATCH 19/30] RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's "

[PATCH v1 0/2] Two small NFSD/RDMA scalability enhancements
 2021-01-22 17:26 UTC  (6+ messages)
` [PATCH v1 1/2] svcrdma: Reduce Receive doorbell rate
` [PATCH v1 2/2] svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()

[PATCH RFC 0/7] RDMA/hns: Add support for Dynamic Context Attachment
 2021-01-22  9:06 UTC  (10+ messages)
` [PATCH RFC 1/7] RDMA/hns: Introduce DCA for RC QP

[PATCH v2 for-next] RDMA/hns: Add caps flag for UD inline of userspace
 2021-01-22  9:01 UTC  (3+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS efeb973ffce7f3460d814ab91f22cbbc1cce7af8
 2021-01-22  8:21 UTC 

[PATCH for-next] RDMA/rxe: Fix bug in rxe_alloc
 2021-01-21 22:30 UTC 

[PATCH for-next 0/2] Host information userspace version
 2021-01-21 19:40 UTC  (4+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS f1b0a8ea9f12b8ade0dbe40dd57e4ffa9a30ed93
 2021-01-21 17:44 UTC 

[PATCH for-next 2/3] RDMA/hns: Optimize the MR registration process
 2021-01-21 17:51 UTC  (2+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 90da7dc8206a5999a23af719733f1cda26b5f815
 2021-01-21 17:44 UTC 

[PATCH 1/2] RDMA/uverbs: Don't set rcq if qp_type is IB_QPT_XRC_INI
 2021-01-21 17:05 UTC  (2+ messages)

[PATCH v16 0/4] RDMA: Add dma-buf support
 2021-01-21 16:59 UTC  (2+ messages)

[PATCH 01/11] drm/atomic-helper: Add dma-fence annotations
 2021-01-21 15:29 UTC  (3+ messages)
` [PATCH 02/11] drm/vkms: Annotate vblank timer
` [PATCH 03/11] drm/vblank: Annotate with dma-fence signalling section


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