linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 16:24:59 to 2020-09-21 09:18:19 UTC [more...]

[PATCH rdma-next v2 0/2] scatterlist: add sg_alloc_table_append function
 2020-09-21  9:18 UTC  (5+ messages)
` [PATCH rdma-next v2 1/2] lib/scatterlist: Add support in dynamic allocation of SG table from pages
` [PATCH rdma-next v2 2/2] RDMA/umem: Move to allocate "

[PATCH 00/14] drop double zeroing
 2020-09-21  7:13 UTC  (5+ messages)
` [PATCH 05/14] RDMA/efa: "
` [PATCH 07/14] RDS: "

[PATCH for-next v5 00/12] rdma_rxe: API extensions
 2020-09-20 21:13 UTC  (21+ messages)
` [PATCH for-next v5 01/12] rdma_rxe: Separat MEM into MR and MW objects
` [PATCH for-next v5 02/12] rdma_rxe: Enable "
` [PATCH for-next v5 03/12] rdma_rxe: Let pools support both keys and indices
` [PATCH for-next v5 04/12] rdma_rxe: Add alloc_mw and dealloc_mw verbs
` [PATCH for-next v5 05/12] rdma_rxe: Add bind_mw and invalidate_mw verbs
` [PATCH for-next v5 06/12] rdma_rxe: Add memory access through MWs
` [PATCH for-next v5 07/12] rdma_rxe: Add support for ibv_query_device_ex
` [PATCH for-next v5 08/12] rdma_rxe: Add support for extended CQ operations
` [PATCH for-next v5 09/12] rdma_rxe: Add support for extended QP operations
` [PATCH for-next v5 10/12] rdma_rxe: Fix pool related bugs
` [PATCH for-next v5 11/12] rdma_rxe: Fix mcast group allocation bug
` [PATCH for-next v5 12/12] rdma_rxe: Fix bugs in the multicast receive path

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-20 19:05 UTC  (37+ messages)

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

[PATCH for-next] RDMA/hns: Create QP/CQ with selected QPN/CQN for bank load balance
 2020-09-19  9:25 UTC  (3+ messages)

[PATCH for-next] i40iw: Add support to make destroy QP synchronous
 2020-09-19  9:15 UTC  (2+ messages)

[PATCH rdma-next v2 00/14] Track memory allocation with restrack DB help
 2020-09-19  9:09 UTC  (20+ messages)
` [PATCH rdma-next v2 01/14] RDMA/cma: Delete from restrack DB after successful destroy
` [PATCH rdma-next v2 04/14] RDMA/restrack: Count references to the verbs objects
` [PATCH rdma-next v2 06/14] RDMA/restrack: Improve readability in task name management
` [PATCH rdma-next v2 07/14] RDMA/cma: Be strict with attaching to CMA device
` [PATCH rdma-next v2 10/14] RDMA/restrack: Store all special QPs in restrack DB
` [PATCH rdma-next v2 11/14] RDMA/restrack: Make restrack DB mandatory for IB objects

[PATCH v2 for-next 0/9] RDMA/hns: Misc Updates
 2020-09-19  8:28 UTC  (19+ 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()

[rdma:wip/jgg-for-next] BUILD SUCCESS 8383da3e4a610496c6790e46e48b2b26be0cc252
 2020-09-19  4:42 UTC 

[rdma:for-rc] BUILD SUCCESS 4aa1615268a8ac2b20096211d3f9ac53874067d7
 2020-09-19  4:42 UTC 

[PATCH] RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
 2020-09-18 23:54 UTC  (2+ messages)

[PATCH for-next v5 0/4] rxe: API extensions
 2020-09-18 21:25 UTC  (5+ messages)
` [PATCH for-next v5 1/4] rxe: Implement MW commands
` [PATCH for-next v5 2/4] rxe: add extended query device verb
` [PATCH for-next v5 3/4] rxe: add support for extended CQ operations
` [PATCH for-next v5 4/4] rxe: add support for extended QP operations

pyverbs regression
 2020-09-18 17:23 UTC 

[PATCH rdma-next 0/5] Reorganize mlx5 UMR creation flow
 2020-09-18 16:05 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Set the unsupported wr opcode
 2020-09-18 15:58 UTC  (2+ messages)

[PATCH for-next] RDMA/iw_cxgb4: disable delayed ack by default
 2020-09-18 15:45 UTC  (2+ messages)

[PATCH rdma-next 0/3] Extend mlx5_ib software steering interface
 2020-09-18 13:42 UTC  (4+ messages)

[PATCH rdma-next v2 0/3] Fix in-kernel active_speed type
 2020-09-18 13:33 UTC  (8+ messages)
` [PATCH mlx5-next v2 1/3] net/mlx5: Refactor query port speed functions
` [PATCH mlx5-next v2 2/3] RDMA/mlx5: Delete duplicated mlx5_ptys_width enum
` [PATCH rdma-next v2 3/3] RDMA: Fix link active_speed size

[PATCH rdma-next v3] RDMA/mlx4: Provide port number for special QPs
 2020-09-18 11:56 UTC  (5+ messages)

[PATCH 2/7 net-next] net: rds: delete duplicated words
 2020-09-18  4:35 UTC 

[PATCH -next] RDMA/mlx5: fix type warning of sizeof in __mlx5_ib_alloc_counters()
 2020-09-18  3:23 UTC  (11+ messages)
      ` [PATCH -next v2] "

[PATCH AUTOSEL 5.4 048/330] RDMA/qedr: Fix potential use after free
 2020-09-18  1:59 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 049/330] RDMA/i40iw: "
` [PATCH AUTOSEL 5.4 053/330] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
` [PATCH AUTOSEL 5.4 133/330] RDMA/rxe: Fix configuration of atomic queue pair attributes
` [PATCH AUTOSEL 5.4 178/330] RDMA/cm: Remove a race freeing timewait_info
` [PATCH AUTOSEL 5.4 210/330] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices
` [PATCH AUTOSEL 5.4 211/330] IB/iser: Always check sig MR before putting it to the free pool

[PATCH AUTOSEL 4.19 028/206] RDMA/qedr: Fix potential use after free
 2020-09-18  2:06 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 029/206] RDMA/i40iw: "
` [PATCH AUTOSEL 4.19 032/206] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
` [PATCH AUTOSEL 4.19 082/206] RDMA/rxe: Fix configuration of atomic queue pair attributes
` [PATCH AUTOSEL 4.19 113/206] RDMA/cm: Remove a race freeing timewait_info
` [PATCH AUTOSEL 4.19 128/206] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices

[PATCH for-rc] RDMA/vmw_pvrdma: Correctly set and check device ib_active status
 2020-09-18  2:38 UTC 

[PATCH AUTOSEL 4.14 016/127] RDMA/i40iw: Fix potential use after free
 2020-09-18  2:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 018/127] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
` [PATCH AUTOSEL 4.14 049/127] RDMA/rxe: Fix configuration of atomic queue pair attributes
` [PATCH AUTOSEL 4.14 075/127] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices

[PATCH AUTOSEL 4.9 12/90] RDMA/i40iw: Fix potential use after free
 2020-09-18  2:14 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 14/90] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
` [PATCH AUTOSEL 4.9 39/90] RDMA/rxe: Fix configuration of atomic queue pair attributes

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (4+ messages)
` [oss-drivers] "

[PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
 2020-09-17 17:38 UTC  (2+ messages)

[bug report] RDMA/hns: Avoid unncessary initialization
 2020-09-17 14:11 UTC  (2+ messages)

[PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-09-17 13:19 UTC  (5+ messages)

[PATCH rdma-next 0/8] Cleanup and fix the CMA state machine
 2020-09-17 12:33 UTC  (2+ messages)

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

[PATCH rdma-next 0/4] Improve ODP by using HMM API
 2020-09-17 10:05 UTC  (13+ 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

[rdma:wip/jgg-for-next] BUILD SUCCESS 3cc30e8dfcb625ba4bd62a75aba475581c967639
 2020-09-17  4:56 UTC 

[PATCH 1/1] net/rds: suppress page allocation failure error in recv buffer refill
 2020-09-16 21:35 UTC  (5+ messages)

[PATCH rdma-next 0/4] Query GID table API
 2020-09-16 14:34 UTC  (12+ messages)
` [PATCH rdma-next 4/4] RDMA/uverbs: Expose the new GID query API to user space

[PATCH rdma-next] IB/i40iw: Avoid typecast from void to pci_dev
 2020-09-16 16:44 UTC  (3+ messages)

[PATCH -next] infiniband: ipoib: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-16 16:46 UTC  (2+ messages)

mcast bugs
 2020-09-16 17:22 UTC  (2+ messages)

[PATCH] net/mlx5: IPsec: make spdxcheck.py happy
 2020-09-16 12:34 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).