linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-03 17:11:52 to 2022-11-11 03:38:26 UTC [more...]

[PATCHv2 0/6] Fix the problem that rxe can not work in net
 2022-11-11  3:38 UTC  (5+ messages)

[PATCH] RDMA/rxe: Replace page_address() with kmap_local_page()
 2022-11-11  3:34 UTC  (2+ messages)

[PATCH for-next v3 00/13] Implement work queues for rdma_rxe
 2022-11-11  3:04 UTC  (11+ messages)
` [PATCH for-next v3 01/13] RDMA/rxe: Make task interface pluggable
` [PATCH for-next v3 03/13] RDMA/rxe: Simplify reset state handling in rxe_resp.c

[for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation
 2022-11-11  2:49 UTC  (3+ messages)

[PATCH 0/3] RDMA net namespace
 2022-11-11  2:38 UTC  (17+ messages)
                              `  "

[PATCH AUTOSEL 5.15 01/11] RDMA/efa: Add EFA 0xefa2 PCI ID
 2022-11-11  2:35 UTC 

[PATCH AUTOSEL 6.0 02/30] RDMA/efa: Add EFA 0xefa2 PCI ID
 2022-11-11  2:33 UTC 

rxe patches
 2022-11-11  1:40 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 5c20311d76cbaeb7ed2ecf9c8b8322f8fc4a7ae3
 2022-11-10 21:17 UTC 

[PATCH for-next 0/3] irdma for-next updates 11-4-2022
 2022-11-10 20:09 UTC  (9+ messages)
` [PATCH for-next 1/3] RDMA/irdma: Fix inline for multiple SGE's
` [PATCH for-next 2/3] RDMA/irdma: Fix RQ completion opcode
` [PATCH for-next 3/3] RDMA/irdma: Do not request 2-level PBLEs for CQ alloc

[Patch v10 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-11-10 20:10 UTC  (23+ messages)
` [Patch v10 01/12] net: mana: Add support for auxiliary device
` [Patch v10 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v10 03/12] net: mana: Handle vport sharing between devices
` [Patch v10 04/12] net: mana: Set the DMA device max segment size
` [Patch v10 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v10 06/12] net: mana: Record port number in netdev
` [Patch v10 07/12] net: mana: Move header files to a common location
` [Patch v10 08/12] net: mana: Define max values for SGL entries
` [Patch v10 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v10 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v10 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v10 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH rdma-next 0/4] Various core fixes
 2022-11-10 19:47 UTC  (11+ messages)
` [PATCH rdma-next 1/4] RDMA/nldev: Use __nlmsg_put instead nlmsg_put
` [PATCH rdma-next 2/4] RDMA/restrack: Release MR restrack when delete
` [PATCH rdma-next 3/4] RDMA/core: Make sure "ib_port" is valid when access sysfs node
` [PATCH rdma-next 4/4] RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port

[PATCH for-next v2 00/16] Use ibdev_dbg instead of pr_xxx
 2022-11-10 19:36 UTC  (3+ messages)
` [PATCH for-next v2 16/16] RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.c

[rdma:mana-shared-6.2] BUILD SUCCESS 28c66cfa45388af1126985d1114e0ed762eb2abd
 2022-11-10 19:13 UTC 

[PATCH v3] net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()
 2022-11-10 15:01 UTC  (2+ messages)

[PATCH v2] net/mlx5: DR, Fix uninitialized var warning
 2022-11-10 14:43 UTC  (2+ messages)

[PATCH net] net/mlx5: DR, Fix uninitialized var warning
 2022-11-10 11:06 UTC  (3+ messages)

[PATCH v2] net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()
 2022-11-10 11:04 UTC  (5+ messages)

[PATCH v4 0/6] Add Auxiliary driver support
 2022-11-10 10:53 UTC  (8+ messages)
` [PATCH v4 1/6] bnxt_en: Add auxiliary "
` [PATCH v4 2/6] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH v4 3/6] bnxt_en: Remove usage of ulp_id
` [PATCH v4 4/6] bnxt_en: Use direct API instead of indirection
` [PATCH v4 5/6] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH v4 6/6] bnxt_en: Remove struct bnxt access from RoCE driver

[PATCH net-next v4 00/10] optimize the parallelism of SMC-R connections
 2022-11-10  9:39 UTC  (9+ messages)

[PATCH] IB/MAD: fix might sleep in atomic
 2022-11-10  9:01 UTC  (3+ messages)

[PATCH v1 for-next 0/3] irdma for-next updates 11-1-2022
 2022-11-10  8:45 UTC  (5+ messages)
` [PATCH v1 for-next 1/3] RDMA/irdma: Fix inline for multiple SGE's
` [PATCH v1 for-next 2/3] RDMA/irdma: Fix RQ completion opcode
` [PATCH v1 for-next 3/3] RDMA/irdma: Do not request 2-level PBLEs for CQ alloc

[PATCH v2 2/6] RDMA/bnxt_re: Use auxiliary driver interface
 2022-11-09 18:45 UTC  (15+ messages)
` [PATCH v3 0/6] Add Auxiliary driver support
  ` [PATCH v3 1/6] bnxt_en: Add auxiliary "
  ` [PATCH v3 2/6] RDMA/bnxt_re: Use auxiliary driver interface
  ` [PATCH v3 3/6] bnxt_en: Remove usage of ulp_id
  ` [PATCH v3 4/6] bnxt_en: Use direct API instead of indirection
  ` [PATCH v3 5/6] bnxt_en: Use auxiliary bus calls over proprietary calls
  ` [PATCH v3 6/6] bnxt_en: Remove struct bnxt access from RoCE driver

[PATCH 1/1] IB/mlx5: Add a signature check to received EQEs and CQEs
 2022-11-09 18:33 UTC  (8+ messages)
  ` [External] : "

[PATCH v3 for-rc 0/2] Fix sge_num bug
 2022-11-09 18:07 UTC  (4+ messages)
` [PATCH v3 for-rc 1/2] RDMA/hns: Fix ext_sge num error when post send
` [PATCH v3 for-rc 2/2] RDMA/hns: Fix the problem of sge nums

[PATCH v2] RDMA/rxe: Implement packet length validation on responder
 2022-11-09 17:57 UTC  (4+ messages)

[PATCH] net/mlx5e: remove unused list in arfs
 2022-11-09 16:59 UTC  (3+ messages)
  ` [PATCH net-next] "

[PATCH v2 rdma-core] irdma: Add ice and irdma to kernel-boot rules
 2022-11-09 13:45 UTC  (10+ messages)

[PATCH v3] RDMA/siw: Fix immediate work request flush to completion queue
 2022-11-09 13:43 UTC  (4+ messages)

[BUG] mlx5_core general protection fault in mlx5_cmd_comp_handler
 2022-11-09  9:51 UTC  (6+ messages)

Słowa kluczowe do wypozycjonowania
 2022-11-09  9:16 UTC 

building libbnxt_re-rdmav25.so
 2022-11-09  8:39 UTC 

[linux-next:master] BUILD REGRESSION b6fc3fddade7a194bd141a49f2689e50f796ef46
 2022-11-08 20:33 UTC 

[PATCH] net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()
 2022-11-08 13:52 UTC  (3+ messages)

[PATCH v6 0/3] sched, net: NUMA-aware CPU spreading interface
 2022-11-08 12:07 UTC  (4+ messages)

[PATCH RFC 00/19] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-08  9:40 UTC  (28+ messages)
` [PATCH RFC 01/19] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH RFC 02/19] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH RFC 03/19] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH RFC 04/19] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH RFC 05/19] mm: add early FAULT_FLAG_WRITE "
` [PATCH RFC 06/19] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH RFC 07/19] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH RFC 08/19] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH RFC 09/19] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH RFC 10/19] RDMA/umem: remove FOLL_FORCE usage
` [PATCH RFC 11/19] RDMA/usnic: "
` [PATCH RFC 12/19] RDMA/siw: "
` [PATCH RFC 13/19] media: videobuf-dma-sg: "
` [PATCH RFC 14/19] drm/etnaviv: "
` [PATCH RFC 15/19] media: pci/ivtv: "
` [PATCH RFC 16/19] mm/frame-vector: "
` [PATCH RFC 17/19] drm/exynos: "
` [PATCH RFC 18/19] RDMA/hw/qib/qib_user_pages: "
` [PATCH RFC 19/19] habanalabs: "

[rdma:wip/leon-for-next] BUILD SUCCESS 0ca9c2e2844aa285c3656a29d4803839cfa8bca9
 2022-11-07 20:15 UTC 

[PATCH v7 00/21] Move all drivers to a common dma-buf locking convention
 2022-11-07 17:37 UTC  (4+ messages)
` [PATCH v7 18/21] dma-buf: Move dma_buf_mmap() to dynamic locking specification

[PATCH v1 rdma-next 0/8] RDMA/mlx5: Switch MR cache to use RB-tree
 2022-11-07 16:14 UTC  (9+ messages)
` [PATCH v1 rdma-next 1/8] RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
` [PATCH v1 rdma-next 2/8] RDMA/mlx5: Generalize mlx5_cache_cache_mr() to fit all cacheable mkeys
` [PATCH v1 rdma-next 3/8] RDMA/mlx5: Remove explicit ODP cache entry
` [PATCH v1 rdma-next 4/8] RDMA/mlx5: Allow rereg all the mkeys that can load pas with UMR
` [PATCH v1 rdma-next 5/8] RDMA/mlx5: Introduce mlx5r_cache_rb_key
` [PATCH v1 rdma-next 6/8] RDMA/mlx5: Change the cache structure to an RB-tree
` [PATCH v1 rdma-next 7/8] RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flow
` [PATCH v1 rdma-next 8/8] RDMA/mlx5: Add work to remove temporary entries from the cache

[PATCH for-next v2 0/3] RDMA/erdma: Add atomic operations support
 2022-11-07  8:01 UTC  (5+ messages)
` [PATCH for-next v2 1/3] RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic
` [PATCH for-next v2 2/3] RDMA/erdma: Report atomic capacity when hardware supports atomic feature
` [PATCH for-next v2 3/3] RDMA/erdma: Implement atomic operations support

[patch net-next v4 00/13] net: fix netdev to devlink_port linkage and expose to user
 2022-11-07  7:40 UTC  (5+ messages)
` [patch net-next v4 05/13] net: devlink: track netdev with devlink_port assigned

[PATCH for-rc] irdma: Report the correct link speed
 2022-11-07  7:27 UTC  (3+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS abef378c434e6f5abd46fd536e9972374fb74e98
 2022-11-07  7:09 UTC 

[PATCH] RDMA/rxe: Implement packet length validation on responder
 2022-11-07  2:08 UTC  (3+ messages)

[PATCH for-next 0/3] RDMA/erdma: Add atomic operations support
 2022-11-07  2:02 UTC  (3+ messages)

[PATCH linux-next] net/mlx5: remove redundant ret variable
 2022-11-06 18:56 UTC  (2+ messages)

[PATCH v2] RDMA/siw: Fix immediate work request flush to completion queue
 2022-11-06 18:53 UTC  (2+ messages)

[PATCH rdma-next v2] RDMA/mlx5: update debug log level for remote access error syndromes
 2022-11-06 18:36 UTC  (2+ messages)

[PATCH] net/mlx5: Fix spelling mistake "destoy" -> "destroy"
 2022-11-06 18:12 UTC  (2+ messages)

[PATCH] rds: remove redundant variable total_payload_len
 2022-11-04 10:20 UTC  (2+ messages)

[PATCH for-next 00/16] Use ibdev_dbg instead of pr_xxx
 2022-11-03 17:11 UTC  (4+ messages)
` [PATCH for-next 01/16] RDMA/rxe: Add ibdev_dbg macros for rxe


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