linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 10:14:26 to 2023-06-10 07:29:17 UTC [more...]

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-10  7:29 UTC  (15+ messages)
` [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v8 02/10] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 04/10] dpll: netlink: "
` [RFC PATCH v8 05/10] dpll: api header: "
` [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
` [RFC PATCH v8 07/10] ice: add admin commands to access cgu configuration
` [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu
` [RFC PATCH v8 09/10] ptp_ocp: implement DPLL ops
` [RFC PATCH v8 10/10] mlx5: Implement SyncE support using DPLL infrastructure

[rdma:wip/jgg-for-next] BUILD SUCCESS 7ad697cdd31b9d5e59e25b035bad4cdd8e76aca1
 2023-06-10  6:15 UTC 

[rdma:for-rc] BUILD SUCCESS 18e7e3e4217083a682e2c7282011c70c8a1ba070
 2023-06-10  5:10 UTC 

[PATCH v1] RDMA/core: Handle ARPHRD_NONE devices for iWARP
 2023-06-10  0:04 UTC  (4+ messages)

[PATCH v2 1/1] RDMA/rxe: Fix the use-before-initialization error of resp_pkts
 2023-06-09 23:59 UTC  (3+ messages)

[PATCH v1 0/4] svcrdma: Go back to releasing pages-under-I/O
 2023-06-09 21:21 UTC  (8+ messages)
` [PATCH v1 1/4] SUNRPC: Revert cc93ce9529a6
` [PATCH v1 2/4] SUNRPC: Revert 579900670ac7
` [PATCH v1 3/4] SUNRPC: Revert 2a1e4f21d841
` [PATCH v1 4/4] SUNRPC: Optimize page release in svc_rdma_sendto()

[PATCH v1 0/4] NUMA memory optimizations for NFS/RDMA server
 2023-06-09 21:07 UTC  (7+ messages)
` [PATCH v1 1/4] svcrdma: Allocate new transports on device's NUMA node
` [PATCH v1 2/4] svcrdma: Clean up allocation of svc_rdma_recv_ctxt
` [PATCH v1 3/4] svcrdma: Clean up allocation of svc_rdma_send_ctxt
` [PATCH v1 4/4] svcrdma: Clean up allocation of svc_rdma_rw_ctxt

[PATCH for-next v1] RDMA/irdma: Implement egress VLAN priority
 2023-06-09 17:44 UTC  (2+ messages)

[PATCH] RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcode
 2023-06-09 17:14 UTC  (2+ messages)

[PATCH for-next] RDMA/rxe: Send last wqe reached event on qp cleanup
 2023-06-09 17:13 UTC  (3+ messages)

[PATCH] verbs: fix compilation warning with C++20
 2023-06-09 16:34 UTC  (6+ messages)

[PATCH for-next 0/6] Misc cleanups and implement rereg_user_mr
 2023-06-09 16:22 UTC  (2+ messages)

[PATCH net-next v3 1/4] page_pool: frag API support for 32-bit arch with 64-bit DMA
 2023-06-09 15:02 UTC  (3+ messages)
` [PATCH net-next v3 4/4] page_pool: remove PP_FLAG_PAGE_FRAG flag

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-09 12:47 UTC 

[ANNOUNCE] rdma-core: new stable releases
 2023-06-09 12:10 UTC 

[PATCH v2 for-next 00/17] RDMA/bnxt_re: Control path updates
 2023-06-09 11:01 UTC  (18+ messages)
` [PATCH v2 for-next 01/17] RDMA/bnxt_re: wraparound mbox producer index
` [PATCH v2 for-next 02/17] RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
` [PATCH v2 for-next 03/17] RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
` [PATCH v2 for-next 04/17] RDMA/bnxt_re: set fixed command queue depth
` [PATCH v2 for-next 05/17] RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
` [PATCH v2 for-next 06/17] RDMA/bnxt_re: Avoid the command wait if firmware is inactive
` [PATCH v2 for-next 07/17] RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
` [PATCH v2 for-next 08/17] RDMA/bnxt_re: Simplify the function that sends the FW commands
` [PATCH v2 for-next 09/17] RDMA/bnxt_re: add helper function __poll_for_resp
` [PATCH v2 for-next 10/17] RDMA/bnxt_re: handle command completions after driver detect a timedout
` [PATCH v2 for-next 11/17] RDMA/bnxt_re: Add firmware stall check detection
` [PATCH v2 for-next 12/17] RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
` [PATCH v2 for-next 13/17] RDMA/bnxt_re: consider timeout of destroy ah as success
` [PATCH v2 for-next 14/17] RDMA/bnxt_re: cancel all control path command waiters upon error
` [PATCH v2 for-next 15/17] RDMA/bnxt_re: use firmware provided max request timeout
` [PATCH v2 for-next 16/17] RDMA/bnxt_re: remove redundant cmdq_bitmap
` [PATCH v2 for-next 17/17] RDMA/bnxt_re: optimize the parameters passed to helper functions

[pull request][net-next V2 00/14] mlx5 updates 2023-06-06
 2023-06-09  2:40 UTC  (16+ messages)
` [net-next V2 01/14] RDMA/mlx5: Free second uplink ib port
` [net-next V2 02/14] {net/RDMA}/mlx5: introduce lag_for_each_peer
` [net-next V2 03/14] net/mlx5: LAG, check if all eswitches are paired for shared FDB
` [net-next V2 04/14] net/mlx5: LAG, generalize handling of "
` [net-next V2 05/14] net/mlx5: LAG, change mlx5_shared_fdb_supported() to static
` [net-next V2 06/14] net/mlx5: LAG, block multipath LAG in case ldev have more than 2 ports
` [net-next V2 07/14] net/mlx5: LAG, block multiport eswitch "
` [net-next V2 08/14] net/mlx5: Enable 4 ports VF LAG
` [net-next V2 09/14] net/mlx5e: Expose catastrophic steering error counters
` [net-next V2 10/14] net/mlx5e: Remove RX page cache leftovers
` [net-next V2 11/14] net/mlx5e: TC, refactor access to hash key
` [net-next V2 12/14] net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure
` [net-next V2 13/14] mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch manager
` [net-next V2 14/14] net/mlx5e: simplify condition after napi budget handling change

[PATCH v2 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-09  1:15 UTC  (6+ messages)

[PATCH] RDMA/cma: Address sparse warnings
 2023-06-08 20:07 UTC 

[PATCH v2] RDMA/cma: Handle ARPHRD_NONE devices for iWARP
 2023-06-08 20:05 UTC 

[PATCH for-next 00/17] RDMA/bnxt_re: Control path updates
 2023-06-08 12:53 UTC  (19+ messages)
` [PATCH for-next 01/17] RDMA/bnxt_re: wraparound mbox producer index
` [PATCH for-next 02/17] RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
` [PATCH for-next 03/17] RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
` [PATCH for-next 04/17] RDMA/bnxt_re: set fixed command queue depth
` [PATCH for-next 05/17] RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
` [PATCH for-next 06/17] RDMA/bnxt_re: Avoid the command wait if firmware is inactive
` [PATCH for-next 07/17] RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
` [PATCH for-next 08/17] RDMA/bnxt_re: Simplify the function that sends the FW commands
` [PATCH for-next 09/17] RDMA/bnxt_re: add helper function __poll_for_resp
` [PATCH for-next 10/17] RDMA/bnxt_re: handle command completions after driver detect a timedout
` [PATCH for-next 11/17] RDMA/bnxt_re: Add firmware stall check detection
` [PATCH for-next 12/17] RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
` [PATCH for-next 13/17] RDMA/bnxt_re: consider timeout of destroy ah as success
` [PATCH for-next 14/17] RDMA/bnxt_re: cancel all control path command waiters upon error
` [PATCH for-next 15/17] RDMA/bnxt_re: use firmware provided max request timeout
` [PATCH for-next 16/17] RDMA/bnxt_re: remove redundant cmdq_bitmap
` [PATCH for-next 17/17] RDMA/bnxt_re: optimize the parameters passed to helper functions

[recipe build #3553986] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-06-08 11:46 UTC 

[pull request][net-next 00/15] mlx5 updates 2023-06-06
 2023-06-07 23:18 UTC  (24+ messages)
` [net-next 01/15] RDMA/mlx5: Free second uplink ib port
` [net-next 02/15] {net/RDMA}/mlx5: introduce lag_for_each_peer
` [net-next 03/15] net/mlx5: LAG, check if all eswitches are paired for shared FDB
` [net-next 04/15] net/mlx5: LAG, generalize handling of "
` [net-next 05/15] net/mlx5: LAG, change mlx5_shared_fdb_supported() to static
` [net-next 06/15] net/mlx5: LAG, block multipath LAG in case ldev have more than 2 ports
` [net-next 07/15] net/mlx5: LAG, block multiport eswitch "
` [net-next 08/15] net/mlx5: Enable 4 ports VF LAG
` [net-next 09/15] net/mlx5e: RX, Log error when page_pool size is too large
` [net-next 10/15] net/mlx5e: Expose catastrophic steering error counters
` [net-next 11/15] net/mlx5e: Remove RX page cache leftovers
` [net-next 12/15] net/mlx5e: TC, refactor access to hash key
` [net-next 13/15] net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure
` [net-next 14/15] mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch manager
` [net-next 15/15] net/mlx5e: simplify condition after napi budget handling change

[PATCH net-next] net: mana: Add support for vlan tagging
 2023-06-07 20:44 UTC  (2+ messages)

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-07 20:41 UTC  (3+ messages)

[PATCH] Revert "IB/core: Fix use workqueue without WQ_MEM_RECLAIM"
 2023-06-07 14:59 UTC  (6+ messages)

IB_POLL_DIRECT
 2023-06-07 14:54 UTC  (3+ messages)

[PATCH RFC] RDMA/core: Handle ARPHRD_NONE devices
 2023-06-07 14:48 UTC  (9+ messages)

[PATCH 1/8] net/mlx5: Update the driver with the recent thermal changes
 2023-06-07 13:17 UTC  (3+ messages)

[bug report] net/mlx5e: TC, Set CT miss to the specific ct action instance
 2023-06-07  7:09 UTC 

detected field-spanning write in set_eth_seg()
 2023-06-06 13:49 UTC 

[PATCH 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-06 13:22 UTC  (4+ messages)

[PATCH for-rc 0/3] IB/isert Bug fixes in ib_isert
 2023-06-06 10:29 UTC  (14+ messages)
` [PATCH for-rc 1/3] IB/isert: Fix dead lock "
` [PATCH for-rc 2/3] IB/isert: Fix possible list corruption in CMA handler
` [PATCH for-rc 3/3] IB/isert: Fix incorrect release of isert connextion

[PATCH v2 for-rc 0/3] IB/isert Bug fixes in ib_isert
 2023-06-06 10:27 UTC  (4+ messages)
` [PATCH v2 for-rc 3/3] IB/isert: Fix incorrect release of isert connextion

[PATCH v3 for-rc 0/3] IB/isert Bug fixes in ib_isert
 2023-06-06 10:25 UTC  (4+ messages)
` [PATCH v3 for-rc 1/3] IB/isert: Fix dead lock "
` [PATCH v3 for-rc 2/3] IB/isert: Fix possible list corruption in CMA handler
` [PATCH v3 for-rc 3/3] IB/isert: Fix incorrect release of isert connection

[PATCH for-next 0/4] RDMA/erdma: Add a new doorbell allocation mechanism
 2023-06-06  5:50 UTC  (5+ messages)
` [PATCH for-next 1/4] RDMA/erdma: Configure PAGE_SIZE to hardware
` [PATCH for-next 2/4] RDMA/erdma: Allocate doorbell resources from hardware
` [PATCH for-next 3/4] RDMA/erdma: Associate QPs/CQs with doorbells for authorization
` [PATCH for-next 4/4] RDMA/erdma: Refactor the original doorbell allocation mechanism

[PATCH rdma-rc 00/10] Batch of uverbs and mlx5_ib fixes
 2023-06-06  5:50 UTC  (14+ messages)
` [PATCH rdma-rc 01/10] RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
` [PATCH rdma-rc 02/10] RDMA/mlx5: Create an indirect flow table for steering anchor
` [PATCH rdma-rc 03/10] RDMA/mlx5: Fix Q-counters per vport allocation
` [PATCH rdma-rc 04/10] RDMA/mlx5: Remove vport Q-counters dependency on normal Q-counters
` [PATCH rdma-rc 05/10] RDMA/mlx5: Fix Q-counters query in LAG mode
` [PATCH rdma-rc 06/10] RDMA/mlx5: Fix mkey cache possible deadlock on cleanup
` [PATCH rdma-rc 07/10] RDMA/cma: Always set static rate to 0 for RoCE
` [PATCH rdma-rc 08/10] RDMA/uverbs: Restrict usage of privileged QKEYs
` [PATCH rdma-rc 09/10] IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
` [PATCH rdma-rc 10/10] RDMA/mlx5: Fix affinity assignment

[RFC PATCH v1 12/13] IB/hfi1: Use pci_disable/enable_link_state()
 2023-06-05 16:27 UTC  (2+ messages)

[PATCH rdma-next v2 0/4] Handle FW failures to destroy QP/RQ objects
 2023-06-05 10:14 UTC  (4+ messages)
` [PATCH rdma-next v2 1/4] net/mlx5: Nullify qp->dbg pointer post destruction
` [PATCH rdma-next v2 3/4] RDMA/mlx5: Handle DCT QP logic separately from low level QP interface
` [PATCH rdma-next v2 4/4] RDMA/mlx5: Return the firmware result upon destroying QP/RQ


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