messages from 2014-12-25 00:59:23 to 2015-01-14 06:01:02 UTC [more...]
[PATCH V1 FIX for-3.19] IB/ipoib: Fix broken multicast flow
2015-01-14 6:01 UTC (7+ messages)
[PATCH] infiniband: mlx5: avoid a compile-time warning
2015-01-13 22:08 UTC (3+ messages)
[PATCH] mlx5: avoid build warnings on 32-bit
2015-01-13 22:08 UTC (4+ messages)
Investment
2015-01-13 18:23 UTC
[PATCH v2 00/20] NFS/RDMA client for 3.20
2015-01-13 17:44 UTC (22+ messages)
` [PATCH v2 01/20] xprtrdma: human-readable completion status
` [PATCH v2 02/20] xprtrdma: Modernize htonl and ntohl
` [PATCH v2 03/20] xprtrdma: Display XIDs in host byte order
` [PATCH v2 04/20] xprtrdma: Clean up hdrlen
` [PATCH v2 05/20] xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt
` [PATCH v2 06/20] xprtrdma: Remove rpcrdma_ep::rep_ia
` [PATCH v2 07/20] xprtrdma: Remove rl_mr field, and the mr_chunk union
` [PATCH v2 08/20] xprtrdma: Move credit update to RPC reply handler
` [PATCH v2 09/20] xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
` [PATCH v2 10/20] xprtrdma: Free the pd if ib_query_qp() fails
` [PATCH v2 11/20] xprtrdma: Take struct ib_device_attr off the stack
` [PATCH v2 12/20] xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr "
` [PATCH v2 13/20] xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
` [PATCH v2 14/20] xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()
` [PATCH v2 15/20] xprtrdma: Add struct rpcrdma_regbuf and helpers
` [PATCH v2 16/20] xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
` [PATCH v2 17/20] xprtrdma: Allocate RPC/RDMA "
` [PATCH v2 18/20] xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
` [PATCH v2 19/20] xprtrdma: Allocate zero pad separately from rpcrdma_buffer
` [PATCH v2 20/20] xprtrdma: Clean up after adding regbuf management
[PATCH v2 00/10] NFS/RDMA server for 3.20
2015-01-13 17:31 UTC (12+ messages)
` [PATCH v2 01/10] svcrdma: Clean up dprintk
` [PATCH v2 02/10] svcrdma: Remove unused variable
` [PATCH v2 03/10] svcrdma: Clean up read chunk counting
` [PATCH v2 04/10] svcrdma: Scrub BUG_ON() and WARN_ON() call sites
` [PATCH v2 05/10] svcrdma: Find rmsgp more reliably
` [PATCH v2 06/10] svcrdma: Plant reader function in struct svcxprt_rdma
` [PATCH v2 07/10] svcrdma: rc_position sanity checking
` [PATCH v2 08/10] svcrdma: Support RDMA_NOMSG requests
` [PATCH v2 09/10] svcrdma: Move read list XDR round-up logic
` [PATCH v2 10/10] svcrdma: Handle additional inline content
[PATCH v1 00/10] NFS/RDMA server for 3.20
2015-01-13 15:40 UTC (31+ messages)
` [PATCH v1 01/10] svcrdma: Clean up dprintk
` [PATCH v1 02/10] svcrdma: Remove unused variable
` [PATCH v1 03/10] svcrdma: Clean up read chunk counting
` [PATCH v1 04/10] svcrdma: Scrub BUG_ON() and WARN_ON() call sites
` [PATCH v1 05/10] svcrdma: Find rmsgp more reliably
` [PATCH v1 06/10] svcrdma: Plant reader function in struct svcxprt_rdma
` [PATCH v1 07/10] svcrdma: rc_position sanity checking
` [PATCH v1 08/10] svcrdma: Support RDMA_NOMSG requests
` [PATCH v1 09/10] Move read list XDR round-up logic
` [PATCH v1 10/10] svcrdma: Handle additional inline content
[PATCH infiniband-diags] ibdiag_common.c: Add more supported device IDs
2015-01-13 14:22 UTC (4+ messages)
[PATCH infiniband-diags] vendstat.c: Add additional vendor IDs to ext_fw_info_device
2015-01-13 13:58 UTC
[PATCH infiniband-diags] ibnetdisc.c: Add additional supported device IDs to is_mlnx_ext_port_info_supported
2015-01-13 13:58 UTC
[PATCH v2 infinband-diags] ibdiag_common.c: Add more supported device IDs in is_mlnx_ext_port_info_supported
2015-01-13 13:58 UTC
[PATCH net-next 0/2] All Chelsio drivers : Cleanup CPL messages macros
2015-01-12 21:20 UTC (4+ messages)
` [PATCH net-next 1/2] iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages
` [PATCH net-next 2/2] iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages
[PATCH TRIVIAL libibmad] fields.c: Fix commentary typo
2015-01-12 19:08 UTC
[PATCH opensm] osm_subnet.c: Add more supported device IDs
2015-01-12 19:07 UTC
Re:Investment
2015-01-12 18:41 UTC
[PATCH 00/20] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
2015-01-12 17:11 UTC (21+ messages)
` [PATCH 01/20] IB/mad: Rename is_data_mad to is_rmpp_data_mad
` [PATCH 02/20] IB/core: Cache device attributes for use by upper level drivers
` [PATCH 03/20] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad
` [PATCH 04/20] IB/mad: Change ib_response_mad "
` [PATCH 05/20] IB/mad: Change cast in rcv_has_same_class
` [PATCH 06/20] IB/core: Add mad_size to ib_device_attr
` [PATCH 07/20] IB/mad: Convert ib_mad_private allocations from kmem_cache to kmalloc
` [PATCH 08/20] IB/mad: Add helper function for smi_handle_dr_smp_send
` [PATCH 09/20] IB/mad: Add helper function for smi_handle_dr_smp_recv
` [PATCH 10/20] IB/mad: Add helper function for smi_check_forward_dr_smp
` [PATCH 11/20] IB/mad: Add helper function for SMI processing
` [PATCH 12/20] IB/mad: Add MAD size parameters to process_mad
` [PATCH 13/20] IB/mad: Add base version parameter to ib_create_send_mad
` [PATCH 14/20] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag
` [PATCH 15/20] IB/mad: Create jumbo_mad data structures
` [PATCH 16/20] IB/mad: Add Intel Omni-Path Architecture defines
` [PATCH 17/20] IB/mad: Add registration check for Intel Omni-Path Architecture MADs
` [PATCH 18/20] IB/mad: Implement support for Intel Omni-Path Architecture base version MADs in ib_create_send_mad
` [PATCH 19/20] IB/mad: Implement Intel Omni-Path Architecture SMP processing
` [PATCH 20/20] IB/mad: Implement Intel Omni-Path Architecture MAD processing
[PATCH] rping: create persistent server threads in DETACHED state
2015-01-12 16:57 UTC
[PATCH] IB: cxgb3: iwch_cm: Remove some unused functions
2015-01-12 15:48 UTC (2+ messages)
[ANNOUNCE] libmlx5 1.0.2 released
2015-01-12 9:08 UTC
[patch] IB/mlx5: fix error code in get_port_caps()
2015-01-12 8:56 UTC (4+ messages)
` [patch v2] "
[PATCH] IB: qib: qib_iba7322: Remove unused function
2015-01-11 14:04 UTC
[PATCH] infiniband: core: cm: Remove unused function
2015-01-11 13:09 UTC
[PATCH infiniband-diags] ibccconfig.c: Account for enhanced switch port 0 in SwitchPortCongestionSetting handling
2015-01-10 1:07 UTC (4+ messages)
[PATCH infiniband-diags] ibccquery.c: Account for enhanced switch port 0 in SwitchPortCongestionSetting handling
2015-01-10 1:07 UTC (2+ messages)
[PATCH] libibmad/src/rpc.c: Remove superfluous packet dump
2015-01-10 1:00 UTC (5+ messages)
[PATCHv2 libibmad] fields.c: Print SwitchCongestionSetting threshold fields in hex rather than decimal
2015-01-09 23:36 UTC (2+ messages)
[PATCH] net/9p: add a privport option for RDMA transport
2015-01-09 12:07 UTC
[PATCH libibmad] fields.c: Print SwitchPortCongestionSetting:Threshold in decimal rather than hex
2015-01-08 17:04 UTC
[PATCH opensm 5/5] osm_ucast_mgr.c: Select exit ports for lid offset > 0 using new_lft
2015-01-08 12:50 UTC
[PATCH opensm 4/5] osm_ucast_cache.c: Rewrite p_sw->lft allocation in osm_ucast_cache_process
2015-01-08 12:49 UTC
[PATCH opensm 3/5] Use routing engine calculated LFT for SA queries
2015-01-08 12:49 UTC
[PATCH opensm 2/5] osm_state_mgr.c: Remove new_lft buffers cleanup
2015-01-08 12:49 UTC
[PATCH opensm 1/5] osm_ucast_mgr.c: Force unicast routing to fail when lft allocations fail
2015-01-08 12:49 UTC
[RFC PATCH 00/16] ib_mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
2015-01-08 11:41 UTC (7+ messages)
` [RFC PATCH 03/16] ib/mad: Add check for jumbo MADs support on a device
[PATCH 1/1] ibacm: open only prov endpoints with name/addr configured
2015-01-07 22:27 UTC (2+ messages)
[PATCH FIX for-3.19] IB/ipoib: Fix broken multicast flow
2015-01-07 14:59 UTC
[PATCH v1 0/2] On-demand paging minor fixes
2015-01-06 11:56 UTC (3+ messages)
` [PATCH v1 1/2] IB/mlx5: Update the dev in reg_create
` [PATCH v1 2/2] IB/core: Properly handle registration of on-demand paging MRs after dereg
[PATCH 0/2] on-demand paging minor fixes
2015-01-06 9:23 UTC (3+ messages)
` [PATCH 1/2] mlx5_ib: update the dev in reg_create
` [PATCH 2/2] IB/core: properly handle registration of on-demand paging MRs after dereg
[PATCH libmlx4] Add IP and TCP/UDP TX checksum offload support
2015-01-06 8:30 UTC
[PATCH libibverbs] Add IP and TCP/UDP TX checksum offload support
2015-01-06 8:30 UTC
[PATCH opensm] Add separate dispatcher for SA set and delete requests
2015-01-05 22:28 UTC
[PATCH net-next 0/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup register defines
2015-01-05 21:35 UTC (7+ messages)
` [PATCH net-next 1/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE "
` [PATCH net-next 2/5] cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related "
` [PATCH net-next 3/5] cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM "
` [PATCH net-next 4/5] cxgb4/csiostor: Cleanup TP, MPS and TCAM "
` [PATCH net-next 5/5] cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC "
[PATCH 3/3] osm_congestion_control.c: Reset cc_timeout_count when count threshold passed
2015-01-05 20:52 UTC (2+ messages)
[PATCH 2/3] osm_congestion_control.c: Consistently set cc_unavailable_flag
2015-01-05 20:51 UTC (2+ messages)
[PATCH 1/3] osm_congestion_control.c: Add additional header status check
2015-01-05 20:51 UTC (2+ messages)
[PATCH] opensm/osm_subnet.c: Correct output error with congestion control table entries
2015-01-05 20:01 UTC (2+ messages)
LOL
2015-01-05 9:02 UTC
[PATCH] Fixes wrong assertion failed in osm_switch_get_lft_block()
2015-01-02 13:25 UTC (2+ messages)
[Bug 90581] New: Silent Data Corruption with NFS/RDMA and Mellanox MTHCA
2015-01-02 11:57 UTC
(no subject)
2015-01-02 9:29 UTC
Fw (2): arivumani@gmail.com
2015-01-01 9:05 UTC
mlx4: having trouble getting mlx4_NOP to succeed in the VF driver
2014-12-31 17:29 UTC (3+ messages)
[PATCH 1/6] IB/Core: Changes to the IB Core infrastructure for RoCEv2 support
2014-12-31 4:35 UTC (5+ messages)
[PATCH] bonding: move ipoib_header_ops to vmlinux
2014-12-30 8:26 UTC (8+ messages)
[PATCH] bonding: move ipoib_header_ops to vmlinux
2014-12-30 4:23 UTC (2+ messages)
RDMA atomic operations fail
2014-12-29 1:26 UTC (5+ messages)
[PATCH FIXES] IB/iser: Use correct dma direction when unmapping SGs
2014-12-28 12:26 UTC
[PATCH 6/6] RDMA/ocrdma: introducing a function to check RoCE-v2 support
2014-12-25 1:00 UTC
[PATCH 5/6] RDMA/ocrdma: changes to support user AH creation
2014-12-25 1:00 UTC
[PATCH 4/6] RDMA/ocrdma: changes to support RoCE-v2 in RC path
2014-12-25 0:59 UTC
[PATCH 3/6] RDMA/ocrdma: changes to support RoCE-v2 in UD path
2014-12-25 0:59 UTC
[PATCH 2/6] RDMA/ocrdma: populate GID table as per RoCE-v2 spec
2014-12-25 0:59 UTC
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