messages from 2016-01-09 15:17:39 to 2016-01-19 20:56:55 UTC [more...]
[PATCH v3 0/3] new ib_drain_qp() API
2016-02-11 22:44 UTC (2+ messages)
` [PATCH 2/3] iw_cxgb4: add queue drain functions
[PATCH v2 0/3] new ib_drain_qp() API
2016-02-08 22:14 UTC (2+ messages)
` [PATCH 2/3] iw_cxgb4: add drain_qp function
[PATCH 0/3] new ib_drain_qp() API
2016-02-05 21:55 UTC (2+ messages)
` [PATCH 2/3] iw_cxgb4: add drain_qp function
[PATCH] IB/mlx4: Initialize hop_limit when creating address handle
2016-01-19 20:56 UTC (2+ messages)
[PATCH] IB/mlx5: Expose correct maximum number of CQE capacity
2016-01-19 20:54 UTC (3+ messages)
[PATCH for-4.5] iw_cxgb4: Take clip reference first, before creating IPv6 listening servers
2016-01-19 20:54 UTC (3+ messages)
[PATCHv3 for-4.5 0/2] iw_cxgb4: Fixes static checker warnings
2016-01-19 20:53 UTC (6+ messages)
` [PATCHv3 for-4.5 1/2] iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()
` [PATCHv3 for-4.5 2/2] iw_cxgb4: Fixes GW-Basic labels to meaningful error names
[PATCH 00/12] IB/mlx4: Add RoCEv2 support
2016-01-19 20:50 UTC (14+ messages)
` [PATCH 01/12] net/mlx4: Query RoCE support
` [PATCH 02/12] IB/mlx4: Add gid_type to GID properties
` [PATCH 03/12] net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modes
` [PATCH 04/12] IB/mlx4: Add support for setting RoCEv2 gids in hardware
` [PATCH 05/12] net/mlx4_core: Add support for configuring RoCE v2 UDP port
` [PATCH 06/12] net/mlx4_core: Add support for RoCE v2 entropy
` [PATCH 07/12] IB/core: Add definition for the standard RoCE V2 UDP port
` [PATCH 08/12] IB/mlx4: Support modify_qp for RoCE v2
` [PATCH 09/12] IB/mlx4: Enable RoCE v2 when the IB device is added
` [PATCH 10/12] IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
` [PATCH 11/12] IB/mlx4: Create and use another QP1 for RoCEv2
` [PATCH 12/12] IB/mlx4: Advertise RoCE v2 support
[PATCH] infiniband: Replace memset with eth_zero_addr
2016-01-19 20:44 UTC (2+ messages)
[PATCH] IB/mlx5: Delete locally redefined variable
2016-01-19 20:43 UTC (2+ messages)
[PATCH 0/3] Three SRP driver patches for kernel 4.5
2016-01-19 20:43 UTC (8+ messages)
` [PATCH 3/3] IB/srpt: Fix a race condition related to SRP login
convert mad to the new CQ API
2016-01-19 20:42 UTC (2+ messages)
[PATCH] IB/qib: Improve ipoib UD performance
2016-01-19 20:41 UTC (2+ messages)
Obtaining initiator hex address for srpt acls, not /sys/class/infiniband/mlx4_0/ports/1/gids/0
2016-01-19 19:46 UTC (4+ messages)
[PATCH] IB/sysfs: Fix sparse warning on attr_id
2016-01-19 19:14 UTC (2+ messages)
[PATCH 0/8] IB/rdmavt: Add functions for cq, qp, post send and recv
2016-01-19 18:53 UTC (6+ messages)
` [PATCH 2/8] IB/rdmavt: Add post send to rdmavt
[PATCH V1] IB/cma: Fix RDMA port validation for iWarp
2016-01-19 18:52 UTC (12+ messages)
[patch] staging: rdma: shift wrapping bug in c2_get_dma_mr()
2016-01-19 18:13 UTC (3+ messages)
[PATCH] IB/qib: fix mcast detach when qp not attached
2016-01-19 18:10 UTC (3+ messages)
[PATCH] IB/IPoIB: Fix kernel panic on multicast flow
2016-01-19 18:03 UTC (3+ messages)
Back from PTO
2016-01-19 17:04 UTC (2+ messages)
completion queue abstraction V2
2016-01-17 11:09 UTC (7+ messages)
` [PATCH 07/13] IB: add a proper completion queue abstraction
GREETINGS,
2016-01-16 23:53 UTC
[PATCH libmlx5 V1 0/2] Add cross-channel support
2016-01-16 15:55 UTC (3+ messages)
` [PATCH libmlx5 V1 1/2] Add CQ ignore overrun creation flag
` [PATCH libmlx5 V1 2/2] Add cross-channel work request opcodes
[PATCH V1 libibverbs 0/5] Add cross-channel support
2016-01-16 15:53 UTC (6+ messages)
` [PATCH libibverbs V1 1/5] Add CQ ignore overrun flag
` [PATCH libibverbs V1 2/5] Add cross-channel QP flags
` [PATCH libibverbs V1 3/5] Add cross-channel work requests primitives
` [PATCH libibverbs V1 4/5] Export cross-channel capability flag
` [PATCH libibverbs V1 5/5] Add an example of cross-channel synchronization
[PATCH 0/6] InfiniBand-ocrdma: Fine-tuning for some function implementations
2016-01-16 8:30 UTC (21+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] InfiniBand-ocrdma: One jump label less in ocrdma_alloc_ucontext_pd()
` [PATCH v3 5/6] InfiniBand-ocrdma: Returning only value constants in ocrdma_resize_cq()
` [PATCH v3 2/6] InfiniBand-ocrdma: Delete unnecessary variable initialisations in 11 functions
` "
` [PATCH v3 3/6] InfiniBand-ocrdma: Returning only value constants in ocrdma_qp_state_change()
` [PATCH v3 4/6] InfiniBand-ocrdma: Return a value from a function call in _ocrdma_modify_qp() directly
` [PATCH v3 6/6] InfiniBand-ocrdma: Delete an unnecessary variable in ocrdma_dealloc_pd()
[PATCH v1 00/13] Raw Packet QP user-space support for mlx5
2016-01-14 17:13 UTC (14+ messages)
` [PATCH v1 01/13] IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontext
` [PATCH v1 02/13] IB/mlx5: Add CQE version 1 support to user QPs and SRQs
` [PATCH v1 03/13] IB/mlx5: Expose CQE version to user-space
` [PATCH v1 04/13] net/mlx5_core: Export transport objects
` [PATCH v1 05/13] net/mlx5_core: Add RQ and SQ event handling
` [PATCH v1 06/13] net/mlx5_core: Warn on unsupported events of QP/RQ/SQ
` [PATCH v1 07/13] IB/mlx5: Allocate a Transport Domain for each ucontext
` [PATCH v1 08/13] IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP types
` [PATCH v1 09/13] IB/mlx5: Add create and destroy functionality for Raw Packet QP
` [PATCH v1 10/13] IB/mlx5: Add Raw Packet QP query functionality
` [PATCH v1 11/13] IB/mlx5: Support setting Ethernet priority for Raw Packet QPs
` [PATCH v1 12/13] {IB,net}/mlx5: Move the modify QP operation table to mlx5_ib
` [PATCH v1 13/13] IB/mlx5: Expose Raw Packet QP to user space consumers
[PATCH] net/mlx4: Remove unused macro
2016-01-14 15:48 UTC
[PATCH] IB/mlx4: Take source mac from AH instead from the port
2016-01-14 15:47 UTC
[PATCH] IB/mlx5: Reduce mlx5_ib_wq cacheline bouncing
2016-01-13 9:37 UTC (12+ messages)
[PATCH 1/1] Ibacm: Check the presence of header files for netlink support
2016-01-12 18:50 UTC
[PATCHv2 for-4.5 0/2] iw_cxgb4: Fixes static checker warnings
2016-01-12 15:55 UTC (5+ messages)
` [PATCHv2 for-4.5 1/2] iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()
` [PATCHv2 for-4.5 2/2] iw_cxgb4: Fixes GW-Basic labels to meaningful error names
[PATCH] IB/srpt: Remove redundant wc array
2016-01-12 15:55 UTC (3+ messages)
[patch] RDMA/nes: checking for NULL instead of IS_ERR
2016-01-12 15:12 UTC (2+ messages)
[patch] IB/cma: allocating too much memory in make_cma_ports()
2016-01-12 13:08 UTC (2+ messages)
[PATCH RESEND v3] staging/rdma/hfi1: check for ARMED->ACTIVE transition in receive interrupt
2016-01-11 23:32 UTC
[PATCH RESEND v3 0/2] Driver cleanup and misc fixes series 3
2016-01-11 23:31 UTC (3+ messages)
` [PATCH RESEND v3 1/2] staging/rdma/hfi1: Clean up comments
` [PATCH RESEND v3 2/2] staging/rdma/hfi1: Fix Xmit Wait calculation
[PATCH RESEND v3 0/6] staging/rdma/hfi1: Driver cleanup and misc fixes
2016-01-11 23:30 UTC (7+ messages)
` [PATCH RESEND v3 1/6] staging/rdma/hfi1: Use BIT macro
` [PATCH RESEND v3 2/6] staging/rdma/hfi1: Move s_sde to the read mostly portion of the hfi1_qp structure
` [PATCH RESEND v3 3/6] staging/rdma/hfi1: change krcvqs module parameter type from byte to uint
` [PATCH RESEND v3 5/6] staging/rdma/hfi1: adding per SDMA engine stats to hfistats
` [PATCH RESEND v3 6/6] staging/rdma/hfi1: Remove unneeded variable index
` [PATCH RESEND v3 4/6] staging/rdma/hfi1: Change default krcvqs
[PATCH] IB/qib: Support creating qps with GFP_NOIO flag
2016-01-11 20:01 UTC (6+ messages)
[RESUBMIT PATCH V5 0/2] staging/rdma/hfi1: set Gen 3 half-swing for integrated devices
2016-01-11 18:04 UTC (3+ messages)
` [RESUBMIT PATCH V5 1/2] staging/rdma/hfi1: add dd_dev_dbg
` [RESUBMIT PATCH V5 2/2] staging/rdma/hfi1: set Gen3 half-swing for integrated devices
From: Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-01-11 17:56 UTC (15+ messages)
` [RESUBMIT PATCH v2 01/14] staging/rdma/hfi1: Add function stubs for TID caching
` [RESUBMIT PATCH v2 02/14] uapi/rdma/hfi/hfi1_user.h: Correct comment for capability bit
` [RESUBMIT PATCH v2 03/14] uapi/rdma/hfi/hfi1_user.h: Convert definitions to use BIT() macro
` [RESUBMIT PATCH v2 04/14] uapi/rdma/hfi/hfi1_user.h: Add command and event for TID caching
` [RESUBMIT PATCH v2 05/14] staging/rdma/hfi1: Add definitions needed for TID caching support
` [RESUBMIT PATCH v2 06/14] staging/rdma/hfi1: Remove un-needed variable
` [RESUBMIT PATCH v2 08/14] staging/rdma/hfi1: Start adding building blocks for TID caching
` [RESUBMIT PATCH v2 12/14] staging/rdma/hfi1: Add TID free/clear function bodies
` [RESUBMIT PATCH v2 13/14] staging/rdma/hfi1: Add TID entry program function body
` [RESUBMIT PATCH v2 14/14] staging/rdma/hfi1: Enable TID caching feature
` [RESUBMIT PATCH v2 07/14] staging/rdma/hfi1: Add definitions and support functions for TID groups
` [RESUBMIT PATCH v2 09/14] staging/rdma/hfi1: Convert lock to mutex
` [RESUBMIT PATCH v2 10/14] staging/rdma/hfi1: Add Expected receive init and free functions
` [RESUBMIT PATCH v2 11/14] staging/rdma/hfi1: Add MMU notifier callback function
[PATCH V2 libibverbs 0/2] Add memory re-registration support
2016-01-11 15:05 UTC (3+ messages)
` [PATCH V2 libibverbs 1/2] Change rereg_mr API between libibverbs and the provider's library
` [PATCH V2 libibverbs 2/2] Add MR re-registeration
[PATCH 1/6] InfiniBand-ocrdma: One variable and jump label less in ocrdma_alloc_ucontext_pd()
2016-01-11 13:11 UTC (3+ messages)
` [PATCH v2 1/6] InfiniBand-ocrdma: One "
[PATCH for-4.5 0/2] iw_cxgb4: Fix static checker warnings
2016-01-11 11:42 UTC (5+ messages)
` [PATCH for-4.5 1/2] iw_cxgb4: Fix static checker warning in c4iw_rdev_open()
` [PATCH for-4.5 2/2] iw_cxgb4: fix the GW-Basic labels to meaningful error names
[GIT PULL] pull requires: linux-firmware: Update OPA hfi1 firmware
2016-01-10 19:38 UTC
[PATCH] IB/mlx5: Fix passing casted pointer in mlx5_query_port_roce
2016-01-10 11:47 UTC (2+ messages)
[RFC PATCH 00/27] IB/hfi1: Add rdmavt support to hfi1
2016-01-09 15:19 UTC (18+ messages)
` [RFC PATCH 11/27] IB/hfi1: Remove hfi1 MR and hfi1 specific qp type
` [RFC PATCH 12/27] IB/hfi1: Remove srq from hfi1
` [RFC PATCH 13/27] IB/hfi1: Remove ibport and use rdmavt version
` [RFC PATCH 14/27] IB/hfi1: Remove mmap from hfi1
` [RFC PATCH 15/27] IB/hfi1: Use rdmavt pkey verbs function
` [RFC PATCH 16/27] IB/hfi1: Remove user context allocation and de-alloction functions
` [RFC PATCH 17/27] IB/hfi1: Use rdmavt send flags and recv flags
` [RFC PATCH 18/27] IB/hfi1: Remove qpdev and qpn table from hfi1
` [RFC PATCH 19/27] IB/hfi1: Remove create_qp functionality
` [RFC PATCH 20/27] IB/hfi1: Remove query_device function
` [RFC PATCH 21/27] IB/hfi1: Remove CQ data structures and functions from hfi1
` [RFC PATCH 22/27] IB/hfi1: Use rdmavt version of post_send
` [RFC PATCH 23/27] IB/hfi1: Remove modify queue pair from hfi1
` [RFC PATCH 24/27] IB/hfi1: Remove destroy qp verb
` [RFC PATCH 25/27] IB/hfi1: Remove post_recv and use rdmavt version
` [RFC PATCH 26/27] IB/hfi1: Remove multicast verbs functions
` [RFC PATCH 27/27] IB/hfi1: Clean up register device
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;
as well as URLs for NNTP newsgroup(s).