linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 20:03:01 to 2022-10-27 18:56:33 UTC [more...]

[PATCH for-next 00/17] RDMA/rxe: Enable scatter/gather support for skbs
 2022-10-27 18:55 UTC  (13+ messages)
` [PATCH for-next 01/17] RDMA/rxe: Isolate code to fill request roce headers
` [PATCH for-next 02/17] RDMA/rxe: Isolate request payload code in a subroutine
` [PATCH for-next 03/17] RDMA/rxe: Isolate code to build request packet
` [PATCH for-next 04/17] RDMA/rxe: Add sg fragment ops
` [PATCH for-next 05/17] RDMA/rxe: Add rxe_add_frag() to rxe_mr.c
` [PATCH for-next 06/17] RDMA/rxe: Add routine to compute the number of frags
` [PATCH for-next 07/17] RDMA/rxe: Extend rxe_mr_copy to support skb frags
` [PATCH for-next 08/17] RDMA/rxe: Add routine to compute number of frags for dma
` [PATCH for-next 09/17] RDMA/rxe: Extend copy_data to support skb frags
` [PATCH for-next 10/17] RDMA/rxe: Replace rxe by qp as a parameter
` [PATCH for-next 11/17] RDMA/rxe: Extend rxe_init_packet() to support frags
` [PATCH for-next 12/17] RDMA/rxe: Extend rxe_icrc.c "

[PATCH 0/2] Add Auxiliary driver support
 2022-10-27 17:56 UTC  (14+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] bnxt_en: Add auxiliary "
  ` [PATCH v2 2/6] RDMA/bnxt_re: Use auxiliary driver interface
  ` [PATCH v2 3/6] bnxt_en: Remove usage of ulp_id
  ` [PATCH v2 4/6] bnxt_en: Use direct API instead of indirection
  ` [PATCH v2 5/6] bnxt_en: Use auxiliary bus calls over proprietary calls
  ` [PATCH v2 6/6] bnxt_en: Remove struct bnxt access from RoCE driver

[PATCH 0/3] RDMA net namespace
 2022-10-27 14:06 UTC  (28+ messages)
` [PATCH 1/3] RDMA/core: Move ib device to the same net namespace with net device
` [PATCH 2/3] RDMA/core: The legacy IB devices still work with shared/exclusive mode
` [PATCH 3/3] RDMA/core: Get all the ib devices from net devices

[PATCH rdma-rc] RDMA/qedr: Destroy XArray during release of resources
 2022-10-27 12:29 UTC  (3+ messages)

[PATCH 1/1] IB/mlx5: Add a signature check to received EQEs and CQEs
 2022-10-27 12:23 UTC  (4+ messages)
  ` [External] : "

[PATCH rdma-rc] RDMA/core: Fix order of nldev_exit call
 2022-10-27 12:07 UTC  (2+ messages)

[PATCH] RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
 2022-10-27 11:48 UTC  (2+ messages)

[PATCH for-next 0/3] RDMA/erdma: Add atomic operations support
 2022-10-27  9:57 UTC  (4+ messages)
` [PATCH for-next 1/3] RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic
` [PATCH for-next 2/3] RDMA/erdma: Report atomic capacity when hardware supports atomic feature
` [PATCH for-next 3/3] RDMA/erdma: Implement atomic operations support

[PATCH] RDMA/rxe: Remove the duplicate assignment of mr->map_shift
 2022-10-27  9:29 UTC  (2+ messages)

[PATCH RESEND] RDMA/rxe: Remove the member 'type' of struct rxe_mr
 2022-10-27  7:29 UTC 

[PATCH] RDMA/rxe: Remove the member 'type' of struct rxe_mr
 2022-10-27  6:34 UTC  (7+ messages)

[PATCH] net/rds: remove variable total_copied
 2022-10-27  3:20 UTC  (2+ messages)

[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
 2022-10-26 13:12 UTC  (7+ messages)

[PATCH v2 for-rc 0/5] Fix sge_num bug and add cqe inline, refactor rq inline
 2022-10-26  9:50 UTC  (6+ messages)
` [PATCH v2 for-rc 1/5] RDMA/hns: Fix ext_sge num error when post send
` [PATCH v2 for-rc 2/5] RDMA/hns: Fix the problem of sge nums
` [PATCH v2 for-rc 3/5] RDMA/hns: Remove enable rq inline in kernel and add compatibility handling
` [PATCH v2 for-rc 4/5] RDMA/hns: Remove rq inline in kernel
` [PATCH v2 for-rc 5/5] RDMA/hns: Support cqe inline in user space

[PATCH for-next] RDMA/rxe: rxe_get_av always receives ahp hence no put is needed
 2022-10-26  9:37 UTC  (2+ messages)
` [kbuild] "

[PATCH for-rc 0/5] Fix sge_num bug and add cqe inline, refactor rq inline
 2022-10-26  8:47 UTC  (8+ messages)
` [PATCH 1/5] RDMA/hns: Fix ext_sge num error when post send
` [PATCH 2/5] RDMA/hns: Fix the problem of sge nums
` [PATCH 3/5] RDMA/hns: Remove enable rq inline in kernel and add compatibility handling
` [PATCH 4/5] RDMA/hns: Remove rq inline in kernel
` [PATCH 5/5] RDMA/hns: Support cqe inline in user space

[PATCH net-next v4 00/10] optimize the parallelism of SMC-R connections
 2022-10-26  7:20 UTC  (13+ messages)
` [PATCH net-next v4 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v4 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v4 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v4 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v4 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v4 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v4 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v4 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v4 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v4 10/10] net/smc: fix application data exception

[PATCH v2 00/18] Implement work queues for rdma_rxe
 2022-10-26  7:07 UTC  (14+ messages)
` [PATCH for-next v2 07/18] RDMA/rxe: Make task interface pluggable
` [PATCH for-next v2 14/18] RDMA/rxe: Implement disable/enable_task()
` [PATCH for-next v2 15/18] RDMA/rxe: Replace TASK_STATE_START by TASK_STATE_IDLE
` [PATCH for-next v2 17/18] RDMA/rxe: Add workqueue support for tasks
` [PATCH for-next v2 18/18] RDMA/rxe: Add parameters to control task type

[PATCH 1/1] net/mlx5: update debug log level for remote access error syndromes
 2022-10-26  5:58 UTC  (3+ messages)

[PATCH] RDMA/core: Remove rcu attr for uverbs_api_ioctl_method.handler
 2022-10-25 23:33 UTC  (6+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS ad9394a3da33995dff828dbfd4540421e535bec9
 2022-10-25 19:43 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS cca19da0d9985814a3b170d936945c37bb1ece79
 2022-10-25 18:25 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS c9eeabac5e8d27a3f40280908e089058bab39edb
 2022-10-25 13:25 UTC 

[PATCH] RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
 2022-10-25  7:37 UTC  (3+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS ab9a924e54d9b10c3c7399a8342e4ce4452a1b00
 2022-10-25  5:31 UTC 

[Patch v9 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-10-25  1:43 UTC  (17+ messages)
` [Patch v9 01/12] net: mana: Add support for auxiliary device
` [Patch v9 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v9 03/12] net: mana: Handle vport sharing between devices
` [Patch v9 04/12] net: mana: Set the DMA device max segment size
` [Patch v9 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v9 06/12] net: mana: Record port number in netdev
` [Patch v9 07/12] net: mana: Move header files to a common location
` [Patch v9 08/12] net: mana: Define max values for SGL entries
` [Patch v9 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v9 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v9 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v9 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH for-next v3 1/2] RDMA/rxe: Remove unnecessary mr testing
 2022-10-25  1:05 UTC  (8+ messages)
` [PATCH for-next v3 2/2] RDMA/rxe: Fix mr leak in RESPST_ERR_RNR

[rdma:wip/leon-for-next] BUILD SUCCESS 71d236399160ad9beaae7267b93d2d487e8f19a0
 2022-10-25  0:29 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS 45b2d30f06949863b41de5ef1859023f9749d87b
 2022-10-25  0:29 UTC 

[PATCH v5 0/3] sched, net: NUMA-aware CPU spreading interface
 2022-10-24 23:17 UTC  (6+ messages)
` [PATCH v5 1/3] sched/topology: Introduce sched_numa_hop_mask()
` [PATCH v5 3/3] net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints

[for-next PATCH v2 1/2] RDMA/rxe: Remove unnecessary mr testing
 2022-10-24 14:09 UTC  (9+ messages)

[RESEND PATCH v5 0/2] RDMA/rxe: Add RDMA Atomic Write operation
 2022-10-24 17:02 UTC  (7+ messages)
` [RESEND PATCH v5 1/2] RDMA/rxe: Support "

[PATCH 1/2] RDMA/rxe: Make responder handle RDMA Read failures
 2022-10-24 17:10 UTC  (2+ messages)

[PATCH for-next] RDMA/rxe: Fix mr leak in RESPST_ERR_RNR
 2022-10-24 17:06 UTC  (2+ messages)

[PATCH for-rc 0/2] Two bugfixes
 2022-10-24 12:06 UTC  (4+ messages)
` [PATCH 1/2] RDMA/hns: Disable local invalidate operation
` [PATCH 2/2] RDMA/hns: Fix null pointer problem in free_mr_init

[PATCH] infiniband/core: fix repeated words in comments
 2022-10-24 11:47 UTC  (2+ messages)

[PATCH] hw/qib: fix repeated words in comments
 2022-10-24 11:47 UTC  (2+ messages)

[PATCH] infiniband/hw: fix repeated words in comments
 2022-10-24 11:48 UTC  (3+ messages)
` [EXT] "

[PATCH] RDMA/hw/qib/qib_iba6120: Remove variable freeze_cnt
 2022-10-24 11:32 UTC  (2+ messages)

[PATCH] RDMA/hw/qib/qib_tx: Remove variable n
 2022-10-24 11:32 UTC  (2+ messages)

[PATCH for-rc] RDMA/efa: Add EFA 0xefa2 PCI ID
 2022-10-24 11:12 UTC  (2+ messages)

[ANNOUNCE] rdma-core: new stable releases
 2022-10-24 10:31 UTC 

[PATCH v7 00/21] Move all drivers to a common dma-buf locking convention
 2022-10-24  9:19 UTC  (5+ messages)
` [PATCH v7 13/21] media: videobuf2: Prepare to dynamic dma-buf locking specification
` [PATCH v7 14/21] media: tegra-vde: "

[Patch v8 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-10-22  0:38 UTC  (12+ messages)
` [Patch v8 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH for-next v2 10/18] RDMA/rxe: Handle qp error in rxe_resp.c
 2022-10-21 21:22 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).