public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-10 13:16:59 to 2021-06-19 08:37:16 UTC [more...]

[PATCH v4 for-next 0/8] RDMA/hns: Use new interfaces to write/read fields
 2021-06-19  8:37 UTC  (13+ messages)
` [PATCH v4 for-next 1/8] RDMA/hns: Fix sparse warnings about hr_reg_write()
` [PATCH v4 for-next 2/8] RDMA/hns: Add a check to ensure integer mtu is positive
` [PATCH v4 for-next 3/8] RDMA/hns: Use new interface to write CQ context
` [PATCH v4 for-next 4/8] RDMA/hns: Use new interface to modify QP context
` [PATCH v4 for-next 5/8] RDMA/hns: Use new interface to get CQE fields
` [PATCH v4 for-next 6/8] RDMA/hns: Use new interface to write FRMR fields
` [PATCH v4 for-next 7/8] RDMA/hns: Use new interface to write DB related fields
` [PATCH v4 for-next 8/8] RDMA/hns: Clean SRQC structure definition

[rdma:wip/jgg-for-next] BUILD SUCCESS WITH WARNING 7e78dd816e458fbc2928a068d70009178d5d070d
 2021-06-19  8:22 UTC 

[PATCH v1 1/3] RDMA/rxe: Increase value of RXE_MAX_UCONTEXT
 2021-06-18 23:25 UTC  (9+ messages)
` [PATCH v1 2/3] RDMA/rxe: Increase value of RXE_MAX_SRQ
` [PATCH v1 3/3] RDMA/rxe: Increase value of RXE_MAX_AH

[PATCH v3 for-next] RDMA/hns: Clear extended doorbell info before using
 2021-06-18 18:33 UTC  (3+ messages)

[PATCH for-next 0/5] RTRS enable write path fast memory regitration
 2021-06-18 16:54 UTC  (2+ messages)

[PATCHv3 for-next 0/5] Misc update for RTRS
 2021-06-18 16:51 UTC  (7+ messages)
` [PATCHv3 for-next 1/5] RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
` [PATCHv3 for-next 2/5] RDMA/rtrs-clt: Use minimal max_send_sge when create qp
` [PATCHv3 for-next 3/5] RDMA/rtrs: RDMA_RXE requires more number of WR
` [PATCHv3 for-next 4/5] RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_num
` [PATCHv3 for-next 5/5] RDMA/rtrs: Check device max_qp_wr limit when create QP

[PATCH for-next v9 00/10] RDMA/rxe: Implement memory windows
 2021-06-18 15:39 UTC  (3+ messages)

[PATCH for-next 0/6] Fix extra/redundant copies
 2021-06-18 15:32 UTC  (9+ messages)
` [PATCH for-next 1/6] RDMA/rxe: Fix useless copy in send_atomic_ack
` [PATCH for-next 2/6] RDMA/rxe: Fix redundant call to ip_send_check
` [PATCH for-next 3/6] RDMA/rxe: Fix extra copies in build_rdma_network_hdr
` [PATCH for-next 4/6] RDMA/rxe: Fix over copying in get_srq_wqe
` [PATCH for-next 5/6] RDMA/rxe: Fix extra copy in prepare_ack_packet
` [PATCH for-next 6/6] RDMA/rxe: Fix redundant skb_put_zero

[PATCH for-next] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-18 13:57 UTC  (9+ messages)

[PATCH for-next 00/10] RDMA/hns: Updates for 5.14
 2021-06-18 10:10 UTC  (11+ messages)
` [PATCH for-next 01/10] RDMA/hns: Force rewrite inline flag of WQE
` [PATCH for-next 02/10] RDMA/hns: Fix uninitialized variable
` [PATCH for-next 03/10] RDMA/hns: Fix some print issues
` [PATCH for-next 04/10] RDMA/hns: Add member assignments for qp_init_attr
` [PATCH for-next 05/10] RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qp
` [PATCH for-next 06/10] RDMA/hns: Clean definitions of EQC structure
` [PATCH for-next 07/10] RDMA/hns: Modify function return value type
` [PATCH for-next 08/10] RDMA/hns: Encapsulate flushing CQE as a function
` [PATCH for-next 09/10] RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()
` [PATCH for-next 10/10] RDMA/hns: Fix spelling mistakes of original

[PATCH v3 for-next 0/8] RDMA/hns: Use new interfaces to write/read fields
 2021-06-18  9:17 UTC  (11+ messages)
` [PATCH v3 for-next 1/8] RDMA/hns: Use temporary variables to fix warning about hr_reg_write()
` [PATCH v3 for-next 2/8] RDMA/hns: Add a check to ensure integer mtu is positive
` [PATCH v3 for-next 3/8] RDMA/hns: Use new interface to write CQ context
` [PATCH v3 for-next 4/8] RDMA/hns: Use new interface to modify QP context
` [PATCH v3 for-next 5/8] RDMA/hns: Use new interface to get CQE fields
` [PATCH v3 for-next 6/8] RDMA/hns: Use new interface to write FRMR fields
` [PATCH v3 for-next 7/8] RDMA/hns: Use new interface to write DB related fields
` [PATCH v3 for-next 8/8] RDMA/hns: Clean SRQC structure definition

[PATCH rdma-core 0/4] libhns: Add support for direct WQE
 2021-06-18  7:23 UTC  (8+ messages)
` [PATCH rdma-core 4/4] libhns: Add support for direct wqe

[PATCH for-next v2] RDMA/cma: Remove unnecessary INIT->INIT transition
 2021-06-18  6:07 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 915e4af59f0b6a9e72dd9ef0fda853b87ae556c5
 2021-06-18  5:43 UTC 

[PATCH net-next] net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()
 2021-06-18  0:03 UTC 

Fwd: RDMACM Python test cases
 2021-06-17 21:42 UTC 

[PATCH for-next] RDMA/cma: Remove unnecessary INIT->INIT transition
 2021-06-17 20:40 UTC  (2+ messages)

[PATCH] IB/mlx4: Avoid field-overflowing memcpy()
 2021-06-17 19:46 UTC  (3+ messages)

[PATCH for-next v2] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-17 12:59 UTC 

[PATCH v4 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-06-17 10:11 UTC  (12+ messages)
` [PATCH v4 for-next 1/3] IB/core: Removed port validity check from ib_get_cached_subnet_prefix
` [PATCH v4 for-next 2/3] IB/core: Shuffle locks in ib_port_data to save memory
` [PATCH v4 for-next 3/3] IB/core: Obtain subnet_prefix from cache in IB devices

[PATCH V8 for-next] RDMA/bnxt_re: update ABI to pass wqe-mode to user space
 2021-06-17  7:08 UTC  (2+ messages)

[PATCH v5 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-06-17  6:41 UTC  (5+ messages)
` [PATCH v5 for-next 1/3] IB/core: Removed port validity check from ib_get_cached_subnet_prefix
` [PATCH v5 for-next 2/3] IB/core: Shuffle locks in ib_port_data to save memory
` [PATCH v5 for-next 3/3] IB/core: Obtain subnet_prefix from cache in IB devices

[PATCH RESEND v2 for-next 0/7] RDMA/hns: Use new interfaces to write/read fields
 2021-06-17  6:33 UTC  (4+ messages)
` [PATCH RESEND v2 for-next 1/7] RDMA/hns: Fix potential compile warnings on hr_reg_write()

[PATCH] net/mlx5: remove "default n" from Kconfig
 2021-06-17  2:32 UTC 

[PATCH rdma-next v2 00/15] Reorganize sysfs file creation for struct ib_devices
 2021-06-17  0:59 UTC  (20+ messages)
` [PATCH rdma-next v2 01/15] RDMA: Split the alloc_hw_stats() ops to port and device variants
` [PATCH rdma-next v2 02/15] RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
` [PATCH rdma-next v2 03/15] RDMA/core: Split port and device counter sysfs attributes
` [PATCH rdma-next v2 04/15] RDMA/core: Split gid_attrs related sysfs from add_port()
` [PATCH rdma-next v2 05/15] RDMA/core: Simplify how the gid_attrs sysfs is created
` [PATCH rdma-next v2 06/15] RDMA/core: Simplify how the port "
` [PATCH rdma-next v2 07/15] RDMA/core: Create the device hw_counters through the normal groups mechanism
` [PATCH rdma-next v2 08/15] RDMA/core: Remove the kobject_uevent() NOP
` [PATCH rdma-next v2 09/15] RDMA/core: Expose the ib port sysfs attribute machinery
` [PATCH rdma-next v2 10/15] RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's
` [PATCH rdma-next v2 11/15] RDMA/qib: Use attributes for the port sysfs
` [PATCH rdma-next v2 12/15] RDMA/hfi1: "
` [PATCH rdma-next v2 13/15] RDMA: Change ops->init_port to ops->port_groups
` [PATCH rdma-next v2 14/15] RDMA/core: Allow port_groups to be used with namespaces
` [PATCH rdma-next v2 15/15] RDMA: Remove rdma_set_device_sysfs_group()

[PATCH rdma-next 0/3] Add ConnectX DCS offload support
 2021-06-16 23:50 UTC  (3+ messages)
` [PATCH rdma-next 2/3] RDMA/mlx5: Move DCI QP creation to separate function

[PATCH for-next] RDMA/rxe: Fix qp reference counting for atomic ops
 2021-06-16 23:21 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Support getting max QP number from firmware
 2021-06-16 23:20 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Don't add slave port to unaffiliated list
 2021-06-16 23:19 UTC  (2+ messages)

[PATCH] RDMA/core: Use flexible array for mad data
 2021-06-16 20:26 UTC 

[PATCH V6 rdma-core 0/5] Broadcom's user library update
 2021-06-16 20:25 UTC  (6+ messages)
` [PATCH V6 rdma-core 1/5] Update kernel headers
` [PATCH V6 rdma-core 2/5] bnxt_re/lib: Read wqe mode from the driver
` [PATCH V6 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue
` [PATCH V6 rdma-core 4/5] bnxt_re/lib: Use separate indices for shadow queue
` [PATCH V6 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices

[PATCH][next] net/mlx5: Fix spelling mistake "enught" -> "enough"
 2021-06-16 14:19 UTC 

[PATCH v3 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-06-16 12:43 UTC  (12+ messages)
` [PATCH v3 3/3] IB/core: Obtain subnet_prefix from cache in IB devices

[PATCH rdma-core 0/4] verbs: Introduce ibv_query_qp_data_in_order() verb
 2021-06-16  8:03 UTC  (7+ messages)
` [PATCH rdma-core 2/4] mlx5: Implement "

[PATCH rdma-next 0/2] Provide already supported real-time timestamp
 2021-06-16  7:57 UTC  (3+ messages)
` [PATCH mlx5-next 1/2] RDMA/mlx5: Refactor get_ts_format functions to simplify code
` [PATCH rdma-next 2/2] RDMA/mlx5: Support real-time timestamp directly from the device

[PATCH] net/mlx5: Fix missing error code in mlx5_init_fs()
 2021-06-16  6:19 UTC  (2+ messages)

[PATCH rdma-next v2] RDMA: Fix kernel-doc warnings about wrong comment
 2021-06-16  6:09 UTC 

[PATCH V5 rdma-core 0/5] Broadcom's user library update
 2021-06-15 19:26 UTC  (7+ messages)
` [PATCH V5 rdma-core 1/5] Update kernel headers
` [PATCH V5 rdma-core 2/5] bnxt_re/lib: Read wqe mode from the driver
` [PATCH V5 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue
` [PATCH V5 rdma-core 4/5] bnxt_re/lib: Use separate indices for shadow queue
` [PATCH V5 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices

weird corner of python tests doesn't work
 2021-06-15  2:33 UTC 

[ANNOUNCE] opensm 3.3.24 release
 2021-06-14 13:14 UTC 

[PATCHv2 for-next 0/5] misc update for RTRS
 2021-06-14  6:06 UTC  (12+ messages)
` [PATCHv2 for-next 1/5] RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
` [PATCHv2 for-next 2/5] RDMA/rtrs-clt: Use minimal max_send_sge when create qp
` [PATCHv2 for-next 3/5] RDMA/rtrs: RDMA_RXE requires more number of WR
` [PATCHv2 for-next 4/5] RDMA/rtrs: Rename some variables to avoid confusion
` [PATCHv2 for-next 5/5] RDMA/rtrs: Check device max_qp_wr limit when create QP

[PATCH rdma-next v1 00/15] Reorganize sysfs file creation for struct ib_devices
 2021-06-14  3:27 UTC  (9+ messages)
` [PATCH rdma-next v1 10/15] RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's

[PATCH V2] treewide: Add missing semicolons to __assign_str uses
 2021-06-12 23:11 UTC  (2+ messages)

[PATCH RESEND for-next] RDMA/hns: Solve the problem that dma_pool is used during the reset
 2021-06-12  7:00 UTC  (2+ messages)

[PATCH rdma-next v1] RDMA: Fix kernel-doc warnings about wrong comment
 2021-06-12  6:34 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Solve the problem that dma_pool is used during the reset
 2021-06-11  9:33 UTC  (2+ messages)

[PATCH v2 for-next 0/2] RDMA/hns: Add support for userspace Direct WQE
 2021-06-11  9:03 UTC  (4+ messages)
` [PATCH v2 for-next 2/2] RDMA/hns: Support direct WQE of userspace

[PATCH V4 rdma-core 0/5] Broadcom's user library update
 2021-06-11  7:01 UTC  (11+ messages)
` [PATCH V4 rdma-core 1/5] Update kernel headers
` [PATCH V4 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue
` [PATCH V4 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices

[rdma:wip/jgg-for-next] BUILD SUCCESS 2db7b2eac7ad55105fe037b3f8f57d8ecac8c3fb
 2021-06-11  2:04 UTC 

[PATCH v2 for-next] RDMA/hns: Clear extended doorbell info before using
 2021-06-11  1:29 UTC  (5+ messages)

[rdma:for-rc] BUILD SUCCESS 2ba0aa2feebda680ecfc3c552e867cf4d1b05a3a
 2021-06-11  0:15 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2021-06-10 19:18 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