linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-23 19:14:58 to 2022-03-01 01:02:19 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01  0:57 UTC  (42+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "

[pull request][for-next v2 00/17] mlx5-next 2022-22-02
 2022-03-01  0:31 UTC  (20+ messages)
` [for-next v2 01/17] mlx5: remove unused static inlines
` [for-next v2 02/17] net/mlx5: Add ability to insert to specific flow group
` [for-next v2 03/17] net/mlx5: E-Switch, reserve and use same uplink metadata across ports
` [for-next v2 04/17] net/mlx5: E-switch, remove special uplink ingress ACL handling
` [for-next v2 05/17] net/mlx5: E-switch, add drop rule support to ingress ACL
` [for-next v2 06/17] net/mlx5: Lag, use local variable already defined to access E-Switch
` [for-next v2 07/17] net/mlx5: Lag, don't use magic numbers for ports
` [for-next v2 08/17] net/mlx5: Lag, record inactive state of bond device
` [for-next v2 09/17] net/mlx5: Lag, offload active-backup drops to hardware
` [for-next v2 10/17] net/mlx5: cmdif, Return value improvements
` [for-next v2 11/17] net/mlx5: cmdif, cmd_check refactoring
` [for-next v2 12/17] net/mlx5: cmdif, Add new api for command execution
` [for-next v2 13/17] net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}
` [for-next v2 14/17] net/mlx5: cmdif, Refactor error handling and reporting of async commands
` [for-next v2 15/17] RDMA/mlx5: Use new command interface API
` [for-next v2 16/17] net/mlx5: Add reset_state field to MFRL register
` [for-next v2 17/17] net/mlx5: Add clarification on sync reset failure

[bug report] NVMe/IB: reset_controller need more than 1min
 2022-03-01  0:06 UTC  (18+ messages)

[PATCH] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-02-28 19:51 UTC 

[PATCH rdma-next v1] RDMA/irdma: Add support for address handle re-use
 2022-02-28 18:36 UTC 

[PATCH for-next] RDMA/core: Remove unnecessary statements
 2022-02-28 17:57 UTC  (3+ messages)

[PATCH for-next v10 00/11] Fix race conditions in rxe_pool
 2022-02-28 17:56 UTC  (21+ messages)
` [PATCH for-next v10 01/11] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH for-next v10 02/11] RDMA/rxe: Delete _locked() APIs for pool objects
` [PATCH for-next v10 03/11] RDMA/rxe: Replace obj by elem in declaration
` [PATCH for-next v10 04/11] RDMA/rxe: Replace red-black trees by xarrays
` [PATCH for-next v10 05/11] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v10 06/11] RDMA/rxe: Add wait_for_completion to pool objects
` [PATCH for-next v10 07/11] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH for-next v10 08/11] RDMA/rxe: Replace mr by rkey in responder resources
` [PATCH for-next v10 09/11] RDMA/rxe: Convert read side locking to rcu
` [PATCH for-next v10 10/11] RDMA/rxe: Move max_elem into rxe_type_info
` [PATCH for-next v10 11/11] RDMA/rxe: Cleanup rxe_pool.c

[PATCH] IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
 2022-02-28 16:53 UTC 

[PATCH rdma-rc v1 0/3] irdma driver updates
 2022-02-28 16:15 UTC  (6+ messages)
` [PATCH rdma-rc v1 1/3] RDMA/irdma: Fix netdev notifications for vlan's
` [PATCH rdma-rc v1 2/3] RDMA/irdma: Fix Passthrough mode in VM
` [PATCH rdma-rc v1 3/3] RDMA/irdma: Remove incorrect masking of PD

[PATCH v2 for-next 0/9] RDMA/hns: Clean up and refactor mailbox-related code
 2022-02-28 16:04 UTC  (15+ messages)
` [PATCH v2 for-next 1/9] RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
` [PATCH v2 for-next 2/9] RDMA/hns: Remove fixed parameter “timeout” in the mailbox
` [PATCH v2 for-next 3/9] RDMA/hns: Remove redundant parameter "mailbox" "
` [PATCH v2 for-next 4/9] RDMA/hns: Fix the wrong type of parameter "op" of "
` [PATCH v2 for-next 5/9] RDMA/hns: Refactor mailbox functions
` [PATCH v2 for-next 6/9] RDMA/hns: Remove similar code that configures the hardware contexts
` [PATCH v2 for-next 7/9] RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()
` [PATCH v2 for-next 8/9] RDMA/hns: Refactor the alloc_srqc()
` [PATCH v2 for-next 9/9] RDMA/hns: Refactor the alloc_cqc()

[PATCHv2 1/1] RDMA/irdma: Make irdma_create_mg_ctx return a void
 2022-02-28 15:33 UTC  (3+ messages)

[PATCH for-next] RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPT
 2022-02-28 12:01 UTC  (2+ messages)

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-02-28 11:40 UTC  (4+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters
` [PATCH net-next v3 2/2] flow_offload: reject offload for all drivers with invalid police parameters

[PATCH rdma-core 0/5] Add new bitmap API
 2022-02-28  8:48 UTC  (6+ messages)
` [PATCH rdma-core 1/5] util: "
` [PATCH rdma-core 2/5] mlx5: Adapt bitmap usage to use util API
` [PATCH rdma-core 3/5] libhns: "
` [PATCH rdma-core 4/5] verbs: "
` [PATCH rdma-core 5/5] ccan: Remove bitmap code

[bug report] WARNING: possible circular locking at: rdma_destroy_id+0x17/0x20 [rdma_cm] triggered by blktests nvmeof-mp/002
 2022-02-27 23:21 UTC  (2+ messages)

[rdma:for-next] BUILD SUCCESS 884194ef264e140a6d22f7a5de2b76765d17734a
 2022-02-26 12:54 UTC 

[rdma:for-rc] BUILD SUCCESS 22e9f71072fa605cbf033158db58e0790101928d
 2022-02-26 12:54 UTC 

[PATCH] net/smc: Add autocork support
 2022-02-25 23:42 UTC  (13+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2022-02-25 22:15 UTC  (2+ messages)

[PATCH rc v2] RDMA/cma: Do not change route.addr.src_addr outside state checks
 2022-02-25 20:50 UTC  (3+ messages)

[PATCH for-next v14] RDMA/rxe: Convert mca read locking to RCU
 2022-02-25 16:57 UTC 

[PATCH net] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-02-25 16:45 UTC  (2+ messages)

[PATCH] net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()
 2022-02-25 12:18 UTC  (2+ messages)

[PATCH] net/mlx5e: Fix return of a kfree'd object instead of NULL
 2022-02-25 12:14 UTC  (2+ messages)

[PATCH for-next 0/8] RDMA/hns: Clean up and refactor mailbox-related code
 2022-02-25 10:53 UTC  (17+ messages)
` [PATCH for-next 1/8] RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
` [PATCH for-next 2/8] RDMA/hns: Remove fixed parameter “timeout” in the mailbox
` [PATCH for-next 3/8] RDMA/hns: Remove redundant parameter "mailbox" "
` [PATCH for-next 4/8] RDMA/hns: Fix the wrong type of parameter "op" of "
` [PATCH for-next 5/8] RDMA/hns: Refactor mailbox functions
` [PATCH for-next 6/8] RDMA/hns: Remove similar code that configures the hardware contexts
` [PATCH for-next 7/8] RDMA/hns: Refactor the alloc_srqc()

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-02-25  6:49 UTC  (5+ messages)

[PATCH v5 0/3] Update VMware maintainer entries
 2022-02-24 22:24 UTC  (2+ messages)
` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH net] net/smc: fix connection leak
 2022-02-24 22:06 UTC  (2+ messages)

[PATCH rdma-rc 0/3] irdma driver updates
 2022-02-24 19:29 UTC  (5+ messages)
` [PATCH rdma-rc 1/3] RDMA/irdma: Fix netdev notifications for vlan's
` [PATCH rdma-rc 2/3] RDMA/irdma: Fix Passthrough mode in VM
` [PATCH rdma-rc 3/3] RDMA/irdma: Remove incorrect masking of PD

[bug report] NVMe/IB: WARNING: possible circular locking dependency detected on target after connect
 2022-02-24 18:55 UTC  (2+ messages)

[PATCH for-next v13 0/6] Move two object pools to rxe_mcast.c
 2022-02-24 17:29 UTC  (11+ messages)
` [PATCH for-next v13 1/6] RDMA/rxe: Warn if mcast memory is not freed
` [PATCH v13 for-next 2/6] RDMA/rxe: Collect mca init code in a subroutine
` [PATCH for-next v13 3/6] RDMA/rxe: Collect cleanup mca "
` [PATCH v13 for-next 4/6] RDMA/rxe: Cleanup rxe_mcast.c
` [PATCH v13 for-next 5/6] RDMA/rxe: For mcast copy qp list to temp array
` [PATCH for-next v13 6/6] RDMA/rxe: Convert mca read locking to RCU

[rdma:wip/jgg-for-next] BUILD SUCCESS 6090a0c4c7c6156f267ee217f6577eecd610a652
 2022-02-24 14:53 UTC 

[bug report] RDMA: Convert put_page() to put_user_page*()
 2022-02-24 14:51 UTC  (2+ messages)

[PATCH v1 1/1] IB/hfi1: Don't cast parameter in bit operations
 2022-02-24 13:44 UTC  (7+ messages)

Ruch z pierwszej pozycji w Google
 2022-02-24  9:11 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS 081bdc9fe05bb23248f5effb6f811da3da4b8252
 2022-02-24  9:11 UTC 

[PATCH 1/1] RDMA/irdma: Make irdma_create_mg_ctx return a void
 2022-02-24  2:13 UTC  (6+ messages)

[pull request][net-next/rdma-next 00/17] mlx5-next updates 2022-02-22
 2022-02-24  2:00 UTC  (8+ messages)
` [mlx5-next 01/17] mlx5: remove usused static inlines
` [mlx5-next 13/17] net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}

[PATCHv2 0/3] Use net_type to check network type
 2022-02-24  0:40 UTC  (2+ messages)

[PATCH for-next v12 0/6] Move two object pools to rxe_mcast.c
 2022-02-24  0:04 UTC  (7+ messages)
` [PATCH for-next v12 1/6] RDMA/rxe: Add code to cleanup mcast memory
` [PATCH for-next v12 6/6] RDMA/rxe: Convert mca read locking to RCU

[PATCH for-next 0/3] Remove enum irdma_status_code
 2022-02-23 19:28 UTC  (2+ messages)

[PATCH v2 0/2] Fix a deadlock in the ib_srp driver
 2022-02-23 19:14 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).