linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-21 01:33:04 to 2020-01-03 19:48:10 UTC [more...]

[PATCH for-next v2 02/11] IB/hfi1: List all receive contexts from debugfs
 2020-01-03 19:48 UTC  (3+ messages)
` [PATCH for-next v3] "

[PATCH for-next 0/6] RDMA/bnxt_re driver update
 2020-01-03 19:46 UTC  (8+ messages)
` [PATCH for-next 4/6] RDMA/bnxt_re: Refactor device add/remove functionalities
` [PATCH for-next 5/6] RDMA/bnxt_re: Use driver_unregister and unregistration API
` [PATCH for-next 6/6] RDMA/bnxt_re: Report more number of completion vectors

[PATCH v2 rdma-next] RDMA/qedr: Add kernel capability flags for dpm enabled mode
 2020-01-03 19:18 UTC  (2+ messages)

[PATCH v2] net: mlx5: Use iowriteXbe() to ring doorbell and remove reduntant wmb()
 2020-01-03 19:17 UTC  (2+ messages)

[PATCH] net: mlx5: Use writeX() to ring doorbell and remove reduntant wmb()
 2020-01-03 19:06 UTC  (11+ messages)

[PATCH v1 0/9] NFS/RDMA client patches for v5.6
 2020-01-03 16:57 UTC  (10+ messages)
` [PATCH v1 1/9] xprtrdma: Eliminate ri_max_send_sges
` [PATCH v1 2/9] xprtrdma: Make sendctx queue lifetime the same as connection lifetime
` [PATCH v1 3/9] xprtrdma: Refactor initialization of ep->rep_max_requests
` [PATCH v1 4/9] xprtrdma: Eliminate per-transport "max pages"
` [PATCH v1 5/9] xprtrdma: Refactor frwr_is_supported
` [PATCH v1 6/9] xprtrdma: Allocate and map transport header buffers at connect time
` [PATCH v1 7/9] xprtrdma: Destroy rpcrdma_rep when Receive is flushed
` [PATCH v1 8/9] xprtrdma: Destroy reps from previous connection instance
` [PATCH v1 9/9] xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2020-01-03 16:28 UTC  (18+ messages)
` [PATCH v5 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v5 22/25] rnbd: server: sysfs interface functions
` [PATCH v5 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH v6 00/25] RTRS (former IBTRS) rdma transport library and RNBD (former IBNBD) rdma network block device
 2020-01-03 16:19 UTC  (69+ messages)
` [PATCH v6 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v6 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v6 03/25] rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v6 04/25] rtrs: core: lib functions shared between client and server modules
` [PATCH v6 05/25] rtrs: client: private header with client structs and functions
` [PATCH v6 06/25] rtrs: client: main functionality
` [PATCH v6 07/25] rtrs: client: statistics functions
` [PATCH v6 08/25] rtrs: client: sysfs interface functions
` [PATCH v6 09/25] rtrs: server: private header with server structs and functions
` [PATCH v6 10/25] rtrs: server: main functionality
` [PATCH v6 11/25] rtrs: server: statistics functions
` [PATCH v6 12/25] rtrs: server: sysfs interface functions
` [PATCH v6 13/25] rtrs: include client and server modules into kernel compilation
` [PATCH v6 14/25] rtrs: a bit of documentation
` [PATCH v6 15/25] rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v6 16/25] rnbd: client: private header with client structs and functions
` [PATCH v6 17/25] rnbd: client: main functionality
` [PATCH v6 18/25] rnbd: client: sysfs interface functions
` [PATCH v6 19/25] rnbd: server: private header with server structs and functions
` [PATCH v6 20/25] rnbd: server: main functionality
` [PATCH v6 21/25] rnbd: server: functionality for IO submission to file or block dev
` [PATCH v6 22/25] rnbd: server: sysfs interface functions
` [PATCH v6 23/25] rnbd: include client and server modules into kernel compilation
` [PATCH v6 24/25] rnbd: a bit of documentation
` [PATCH v6 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH for-next] RDMA/hns: Add support for extended atomic
 2020-01-03 13:39 UTC  (4+ messages)

[PATCH v3 for-next] RDMA/hns: Add support for reporting wc as software mode
 2020-01-03  6:02 UTC  (2+ messages)

Is it possible to transfer a large file between two computers using RDMA UD?
 2020-01-02 19:45 UTC  (6+ messages)

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2020-01-02 18:06 UTC  (18+ messages)
` [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
` [PATCH v3 04/20] i40e: Register a virtbus device "
` [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw

[PATCH v4] infiniband: i40iw: fix a potential NULL pointer dereference
 2020-01-02 16:09 UTC  (3+ messages)

[PATCH rdma-core 0/8] pyverbs: Add support for the new post send API
 2019-12-31  9:19 UTC  (9+ messages)
` [PATCH rdma-core 1/8] pyverbs: Add support for memory window
` [PATCH rdma-core 2/8] pyverbs: Add TSO support
` [PATCH rdma-core 3/8] tests: Decrease maximal TSO header size
` [PATCH rdma-core 4/8] tests: Use post_recv in the right place
` [PATCH rdma-core 5/8] pyverbs: Expose MR's length property
` [PATCH rdma-core 6/8] pyverbs: Introduce extended QP and new post send
` [PATCH rdma-core 7/8] Documentation: Add extended QP to pyverbs's doc
` [PATCH rdma-core 8/8] tests: Add test using the new post send API

[PATCH] net/mlx5e: Fix printk format warning
 2019-12-31  4:35 UTC  (4+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-29  4:33 UTC  (17+ messages)

[PATCH v3] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-28 19:50 UTC  (3+ messages)

[PATCH v5 for-next 0/2] RDMA/hns: Add the workqueue framework for flush cqe handler
 2019-12-28  3:28 UTC  (3+ messages)
` [PATCH v5 for-next 1/2] "
` [PATCH v5 for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH] RDMA/rxe: Fix error type of mmap_offset
 2019-12-27 11:36 UTC 

[PATCH v4 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-12-27  9:59 UTC  (5+ messages)
` [PATCH v4 for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler
` [PATCH v4 for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH v2] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-26 13:05 UTC  (2+ messages)

[PATCH 0/1] pyverbs: fix speed_to_str(), to handle disabled links
 2019-12-26  9:12 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-26  8:14 UTC  (2+ messages)

rxe panic
 2019-12-26  2:35 UTC  (12+ messages)

[PATCH 0/5] RDMA: use true,false for bool variable
 2019-12-24  9:50 UTC  (10+ messages)
` [PATCH 1/5] RDMA/siw: "
` [PATCH 2/5] IB/hfi1: "
` [PATCH 3/5] IB/iser: "
` [PATCH 4/5] RDMA/mlx4: "
` [PATCH 5/5] RDMA/mlx5: "

[PATCH v3 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-12-23 13:49 UTC  (6+ messages)

[PATCH for-next] RDMA/core: Fix storing node_desc
 2019-12-23  9:39 UTC 

[PATCH rdma-rc v1 0/3] ODP Fixes
 2019-12-22 12:46 UTC  (4+ messages)
` [PATCH rdma-rc v1 1/3] IB/mlx5: Unify ODP MR code paths to allow extra flexibility
` [PATCH rdma-rc v1 2/3] IB/core: Fix ODP get user pages flow
` [PATCH rdma-rc v1 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling

[PATCH rdma-rc 0/3] ODP Fixes
 2019-12-22  9:56 UTC  (6+ messages)
` [PATCH rdma-rc 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling


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