linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 02:24:24 to 2019-11-18 07:49:39 UTC [more...]

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-18  7:49 UTC  (5+ messages)

[PATCH iproute2-next v2] ip link: Add support to get SR-IOV VF node GUID and port GUID
 2019-11-18  7:49 UTC 

[PATCH rdma-next 0/4] Get IB port and node GUIDs through rtnetlink
 2019-11-18  7:25 UTC  (9+ messages)
` [PATCH iproute2-next] ip link: Add support to get SR-IOV VF node GUID and port GUID
` [PATCH rdma-next 1/4] net/core: Add support for getting VF GUIDs
` [PATCH rdma-next 2/4] IB/core: Add interfaces to get VF node and port GUIDs
` [PATCH rdma-next 3/4] IB/ipoib: Add ndo operation for getting VFs GUID attributes
` [PATCH rdma-next 4/4] IB/mlx5: Implement callbacks "

Why our soft-RoCE throughput is quite low compared with TCP
 2019-11-18  6:38 UTC  (3+ messages)
  ` [question]Why "

[question] ibv_reg_mr() returning EACCESS
 2019-11-18  4:59 UTC  (3+ messages)

[PATCH for-next 0/4] RDMA/hns: Refactor codes of CQ
 2019-11-18  2:34 UTC  (5+ messages)
` [PATCH for-next 1/4] RDMA/hns: Redefine interfaces used in creating cq
` [PATCH for-next 2/4] RDMA/hns: Redefine the member of hns_roce_cq struct
` [PATCH for-next 3/4] RDMA/hns: Rename the functions used inside creating cq
` [PATCH for-next 4/4] RDMA/hns: Delete unnecessary callback functions for cq

[PATCH] net/mlx4_en: fix mlx4 ethtool -N insertion
 2019-11-17 18:29 UTC  (5+ messages)

Problem in for-next commit 6ffedfe3ae38 ("IB/umem: remove the dmasync argument to ib_umem_get")
 2019-11-17 14:39 UTC  (2+ messages)

[PATCH rdma-next] RDMA/cm: Use refcount_t type for refcount variable
 2019-11-17 13:33 UTC 

[PATCH rdma-core 0/7] pyverbs/mlx5: Support mlx5 CQ and QP
 2019-11-17 13:30 UTC  (8+ messages)
` [PATCH rdma-core 1/7] pyverbs: Allow QP creation by provider
` [PATCH rdma-core 2/7] pyverbs/mlx5: Add support for mlx5 QP
` [PATCH rdma-core 4/7] pyverbs: Add support for provider extended CQ
` [PATCH rdma-core 3/7] pyverbs: Add default values for CQ creation
` [PATCH rdma-core 5/7] pyverbs/mlx5: Add support for mlx5 CQ
` [PATCH rdma-core 6/7] Documentation: Add mlx5 provider to documentation
` [PATCH rdma-core 7/7] tests: Add traffic tests using extended CQ

remove DMA_ATTR_WRITE_BARRIER
 2019-11-17 10:34 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
` [PATCH 2/2] IB/umem: remove the dmasync argument to ib_umem_get
  ` [EXT] Re: remove DMA_ATTR_WRITE_BARRIER

[PATCH RFC rdma-core] verbs: relaxed ordering memory regions
 2019-11-17  7:41 UTC 

[PATCH AUTOSEL 4.19 038/237] RDMA/bnxt_re: Avoid NULL check after accessing the pointer
 2019-11-16 15:37 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 039/237] RDMA/bnxt_re: Fix qp async event reporting
` [PATCH AUTOSEL 4.19 040/237] RDMA/bnxt_re: Avoid resource leak in case the NQ registration fails

[PATCH AUTOSEL 4.14 022/150] RDMA/bnxt_re: Fix qp async event reporting
 2019-11-16 15:45 UTC 

[PATCH for-rc] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
 2019-11-16  5:14 UTC 

【infiniband_diags tool question】
 2019-11-16  2:20 UTC 

[net-next 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-15 21:17 UTC  (8+ messages)

[PATCH v2 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-11-15 21:06 UTC  (3+ messages)
` [PATCH v2 for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler

[PATCH] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
 2019-11-15 21:00 UTC  (2+ messages)

[PATCH rdma-next 00/43] Convert CM to bitmaps
 2019-11-15 20:45 UTC  (3+ messages)
` [PATCH rdma-next 01/43] RDMA/cm: Add naive SET/GET implementations to hide CM wire format

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (28+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH rdma-next] IB/mlx5: Support extended number of strides for Striding RQ
 2019-11-15 15:45 UTC 

[PATCH rdma-next] IB/mlx4: Update HW GID table while adding vlan GID
 2019-11-15 15:44 UTC 

[PATCH iproute2-next v1] ip link: Add support to get SR-IOV VF node GUID and port GUID
 2019-11-15 15:21 UTC 

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-15 14:06 UTC  (10+ messages)
` [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
` [PATCH v4 2/2] mm/hmm/test: add self tests for HMM

Investment opportunity
 2019-11-15 11:50 UTC 

【question】
 2019-11-15  7:29 UTC  (3+ messages)

[PATCH for-next] RDMA/hns: Add support for extended atomic
 2019-11-15  1:39 UTC 

[PATCH rdma-core 0/4] pyverbs: Introduce parent domain
 2019-11-14 17:04 UTC  (11+ messages)
` [PATCH rdma-core 1/4] pyverbs: Add memory allocation class
` [PATCH rdma-core 2/4] pyverbs: Introduce ParentDomain class
` [PATCH rdma-core 3/4] pyverbs: Document ParentDomain class and add a simple example
` [PATCH rdma-core 4/4] tests: Add a test for parent domain

[GIT PULL] Please pull RDMA subsystem changes
 2019-11-14 16:55 UTC  (2+ messages)

[PATCH rdma-next v2] RDMA/cma: Use ACK timeout for RoCE packetLifeTime
 2019-11-14 16:48 UTC  (2+ messages)

[PATCH for-rc] RDMA/efa: Clear the admin command buffer prior to its submission
 2019-11-14 16:17 UTC  (5+ messages)

[PATCH for-next] RDMA/qedr: Make qedr_iw_load_qp() static
 2019-11-14 15:56 UTC  (2+ messages)

[PATCH for-next] RDMA/siw: Cleanup unused mmap structures
 2019-11-14 15:56 UTC  (2+ messages)

[PATCH] infiniband: ocrdma: fix spelling mistake in variable name
 2019-11-14 15:54 UTC  (2+ messages)

[PATCH] IB/qib: Validate ->show()/store() callbacks before calling them
 2019-11-14 15:54 UTC  (2+ messages)

[PATCH] RDMA/i40iw: fix potential use after free
 2019-11-14 15:53 UTC  (2+ messages)

[PATCH] RDMA/qedr: fix potential use after free
 2019-11-14 15:53 UTC  (2+ messages)

[PATCH] RDMA/srpt: Report the SCSI residual to the initiator
 2019-11-14 14:10 UTC  (4+ messages)

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-14  6:08 UTC  (54+ messages)
` [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v4 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v4 15/23] net/xdp: "
` [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v4 18/23] vfio, mm: "
` [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 20:28 UTC  (8+ messages)

[PATCH rdma-next v2] IB/mlx5: Support flow counters offset for bulk counters
 2019-11-13 19:49 UTC  (2+ messages)

【Ask for help】 A question for __ib_cache_gid_add()
 2019-11-13 18:03 UTC  (5+ messages)

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-13 16:46 UTC  (12+ messages)
` [PATCH v3 01/14] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
` [PATCH v3 03/14] mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirror
` [PATCH v3 04/14] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v3 13/14] mm/hmm: remove hmm_mirror and related

[PATCH v2 for-next] RDMA/hns: Add support for reporting wc as software mode
 2019-11-13 11:14 UTC 

[RFC PATCH V2 for-next] RDMA/hns: Add UD support for hip08
 2019-11-13  6:47 UTC  (6+ messages)

[PATCH AUTOSEL 4.19 016/209] IB/hfi1: Error path MAD response size is incorrect
 2019-11-13  1:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 071/209] IB/mthca: Fix error return code in __mthca_init_one()


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