linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 12:38:08 to 2020-09-15 20:07:01 UTC [more...]

[PATCH rdma-next] qedr: Add support for user mode XRC-SRQ's
 2020-09-15 20:00 UTC  (2+ messages)

[PATCH rdma-next 0/4] Query GID table API
 2020-09-15 19:06 UTC  (15+ messages)
` [PATCH rdma-next 1/4] RDMA/core: Change rdma_get_gid_attr returned error code
` [PATCH rdma-next 2/4] RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
` [PATCH rdma-next 3/4] RDMA/core: Introduce new GID table query API
` [PATCH rdma-next 4/4] RDMA/uverbs: Expose the new GID query API to user space

[PATCH rdma-next v1 0/4] scatterlist: add sg_alloc_table_append function
 2020-09-15 16:23 UTC  (6+ messages)
` [PATCH rdma-next v1 1/4] lib/scatterlist: Refactor sg_alloc_table_from_pages
` [PATCH rdma-next v1 2/4] lib/scatterlist: Add support in dynamically allocation of SG entries
` [PATCH rdma-next v1 3/4] lib/scatterlist: Add support in dynamic allocation of SG table from pages
` [PATCH rdma-next v1 4/4] RDMA/umem: Move to allocate "

[PATCH] IB/rxe: fix kconfig dependency warning for RDMA_RXE
 2020-09-15 12:45 UTC  (4+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (16+ messages)
` [Intel-gfx] "

[PATCH] srp_daemon: Avoid extra permissions for the lock file
 2020-09-15  8:10 UTC  (5+ messages)

[PATCH] RDMA/iw_cxgb4: disable delayed ack by default
 2020-09-15  8:10 UTC  (10+ messages)

[PATCH v3] qedr: fix resource leak in qedr_create_qp
 2020-09-15  6:41 UTC  (2+ messages)
  ` [EXT] "

[IB/srpt] c804af2c1d: last_state.test.blktests.exit_code.143
 2020-09-14 18:26 UTC  (12+ messages)

[PATCH rdma-next 0/5] Reorganize mlx5 UMR creation flow
 2020-09-14 11:26 UTC  (6+ messages)
` [PATCH rdma-next 1/5] RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()
` [PATCH rdma-next 2/5] RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()
` [PATCH rdma-next 3/5] RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabled
` [PATCH rdma-next 4/5] RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't work
` [PATCH rdma-next 5/5] RDMA/mlx5: Clarify what the UMR is for when creating MRs

[PATCH] RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
 2020-09-14 11:59 UTC 

KASAN: use-after-free Read in ucma_close (2)
 2020-09-14 15:01 UTC  (8+ messages)

[PATCH rdma-next] IB/i40iw: Avoid typecast from void to pci_dev
 2020-09-14 12:35 UTC 

[PATCH rdma-next 0/4] Improve ODP by using HMM API
 2020-09-14 11:39 UTC  (5+ messages)
` [PATCH rdma-next 1/4] IB/core: Improve ODP to use hmm_range_fault()
` [PATCH rdma-next 2/4] IB/core: Enable ODP sync without faulting
` [PATCH rdma-next 3/4] RDMA/mlx5: Extend advice MR to support non faulting mode
` [PATCH rdma-next 4/4] RDMA/mlx5: Sync device with CPU pages upon ODP MR registration

[PATCH rdma-next v3] RDMA/mlx4: Provide port number for special QPs
 2020-09-14 11:18 UTC 

[PATCH rdma-next v1 0/4] Query GID table API
 2020-09-14 11:11 UTC  (5+ messages)
` [PATCH rdma-next v1 1/4] RDMA/core: Change rdma_get_gid_attr returned error code
` [PATCH rdma-next v1 2/4] RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
` [PATCH rdma-next v1 3/4] RDMA/core: Introduce new GID table query API
` [PATCH rdma-next v1 4/4] RDMA/uverbs: Expose the new GID query API to user space

[PATCH rdma-core 0/8] verbs: Query GID table API
 2020-09-14  6:35 UTC  (9+ messages)
` [PATCH rdma-core 1/8] Update kernel headers
` [PATCH rdma-core 2/8] verbs: Change the name of enum ibv_gid_type
` [PATCH rdma-core 3/8] verbs: Introduce a new query GID entry API
` [PATCH rdma-core 4/8] verbs: Implement ibv_query_gid and ibv_query_gid_type over ioctl
` [PATCH rdma-core 5/8] verbs: Optimize ibv_query_gid and ibv_query_gid_type
` [PATCH rdma-core 6/8] verbs: Introduce a new query GID table API
` [PATCH rdma-core 7/8] pyverbs: Add query_gid_table and query_gid_ex methods
` [PATCH rdma-core 8/8] tests: Add tests for ibv_query_gid_table and ibv_query_gid_ex

[RFC] Reliable Multicast on top of RTRS
 2020-09-13 14:51 UTC  (6+ messages)

[PATCH rdma-next] overflow: Include header file with SIZE_MAX declaration
 2020-09-13 10:29 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2020-09-11 18:37 UTC  (2+ messages)

[PATCH] qedr: fix resource leak in qedr_create_qp
 2020-09-11 12:49 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 00/17] RDMA: Improve use of umem in DMA drivers
 2020-09-11 13:21 UTC  (4+ messages)
` [PATCH v2 06/17] RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH rdma-next 00/10] Prepare drivers to move QP allocation to ib_core
 2020-09-10 14:30 UTC  (12+ messages)
` [PATCH rdma-next 01/10] RDMA/mlx5: Embed GSI QP into general mlx5_ib QP
` [PATCH rdma-next 02/10] RDMA/mlx5: Reuse existing fields in parent QP storage object
` [PATCH rdma-next 03/10] RDMA/mlx5: Change GSI QP to have same creation flow like other QPs
` [PATCH rdma-next 04/10] RDMA/mlx5: Delete not needed GSI QP signature QP type
` [PATCH rdma-next 05/10] RDMA/mlx4: Embed GSI QP into general mlx4_ib QP
` [PATCH rdma-next 06/10] RDMA/mlx4: Prepare QP allocation to remove from the driver
` [PATCH rdma-next 07/10] RDMA/core: Align write and ioctl checks of QP types
` [PATCH rdma-next 08/10] RDMA/drivers: Remove udata check from special QP
` [PATCH rdma-next 09/10] RDMA/mthca: Combine special QP struct with mthca QP
` [PATCH rdma-next 10/10] RDMA/i40iw: Remove intermediate pointer that points to the same struct

[PATCH for-next] RDMA/hns: Support inline data in extented sge space for RC
 2020-09-10 13:21 UTC 

[PATCH rdma-next v2 0/9] Restore failure of destroy commands
 2020-09-10 12:24 UTC  (13+ messages)
` [PATCH rdma-next v2 1/9] RDMA: Restore ability to fail on PD deallocate
` [PATCH rdma-next v2 2/9] RDMA: Restore ability to fail on AH destroy
` [PATCH rdma-next v2 3/9] RDMA/mlx5: Issue FW command to destroy SRQ on reentry
` [PATCH rdma-next v2 4/9] RDMA: Restore ability to fail on SRQ destroy
` [PATCH rdma-next v2 5/9] RDMA/core: Delete function indirection for alloc/free kernel CQ
` [PATCH rdma-next v2 6/9] RDMA: Allow fail of destroy CQ
` [PATCH rdma-next v2 8/9] RDMA: Restore ability to return error for destroy WQ

[rdma:wip/jgg-for-rc] BUILD SUCCESS 7bf5d303007cd3cc835966bc03a8b1949a59c823
 2020-09-10 10:51 UTC 

[PATCH rdma-next 0/8] RDMA/qedr: various fixes
 2020-09-10  6:29 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 for-next 0/7] rdma_rxe: add memory windows to rxe
 2020-09-09 18:45 UTC  (3+ messages)
` [PATCH v4 for-next 1/7] ib_user_verbs.h: Added missing WR and WC opcodes

[Bug 209213] New: ib_srp: Already connected to target port with
 2020-09-09 17:21 UTC 

[PATCH for-next] RDMA/iw_cxgb4: disable delayed ack by default
 2020-09-09 15:37 UTC 

[PATCH] qedr: fix resource leak in qedr_create_qp
 2020-09-09 16:55 UTC 

Bug report: in-place build exposes fixup headers, breaking static_assert
 2020-09-09 16:06 UTC  (2+ messages)

[PATCH v3] IB/isert: fix unaligned immediate-data handling
 2020-09-09 16:49 UTC  (2+ messages)

[PATCH] RDMA: error code handling
 2020-09-09 16:38 UTC  (2+ messages)

[PATCH v4] RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
 2020-09-09 16:35 UTC  (2+ messages)

[PATCH v2] RDMA/rtrs-srv: Set .release function for rtrs srv device during device init
 2020-09-09 16:28 UTC  (3+ messages)

[PATCH for-next] RDMA/hns: Avoid unncessary initialization
 2020-09-09 16:24 UTC  (2+ messages)

[PATCH -next] RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
 2020-09-09 16:21 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Change how failing destroy is handled during uobj abort
 2020-09-09 16:19 UTC  (2+ messages)

[PATCH v2 07/17] RDMA/efa: Use ib_umem_num_dma_pages()
 2020-09-09 11:14 UTC  (5+ messages)

[PATCH for-next] RDMA/hns: Create QP/CQ with selected QPN/CQN for bank load balance
 2020-09-09  9:09 UTC 

[PATCH v2 for-next 0/9] RDMA/hns: Misc Updates
 2020-09-09  8:57 UTC  (10+ messages)
` [PATCH v2 for-next 1/9] RDMA/hns: Refactor process about opcode in post_send()
` [PATCH v2 for-next 2/9] RDMA/hns: Add type check in get/set hw field
` [PATCH v2 for-next 3/9] RDMA/hns: Add interception for resizing SRQs
` [PATCH v2 for-next 4/9] RDMA/hns: Correct typo of hns_roce_create_cq()
` [PATCH v2 for-next 5/9] RDMA/hns: Add check for the validity of sl configuration
` [PATCH v2 for-next 6/9] RDMA/hns: Solve the overflow of the calc_pg_sz()
` [PATCH v2 for-next 7/9] RDMA/hns: Fix the wrong value of rnr_retry when querying qp
` [PATCH v2 for-next 8/9] RDMA/hns: Fix configuration of ack_req_freq in QPC
` [PATCH v2 for-next 9/9] RDMA/hns: Fix missing sq_sig_type when querying QP

[PATCH for-next 0/9] RDMA/hns: Misc Updates
 2020-09-09  3:41 UTC  (12+ messages)
` [PATCH for-next 1/9] RDMA/hns: Refactor process about opcode in post_send()
` [PATCH for-next 2/9] RDMA/hns: Add type check in get/set hw field
` [PATCH for-next 3/9] RDMA/hns: Add interception for resizing SRQs
` [PATCH for-next 4/9] RDMA/hns: Correct typo of hns_roce_create_cq()
` [PATCH for-next 5/9] RDMA/hns: Add check for the validity of sl configuration
` [PATCH for-next 6/9] RDMA/hns: Solve the overflow of the calc_pg_sz()
` [PATCH for-next 7/9] RDMA/hns: Fix the wrong value of rnr_retry when querying qp
` [PATCH for-next 8/9] RDMA/hns: Fix configuration of ack_req_freq in QPC
` [PATCH for-next 9/9] RDMA/hns: Fix missing sq_sig_type when querying QP

[PATCH rdma-next v1 0/3] Fix in-kernel active_speed type
 2020-09-08 17:21 UTC  (9+ messages)
` [PATCH rdma-next v1 3/3] RDMA: Fix link active_speed size

[PATCH rdma-next 0/4] scatterlist: add sg_alloc_table_append function
 2020-09-08 16:13 UTC  (13+ messages)
` [PATCH rdma-next 3/4] lib/scatterlist: Add support in dynamic allocation of SG table from pages
` [PATCH rdma-next 4/4] RDMA/umem: Move to allocate "
` [PATCH rdma-next 1/4] lib/scatterlist: Refactor sg_alloc_table_from_pages

mcast bugs
 2020-09-08 19:34 UTC 

[PATCH net-next] mlx4: make sure to always set the port type
 2020-09-07 17:51 UTC  (10+ messages)

[PATCH rdma-next v2 00/14] Track memory allocation with restrack DB help
 2020-09-07 12:21 UTC  (5+ messages)
` [PATCH rdma-next v2 01/14] RDMA/cma: Delete from restrack DB after successful destroy
` [PATCH rdma-next v2 02/14] RDMA/mlx5: Don't call to restrack recursively
` [PATCH rdma-next v2 03/14] RDMA/mlx4: Provide port number for special QPs
` [PATCH rdma-next v2 04/14] RDMA/restrack: Count references to the verbs objects

Finding the namespace of a struct ib_device
 2020-09-07 13:48 UTC  (12+ 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).