messages from 2017-03-29 15:47:54 to 2017-04-05 11:42:01 UTC [more...]
[PATCH rdma-next 0/6] Enhanced mode for IPoIB driver
2017-04-05 11:42 UTC (24+ messages)
` [PATCH rdma-next 1/6] IB/IPoIB: Introduce RDMA netdev interface and IPoIB structs
` [PATCH rdma-next 2/6] IB/IPoIB: Separate control and data related initializations
` [PATCH rdma-next 3/6] IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndo
` [PATCH rdma-next 4/6] IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functions
` [PATCH rdma-next 5/6] IB/IPoIB: Formatting before adding accelerator to driver
` [PATCH rdma-next 6/6] IB/IPoIB: Support acceleration options callbacks
[PATCH V3 for-next 0/7] Change IDR usage and locking in uverbs
2017-04-05 10:56 UTC (12+ messages)
` [PATCH V3 for-next 1/7] IB/core: Refactor idr to be per uverbs_file
` [PATCH V3 for-next 2/7] IB/core: Add support for idr types
` [PATCH V3 for-next 3/7] IB/core: Add idr based standard types
` [PATCH V3 for-next 4/7] IB/core: Change idr objects to use the new schema
` [PATCH V3 for-next 5/7] IB/core: Add lock to multicast handlers
` [PATCH V3 for-next 6/7] IB/core: Add support for fd objects
` [PATCH V3 for-next 7/7] IB/core: Change completion channel to use the reworked objects schema
[PATCH 00/16] Networking drivers refcount conversions
2017-04-05 10:33 UTC (7+ messages)
` [PATCH 15/16] drivers, net, intersil: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
` [PATCH 16/16] drivers, net, intersil: convert request_context.refcount "
[PATCH rdma-next V1 00/10] ODP Fixes and Improvements
2017-04-05 9:48 UTC (12+ messages)
` [PATCH rdma-next V1 01/10] IB: Replace ib_umem page_size by page_shift
` [PATCH rdma-next V1 02/10] IB/mlx5: Fix function updating xlt emergency path
` [PATCH rdma-next V1 03/10] IB/mlx5: Fix UMR size calculation
` [PATCH rdma-next V1 04/10] IB/mlx5: Fix implicit MR GC
` [PATCH rdma-next V1 05/10] IB/mlx5: Decrease verbosity level of ODP errors
` [PATCH rdma-next V1 06/10] IB/umem: Add contiguous ODP support
` [PATCH rdma-next V1 07/10] IB/mlx5: "
` [PATCH rdma-next V1 08/10] IB/umem: Add support to huge ODP
` [PATCH rdma-next V1 09/10] IB/mlx5: Extract page fault code
` [PATCH rdma-next V1 10/10] IB/mlx5: Add ODP support to MW
fc access control issue
2017-04-05 6:20 UTC (5+ messages)
[PATCH rdma-next 00/10] ODP Fixes and Improvements
2017-04-05 6:11 UTC (13+ messages)
` [PATCH rdma-next 01/10] IB: Replace ib_umem page_size by page_shift
` [PATCH rdma-next 02/10] IB/mlx5: Fix function updating xlt emergency path
` [PATCH rdma-next 03/10] IB/mlx5: Fix UMR size calculation
` [PATCH rdma-next 04/10] IB/mlx5: Fix implicit MR GC
` [PATCH rdma-next 05/10] IB/mlx5: Decrease verbosity level of ODP errors
` [PATCH rdma-next 06/10] IB/umem: Add contiguous ODP support
` [PATCH rdma-next 07/10] IB/mlx5: "
` [PATCH rdma-next 08/10] IB/umem: Add support to huge ODP
` [PATCH rdma-next 09/10] IB/mlx5: Extract page fault code
` [PATCH rdma-next 10/10] IB/mlx5: Add ODP support to MW
Infiniband Subnet Manager protocol specification
2017-04-04 19:25 UTC (3+ messages)
[Qemu-devel] [PATCH RFC] hw/pvrdma: Proposal of a new pvrdma device
2017-04-04 17:33 UTC (11+ messages)
[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
2017-04-04 17:25 UTC (38+ messages)
` [RFC 1/8] Introduce Peer-to-Peer memory (p2pmem) device
` [RFC 2/8] cxgb4: setup pcie memory window 4 and create p2pmem region
` [RFC 3/8] nvmet: Use p2pmem in nvme target
` [RFC 4/8] p2pmem: Add debugfs "stats" file
` [RFC 5/8] scatterlist: Modify SG copy functions to support io memory
` [RFC 6/8] nvmet: Be careful about using iomem accesses when dealing with p2pmem
` [RFC 7/8] p2pmem: Support device removal
` [RFC 8/8] p2pmem: Added char device user interface
RDMA mini-summit during LPC 2017
2017-04-04 15:17 UTC (3+ messages)
[PATCH] IB/hns: include linux/of.h to fix build failure
2017-04-04 13:36 UTC
[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
2017-04-04 13:09 UTC (16+ messages)
` [PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH rfc 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH rfc 4/6] mlx5: support ->get_vector_affinity
` [PATCH rfc 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH rfc 6/6] nvme-rdma: use intelligent affinity based queue mappings
next-20170404 build: 1 failures 3 warnings (next-20170404)
2017-04-04 12:36 UTC
[PATCH] MAINTAINERS: Update ocrdma module status
2017-04-04 8:30 UTC
[PATCH rdma-core] debian: Update Copyright file
2017-04-04 6:06 UTC (3+ messages)
[PATCH V2 for-next 0/7] Change IDR usage and locking in uverbs
2017-04-04 6:01 UTC (22+ messages)
` [PATCH V2 for-next 2/7] IB/core: Add support for idr types
` [PATCH V2 for-next 3/7] IB/core: Add idr based standard types
` [PATCH V2 for-next 6/7] IB/core: Add support for fd objects
` [PATCH V2 for-next 7/7] IB/core: Change completion channel to use the reworked objects schema
[PATCH rdma-core] debian: Update Copyright file
2017-04-03 16:02 UTC (2+ messages)
[Infiniband-general] Subnet manager and multicast RDMA
2017-04-03 15:14 UTC
[PATCH 1/1] IB/core: change the return type to void
2017-04-03 14:49 UTC (3+ messages)
[PATCH rdma-next 0/2] Add support for drop action for steering rules
2017-04-03 10:13 UTC (3+ messages)
` [PATCH rdma-next 1/2] IB/core: Introduce drop flow specification
` [PATCH rdma-next 2/2] IB/mlx5: Add drop flow steering rule support
[PATCH rdma-next 1/2] IB/mlx5: Add inner spec and IPv6 validation in user's flow attribute list
2017-04-03 10:11 UTC (2+ messages)
` [PATCH rdma-next 2/2] IB/mlx5: Use IP version matching to classify IP traffic
[PATCH 0/3] target: Fix queue-full callback error signaling
2017-04-03 6:23 UTC (4+ messages)
[BUG] ethernet:mellanox:mlx5: Oops in health_recover get_nic_state(dev)
2017-03-31 19:55 UTC (4+ messages)
[PATCH v6 00/15] Replace PCI pool by DMA pool API
2017-03-31 18:21 UTC (2+ messages)
[PATCH for-next] IB/hfi: Fix up comments in engine mapping
2017-03-31 17:07 UTC (3+ messages)
` [PATCH for-next 1/6] IB/MAD: Add send path trace points
[PATCH] treewide: Correct diffrent[iate] and banlance typos
2017-03-31 10:06 UTC (2+ messages)
Extend LID space in InfiniBand beyond 48k? Is this really possible?
2017-03-31 4:25 UTC (3+ messages)
[PATCH v2 00/13] Server-side NFS/RDMA changes proposed for v4.12
2017-03-30 15:29 UTC (12+ messages)
` [PATCH v2 01/13] svcrdma: Move send_wr to svc_rdma_op_ctxt
` [PATCH v2 02/13] svcrdma: Add svc_rdma_map_reply_hdr()
` [PATCH v2 03/13] svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT
` [PATCH v2 04/13] svcrdma: Add helper to save pages under I/O
` [PATCH v2 05/13] svcrdma: Introduce local rdma_rw API helpers
[PATCH rdma-next 1/2] IB/mlx5: Check supported flow table size
2017-03-30 15:00 UTC (6+ messages)
` [PATCH rdma-next 2/2] IB/mlx5: Enlarge autogroup flow table
next-20170330 build: 2 failures 8 warnings (next-20170330)
2017-03-30 14:57 UTC
[PATCH] IB/hns: Explicitly include linux/of.h
2017-03-30 14:56 UTC
[PATCH RFC] nvme-rdma: support devices with queue size < 32
2017-03-30 14:23 UTC (15+ messages)
[PATCH rdma-core V1] debian: Squash changelog to be one entry
2017-03-29 21:40 UTC
[PATCH rdma-core] debian: Squash changelog to be one entry
2017-03-29 21:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox