messages from 2022-10-15 07:00:40 to 2022-10-21 22:56:12 UTC [more...]
[Patch v8 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-10-21 22:55 UTC (19+ messages)
` [Patch v8 01/12] net: mana: Add support for auxiliary device
` [Patch v8 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v8 03/12] net: mana: Handle vport sharing between devices
` [Patch v8 04/12] net: mana: Set the DMA device max segment size
` [Patch v8 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v8 06/12] net: mana: Record port number in netdev
` [Patch v8 07/12] net: mana: Move header files to a common location
` [Patch v8 08/12] net: mana: Define max values for SGL entries
` [Patch v8 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v8 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v8 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v8 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCH v2 00/18] Implement work queues for rdma_rxe
2022-10-21 21:22 UTC (20+ messages)
` [PATCH for-next v2 01/18] RDMA/rxe: Remove redundant header files
` [PATCH for-next v2 02/18] RDMA/rxe: Remove init of task locks from rxe_qp.c
` [PATCH for-next v2 03/18] RDMA/rxe: Removed unused name from rxe_task struct
` [PATCH for-next v2 04/18] RDMA/rxe: Split rxe_run_task() into two subroutines
` [PATCH for-next v2 05/18] RDMA/rxe: Make rxe_do_task static
` [PATCH for-next v2 06/18] RDMA/rxe: Rename task->state_lock to task->lock
` [PATCH for-next v2 07/18] RDMA/rxe: Make task interface pluggable
` [PATCH for-next v2 08/18] RDMA/rxe: Split rxe_drain_resp_pkts()
` [PATCH for-next v2 09/18] RDMA/rxe: Simplify reset state handling in rxe_resp.c
` [PATCH for-next v2 10/18] RDMA/rxe: Handle qp error "
` [PATCH for-next v2 11/18] RDMA/rxe: Cleanup comp tasks in rxe_qp.c
` [PATCH for-next v2 12/18] RDMA/rxe: Remove __rxe_do_task()
` [PATCH for-next v2 13/18] RDMA/rxe: Make tasks schedule each other
` [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 16/18] RDMA/rxe: Replace task->destroyed by task state INVALID
` [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] RDMA/hw/qib/qib_iba6120: Remove variable freeze_cnt
2022-10-21 17:35 UTC
[PATCH] RDMA/hw/qib/qib_tx: Remove variable n
2022-10-21 17:26 UTC
[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
2022-10-21 15:57 UTC (15+ messages)
` [PATCH net-next v3 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v3 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v3 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v3 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v3 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v3 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v3 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v3 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v3 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v3 10/10] net/smc: fix application data exception
[for-next PATCH v2 1/2] RDMA/rxe: Remove unnecessary mr testing
2022-10-21 14:39 UTC (3+ messages)
[PATCH v5 0/3] sched, net: NUMA-aware CPU spreading interface
2022-10-21 14:06 UTC (8+ messages)
` [PATCH v5 1/3] sched/topology: Introduce sched_numa_hop_mask()
` [PATCH v5 2/3] sched/topology: Introduce for_each_numa_hop_mask()
` [PATCH v5 3/3] net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints
[PATCH] RDMA/rxe: Remove the member 'type' of struct rxe_mr
2022-10-21 13:45 UTC
[PATCH for-next 00/16] Implement work queues for rdma_rxe
2022-10-21 6:02 UTC (29+ messages)
` [PATCH for-next 01/16] RDMA/rxe: Remove init of task locks from rxe_qp.c
` [PATCH for-next 02/16] RDMA/rxe: Removed unused name from rxe_task struct
` [PATCH for-next 03/16] RDMA/rxe: Split rxe_run_task() into two subroutines
` [PATCH 04/16] for-next RDMA/rxe: Make rxe_do_task static
` [PATCH for-next 05/16] RDMA/rxe: Rename task->state_lock to task->lock
` [PATCH for-next 06/16] RDMA/rxe: Make task interface pluggable
` [PATCH for-next 07/16] RDMA/rxe: Simplify reset state handling in rxe_resp.c
` [PATCH for-next 08/16] RDMA/rxe: Split rxe_drain_resp_pkts()
` [PATCH for-next 09/16] RDMA/rxe: Handle qp error in rxe_resp.c
` [PATCH for-next 10/16] RDMA/rxe: Cleanup comp tasks in rxe_qp.c
` [PATCH for-next 11/16] RDMA/rxe: Remove __rxe_do_task()
` [PATCH for-next 12/16] RDMA/rxe: Make tasks schedule each other
` [PATCH for-next 13/16] RDMA/rxe: Implement disable/enable_task()
` [PATCH for-next 14/16] RDMA/rxe: Replace TASK_STATE_START by TASK_STATE_IDLE
` [PATCH for-next 15/16] RDMA/rxe: Add workqueue support for tasks
` [PATCH for-next 16/16] RDMA/rxe: Add parameters to control task type
[PATCH for-next] RDMA/rxe: rxe_get_av always receives ahp hence no put is needed
2022-10-21 5:58 UTC (2+ messages)
[rdma:wip/leon-for-next] BUILD SUCCESS c1842f34fceef47d6285e558004f8e2d6ed91b91
2022-10-21 5:16 UTC
[rdma:wip/leon-for-rc] BUILD SUCCESS ffad65329ba89c7d2132eca1b0502e3df0ebb3b3
2022-10-21 5:15 UTC
[BUG] infiniband: sw: rdmavt: possible ABBA deadlocks in rvt_ruc_loopback()
2022-10-20 17:13 UTC (3+ messages)
[PATCH for-rc] RDMA/efa: Add EFA 0xefa2 PCI ID
2022-10-20 15:19 UTC
[RESEND PATCH v5 0/2] RDMA/rxe: Add RDMA Atomic Write operation
2022-10-20 13:25 UTC (6+ messages)
` [RESEND PATCH v5 1/2] RDMA/rxe: Support "
[PATCH 1/1] net/mlx5: add dynamic logging for mlx5_dump_err_cqe
2022-10-20 11:54 UTC (6+ messages)
[Patch v7 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-10-19 19:51 UTC (21+ messages)
` [Patch v7 01/12] net: mana: Add support for auxiliary device
` [Patch v7 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v7 03/12] net: mana: Handle vport sharing between devices
` [Patch v7 04/12] net: mana: Set the DMA device max segment size
` [Patch v7 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v7 06/12] net: mana: Record port number in netdev
` [Patch v7 07/12] net: mana: Move header files to a common location
` [Patch v7 08/12] net: mana: Define max values for SGL entries
` [Patch v7 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v7 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v7 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v7 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCHv2 0/6] Fix the problem that rxe can not work in net
2022-10-19 14:56 UTC (2+ messages)
[PATCH 1/1] RDMA/mlx5: Make mlx5 device work with ib_device_get_by_netdev
2022-10-19 14:30 UTC (7+ messages)
[PATCH 0/3] iSER patches for linux-6.2
2022-10-19 7:39 UTC (8+ messages)
` [PATCH 1/3] IB/iser: open code iser_conn_state_comp_exch
` [PATCH 2/3] IB/iser: add safety checks for state_mutex lock
` [PATCH 3/3] IB/iser: open code iser_disconnected_handler
[PATCH for-rc] IB/hfi1: Correctly move list in sc_disable()
2022-10-19 7:06 UTC (2+ messages)
[PATCH] include/rdma/opa_vnic.h: fix spelling typo in comment
2022-10-19 6:59 UTC (2+ messages)
[PATCH for-next] RDMA: return -EOPNOSUPP for ODP unsupported device
2022-10-19 6:59 UTC (2+ messages)
[PATCH] IB/uverbs: fix the typo of optional
2022-10-19 6:47 UTC (2+ messages)
[PATCH net] net/mlx5e: Cleanup MACsec uninitialization routine
2022-10-18 18:04 UTC (3+ messages)
[PATCH v4 0/7] sched, net: NUMA-aware CPU spreading interface
2022-10-18 16:50 UTC (3+ messages)
[PATCH] rdmavt: avoid NULL pointer dereference in rvt_qp_exit()
2022-10-18 14:24 UTC (3+ messages)
Build regressions/improvements in v6.1-rc1
2022-10-18 13:28 UTC (4+ messages)
[PATCH v7 00/21] Move all drivers to a common dma-buf locking convention
2022-10-18 12:49 UTC (25+ messages)
` [PATCH v7 01/21] dma-buf: Add unlocked variant of vmapping functions
` [PATCH v7 02/21] dma-buf: Add unlocked variant of attachment-mapping functions
` [PATCH v7 03/21] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v7 04/21] drm/prime: Prepare to dynamic dma-buf locking specification
` [PATCH v7 05/21] drm/armada: "
` [PATCH v7 06/21] drm/i915: "
` [PATCH v7 07/21] drm/omapdrm: "
` [PATCH v7 08/21] drm/tegra: "
` [PATCH v7 09/21] drm/etnaviv: "
` [PATCH v7 10/21] RDMA/umem: "
` [PATCH v7 11/21] misc: fastrpc: "
` [PATCH v7 12/21] xen/gntdev: "
` [PATCH v7 13/21] media: videobuf2: "
` [PATCH v7 14/21] media: tegra-vde: "
` [PATCH v7 15/21] dma-buf: Move dma_buf_vmap() to dynamic "
` [PATCH v7 16/21] dma-buf: Move dma_buf_attach() "
` [PATCH v7 17/21] dma-buf: Move dma_buf_map_attachment() "
` [PATCH v7 18/21] dma-buf: Move dma_buf_mmap() "
` [PATCH v7 19/21] dma-buf: Document dynamic locking convention
` [PATCH v7 20/21] media: videobuf2: Stop using internal dma-buf lock
` [PATCH v7 21/21] dma-buf: Remove obsoleted internal lock
[PATCH net-next 3/7] qed: Add support for RoCE hw init
2022-10-18 10:10 UTC (3+ messages)
[PATCH for-next 04/16] RDMA/rxe: Make rxe_do_task static
2022-10-18 4:37 UTC
[PATCH net-next] net/mlx5e: Fix a couple error codes
2022-10-17 14:42 UTC (2+ messages)
[PATCH v6 0/7] treewide cleanup of random integer usage
2022-10-17 11:59 UTC (2+ messages)
Infiniband crash
2022-10-17 11:24 UTC (4+ messages)
Zwiększenie płynności finansowej
2022-10-17 8:05 UTC
[PATCH for-next 00/13] Implement the xrc transport
2022-10-17 6:59 UTC (8+ messages)
[BUG] mlx5_core general protection fault in mlx5_cmd_comp_handler
2022-10-17 5:54 UTC (5+ messages)
[PATCH v6 0/8] RDMA/rxe: Add atomic write operation
2022-10-15 8:41 UTC (4+ messages)
` [PATCH v6 4/8] RDMA/rxe: Extend rxe packet format to support atomic write
` [PATCH v6 5/8] RDMA/rxe: Make requester support atomic write on RC service
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).