public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-25 05:32:08 to 2022-10-31 20:28:23 UTC [more...]

[PATCH for-next v2 01/18] RDMA/rxe: Isolate code to fill request roce headers
 2022-10-31 20:27 UTC 

[PATCH for-next v2 00/18] RDMA/rxe: Enable scatter/gather support for skbs
 2022-10-31 20:23 UTC 

[Patch v9 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-10-31 19:32 UTC  (4+ messages)
` [Patch v9 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] net/mlx5e: remove unused list in arfs
 2022-10-31 16:56 UTC 

[PATCH] RDMA/srp (gcc13): force int types for max_send_sge and can_queue
 2022-10-31 16:32 UTC  (2+ messages)

[patch net-next v3 00/13] net: fix netdev to devlink_port linkage and expose to user
 2022-10-31 12:42 UTC  (14+ messages)
` [patch net-next v3 01/13] net: devlink: convert devlink port type-specific pointers to union
` [patch net-next v3 02/13] net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()
` [patch net-next v3 03/13] net: devlink: move port_type_netdev_checks() "
` [patch net-next v3 04/13] net: devlink: take RTNL in port_fill() function only if it is not held
` [patch net-next v3 05/13] net: devlink: track netdev with devlink_port assigned
` [patch net-next v3 06/13] net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
` [patch net-next v3 07/13] net: devlink: remove netdev arg from devlink_port_type_eth_set()
` [patch net-next v3 08/13] net: devlink: remove net namespace check from devlink_nl_port_fill()
` [patch net-next v3 09/13] net: devlink: store copy netdevice ifindex and ifname to allow port_fill() without RTNL held
` [patch net-next v3 10/13] net: devlink: add not cleared type warning to port unregister
` [patch net-next v3 11/13] net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
` [patch net-next v3 12/13] net: remove unused ndo_get_devlink_port
` [patch net-next v3 13/13] net: expose devlink port over rtnetlink

[PATCH v2 for-rc 0/5] Fix sge_num bug and add cqe inline, refactor rq inline
 2022-10-31 12:07 UTC  (11+ 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] net/mlx5: Fix spelling mistake "destoy" -> "destroy"
 2022-10-31  8:01 UTC 

[PATCH for-next 00/17] RDMA/rxe: Enable scatter/gather support for skbs
 2022-10-30 20:13 UTC  (22+ 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 for-next 13/17] RDMA/rxe: Extend rxe_init_req_packet() for frags
` [PATCH for-next 14/17] RDMA/rxe: Extend response packets "
` [PATCH for-next 15/17] RDMA/rxe: Extend send/write_data_in() "
` [PATCH for-next 16/17] RDMA/rxe: Extend do_read() in rxe_comp,c "
` [PATCH for-next 17/17] RDMA/rxe: Enable sg code in rxe

[for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation
 2022-10-30  3:33 UTC  (11+ messages)
` [for-next PATCH v5 01/11] RDMA/rxe: make sure requested access is a subset of {mr,mw}->access
` [for-next PATCH v5 03/11] RDMA: Extend RDMA kernel verbs ABI to support flush
` [for-next PATCH v5 05/11] RDMA/rxe: Allow registering persistent flag for pmem MR only

[PATCH for-next v2] RDMA/rxe: Fix mr->map double free
 2022-10-30  3:04 UTC 

[PATCH for-next] RDMA/rxe: Fix mr->map double free
 2022-10-30  2:53 UTC  (2+ messages)

I resent 05/13 because it was missing the for-next
 2022-10-29 17:02 UTC  (3+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 692373d186205dfb1b56f35f22702412d94d9420
 2022-10-29 10:30 UTC 

[rdma:for-next] BUILD SUCCESS 4508d32ccced24c972bc4592104513e1ff8439b5
 2022-10-29  4:24 UTC 

[rdma:for-rc] BUILD SUCCESS 7a47e077e503feb73d56e491ce89aa73b67a3972
 2022-10-29  4:25 UTC 

[PATCH for-next v3 05/13] RDMA/rxe: Cleanup comp tasks in rxe_qp.c
 2022-10-29  3:13 UTC 

[PATCH for-next v3 00/13] Implement work queues for rdma_rxe
 2022-10-29  3:10 UTC  (14+ messages)
` [PATCH for-next v3 01/13] RDMA/rxe: Make task interface pluggable
` [PATCH for-next v3 02/13] RDMA/rxe: Split rxe_drain_resp_pkts()
` [PATCH for-next v3 03/13] RDMA/rxe: Simplify reset state handling in rxe_resp.c
` [PATCH for-next v3 04/13] RDMA/rxe: Handle qp error "
` [PATCH v3 05/13] RDMA/rxe: Cleanup comp tasks in rxe_qp.c
` [PATCH for-next v3 06/13] RDMA/rxe: Remove __rxe_do_task()
` [PATCH for-next v3 07/13] RDMA/rxe: Make tasks schedule each other
` [PATCH for-next v3 08/13] RDMA/rxe: Implement disable/enable_task()
` [PATCH for-next v3 09/13] RDMA/rxe: Replace TASK_STATE_START by TASK_STATE_IDLE
` [PATCH for-next v3 10/13] RDMA/rxe: Replace task->destroyed by task state INVALID
` [PATCH for-next v3 11/13] RDMA/rxe: Add workqueue support for tasks
` [PATCH for-next v3 12/13] RDMA/rxe: Make WORKQUEUE default for RC tasks
` [PATCH for-next v3 13/13] RDMA/rxe: Remove tasklets from rxe_task.c

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

[PATCH v2 00/18] Implement work queues for rdma_rxe
 2022-10-28 19:29 UTC  (17+ messages)
` [PATCH for-next v2 07/18] RDMA/rxe: Make task interface pluggable
` [PATCH for-next v2 18/18] RDMA/rxe: Add parameters to control task type

[PATCH v2 for-next] RDMA/rxe: cleanup some error handling in rxe_verbs.c
 2022-10-28 18:17 UTC  (2+ messages)

[PATCH] RDMA/rxe: Remove the duplicate assignment of mr->map_shift
 2022-10-28 18:10 UTC  (3+ messages)

[PATCH for-next] RDMA/rxe: Convert spin_lock_irqsave to spin_lock
 2022-10-28 17:43 UTC  (4+ messages)

[PATCH for-next] RDMA/rxe: Convert spinlock to memory barrier
 2022-10-28 17:28 UTC  (2+ messages)

[PATCH v6 0/3] sched, net: NUMA-aware CPU spreading interface
 2022-10-28 16:54 UTC  (4+ messages)
` [PATCH v6 1/3] sched/topology: Introduce sched_numa_hop_mask()
` [PATCH v6 2/3] sched/topology: Introduce for_each_numa_hop_mask()
` [PATCH v6 3/3] net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints

[PATCH rdma-next] RDMA/nldev: Fix section mismatch warning for nldev
 2022-10-28 16:48 UTC  (9+ messages)

[PATCH] RDMA/rxe: Implement packet length validation on responder
 2022-10-28  9:04 UTC 

[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
 2022-10-28  5:29 UTC  (8+ messages)

[PATCH 0/3] RDMA net namespace
 2022-10-28  3:58 UTC  (24+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS 569ab362c3073a14cad5ba5b20c76d86ff14fa03
 2022-10-28  0:19 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS bbdad4967431bda9424aff2295c23d48c5059941
 2022-10-28  0:19 UTC 

[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 rdma-rc] RDMA/qedr: Destroy XArray during release of resources
 2022-10-27 12:29 UTC  (3+ messages)

[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 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  (3+ messages)

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

[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  (3+ messages)

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox