Linux-RDMA Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 13:47:03 to 2024-04-02 15:18:38 UTC [more...]

[net-next v2 0/2] devlink: Add port function attribute for IO EQs
 2024-04-02 15:18 UTC  (4+ messages)
` [net-next v2 1/2] devlink: Support setting max_io_eqs
` [net-next v2 2/2] mlx5/core: Support max_io_eqs for a function

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-02 13:11 UTC  (40+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

[PATCH for-next 00/11] RDMA/rxe: Various fixes and cleanups
 2024-04-02 12:57 UTC  (16+ messages)
` [PATCH for-next 01/11] RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
` [PATCH for-next 02/11] RDMA/rxe: Allow good work requests to be executed
` [PATCH for-next 03/11] RDMA/rxe: Remove redundant scheduling of rxe_completer
` [PATCH for-next 04/11] RDMA/rxe: Merge request and complete tasks
` [PATCH for-next 05/11] RDMA/rxe: Remove save/rollback_state in rxe_requester
` [PATCH for-next 06/11] RDMA/rxe: Don't schedule rxe_completer() in rxe_requester()
` [PATCH for-next 07/11] RDMA/rxe: Don't call rxe_requester from rxe_completer
` [PATCH for-next 08/11] RDMA/rxe: Don't call direct between tasks
` [PATCH for-next 09/11] RDMA/rxe: Fix incorrect rxe_put in error path
` [PATCH for-next 10/11] RDMA/rxe: Make rxe_loopback match rxe_send behavior
` [PATCH for-next 11/11] RDMA/rxe: Get rid of pkt resend on err

[PATCH rdma-next] IB/core: Add option to limit user mad receive list
 2024-04-02  9:50 UTC 

[PATCH][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2024-04-02  8:38 UTC  (4+ messages)

[PATCH rdma-next v3 0/4] Define and use mana queues for CQs and WQs
 2024-04-02  8:35 UTC  (6+ messages)
` [PATCH rdma-next v3 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues
` [PATCH rdma-next v3 2/4] RDMA/mana_ib: Use struct mana_ib_queue for CQs
` [PATCH rdma-next v3 3/4] RDMA/mana_ib: Use struct mana_ib_queue for WQs
` [PATCH rdma-next v3 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs

[rdma:wip/leon-for-next] BUILD SUCCESS ca537a34775c103f7b14d7bbd976403f1d1525d8
 2024-04-02  6:20 UTC 

[PATCH net] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-04-02  4:12 UTC  (7+ messages)

[PATCH for-next] RDMA/hns: Support DSCP
 2024-04-02  2:55 UTC  (5+ messages)

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-04-02  1:48 UTC  (6+ messages)
` [PATCH 4/9] mlx5: avoid truncating error message
  ` [EXTERNAL] "
` (subset) [PATCH 0/9] enabled -Wformat-truncation for clang

[rdma:remove-dummy-netdev] BUILD SUCCESS c965b039a750c45e7b3baefefb97ec7d89469cfd
 2024-04-02  0:14 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS 481047d7e8391d3842ae59025806531cdad710d9
 2024-04-02  0:14 UTC 

[PATCH net-next v3 0/3] Minor cleanups to skb frag ref/unref
 2024-04-01 21:50 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: make napi_frag_unref reuse skb_page_unref
` [PATCH net-next v3 2/3] net: mirror skb frag ref/unref helpers
` [PATCH net-next v3 3/3] net: remove napi_frag_unref

[PATCH v4] IB/hfi1: allocate dummy net_device dynamically
 2024-04-01 18:00 UTC  (6+ messages)

[recipe build #3705706] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-04-01 16:11 UTC 

[PATCH v2] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-01 15:37 UTC 

[PATCH] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-01 14:47 UTC  (3+ messages)

Implementing .shutdown method for efa module
 2024-04-01 13:23 UTC  (7+ messages)

[PATCH rdma-next] RDMA/cm: Print the old state when cm_destroy_id gets timeout
 2024-04-01 12:17 UTC  (2+ messages)

[PATCH v2] RDMA/restrack: Fix potential invalid address access
 2024-04-01 11:49 UTC  (2+ messages)

[PATCH for-next 0/3] RDMA/erdma: A series of fixes for the erdma driver
 2024-04-01 11:46 UTC  (2+ messages)

[PATCH 1/1] RDMA/rxe: Fix the problem "mutex_destroy missing"
 2024-04-01 11:45 UTC  (2+ messages)

[net-next 0/2] devlink: Add port function attribute for IO EQs
 2024-04-01  9:47 UTC  (5+ messages)
` [net-next 1/2] devlink: Support setting max_io_eqs
` [net-next 2/2] mlx5/core: Support max_io_eqs for a function

[PATCH for-next v3 00/12] RDMA/rxe: Various fixes and cleanups
 2024-03-30 15:01 UTC  (14+ messages)
` [PATCH for-next v3 01/12] RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
` [PATCH for-next v3 02/12] RDMA/rxe: Allow good work requests to be executed
` [PATCH for-next v3 03/12] RDMA/rxe: Remove redundant scheduling of rxe_completer
` [PATCH for-next v3 04/12] RDMA/rxe: Merge request and complete tasks
` [PATCH for-next v3 05/12] RDMA/rxe: Remove save/rollback_state in rxe_requester
` [PATCH for-next v3 06/12] RDMA/rxe: Don't schedule rxe_completer from rxe_requester
` [PATCH for-next v3 07/12] RDMA/rxe: Don't call rxe_requester from rxe_completer
` [PATCH for-next v3 08/12] RDMA/rxe: Don't call direct between tasks
` [PATCH for-next v3 09/12] RDMA/rxe: Fix incorrect rxe_put in error path
` [PATCH for-next v3 10/12] RDMA/rxe: Make rxe_loopback match rxe_send behavior
` [PATCH for-next v3 11/12] RDMA/rxe: Get rid of pkt resend on err
` [PATCH for-next v3 12/12] RDMA/rxe: Let destroy qp succeed with stuck packet

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-29 20:00 UTC  (9+ messages)
` [PATCH 7/9] infiniband: uverbs: avoid out-of-range warnings
` [PATCH 8/9] mlx5: stop warning for 64KB pages

[PATCH v0 01/14] IB/hfi1, IB/qib: Make I2C terminology more inclusive
 2024-03-29 17:00 UTC 

[PATCH AUTOSEL 5.10 27/31] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-29 12:48 UTC 

[PATCH AUTOSEL 5.15 29/34] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-29 12:47 UTC 

[PATCH AUTOSEL 6.1 44/52] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-29 12:45 UTC 

[PATCH AUTOSEL 6.6 65/75] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-29 12:42 UTC 

[PATCH AUTOSEL 6.8 85/98] RDMA/cm: add timeout to cm_destroy_id wait
 2024-03-29 12:37 UTC 

[bug report] kmemleak observed on bnxt_re
 2024-03-29  3:27 UTC  (3+ messages)

[PATCH v2 0/4] sysctl: Remove sentinel elements from networking
 2024-03-28 19:49 UTC  (6+ messages)
` [PATCH v2 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 2/4] netfilter: "
` [PATCH v2 3/4] appletalk: "
` [PATCH v2 4/4] ax.25: "

[PATCH net-next v2 0/3] Minor cleanups to skb frag ref/unref
 2024-03-28 17:18 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: make napi_frag_unref reuse skb_page_unref
` [PATCH net-next v2 2/3] net: mirror skb frag ref/unref helpers
` [PATCH net-next v2 3/3] net: remove napi_frag_unref

Why do each node have different views on the nodes that rejoin the network in a fully mesh RDMACM configuration?
 2024-03-28  2:47 UTC 

[PATCH 1/1] RDMA/rxe: Make pr_fmt work
 2024-03-27 19:40 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-27 17:14 UTC  (11+ messages)

[PATCH for-next v2 00/12] RDMA/rxe: Various fixes and cleanups
 2024-03-27 15:51 UTC  (13+ messages)
` [PATCH for-next v2 01/12] RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
` [PATCH for-next v2 02/12] RDMA/rxe: Allow good work requests to be executed
` [PATCH for-next v2 03/12] RDMA/rxe: Remove redundant scheduling of rxe_completer
` [PATCH for-next v2 04/12] RDMA/rxe: Merge request and complete tasks
` [PATCH for-next v2 05/12] RDMA/rxe: Remove save/rollback_state in rxe_requester
` [PATCH for-next v2 06/12] RDMA/rxe: Don't schedule rxe_completer from rxe_requester
` [PATCH for-next v2 07/12] RDMA/rxe: Don't call rxe_requester from rxe_completer
` [PATCH for-next v2 08/12] RDMA/rxe: Don't call direct between tasks
` [PATCH for-next v2 09/12] RDMA/rxe: Fix incorrect rxe_put in error path
` [PATCH for-next v2 10/12] RDMA/rxe: Make rxe_loopback match rxe_send behavior
` [PATCH for-next v2 11/12] RDMA/rxe: Get rid of pkt resend on err
` [PATCH for-next v2 12/12] RDMA/rxe: Let destroy qp succeed with stuck packet

[PATCH 00/28] Remove PCI_IRQ_LEGACY
 2024-03-26 21:14 UTC  (22+ messages)
` [PATCH 05/28] usb: hcd-pci: Use PCI_IRQ_INTX
` [PATCH 06/28] tty: 8250_pci: "
` [PATCH 08/28] ntb: "
` [PATCH 09/28] mfd: intel-lpss-pci: "
` [PATCH 10/28] drm: amdgpu: "
` [PATCH 11/28] infiniband: qib: "
` [PATCH 13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES
` [PATCH 17/28] net: realtek: r8169: Use PCI_IRQ_INTX
` [External] : [PATCH 00/28] Remove PCI_IRQ_LEGACY

[PATCH rdma-next v2 0/4] Define and use mana queues for CQs and WQs
 2024-03-25 23:33 UTC  (12+ messages)
` [PATCH rdma-next v2 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues
` [PATCH rdma-next v2 2/4] RDMA/mana_ib: Use struct mana_ib_queue for CQs
` [PATCH rdma-next v2 3/4] RDMA/mana_ib: Use struct mana_ib_queue for WQs
` [PATCH rdma-next v2 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs


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 read-only IMAP folder(s) and NNTP newsgroup(s).