public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-23 17:44:29 to 2016-09-27 17:09:20 UTC [more...]

[PATCH 0/9] Introduce blk_quiesce_queue() and blk_resume_queue()
 2016-09-27 17:09 UTC  (29+ messages)
` [PATCH 2/9] dm: Fix a race condition related to stopping and starting queues
` [PATCH 4/9] block: Move blk_freeze_queue() and blk_unfreeze_queue() code
  ` [PATCH 1/9] blk-mq: Introduce blk_mq_queue_stopped()
  ` [PATCH 3/9] [RFC] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
  ` [PATCH 5/9] block: Extend blk_freeze_queue_start() to the non-blk-mq path
` [PATCH 6/9] block: Rename mq_freeze_wq and mq_freeze_depth
` [PATCH 7/9] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
` [PATCH 8/9] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH 9/9] [RFC] nvme: Fix a race condition

[PATCH rdma-core 0/5] Add directory to place common code and move trivial functions into it
 2016-09-27 16:14 UTC  (20+ messages)
  ` [PATCH rdma-core 1/5] cmake: Update build instructions in CmakeList
  ` [PATCH rdma-core 2/5] utils: Create utils directory to put all common code and move min/max into it
  ` [PATCH rdma-core 3/5] utils: Remove container_of and offset local declarations
  ` [PATCH rdma-core 4/5] libocrdma: Move ocrdma's list implementation into common directory
  ` [PATCH rdma-core 5/5] libmlx5: Convert libmlx5 to use common list implementation

[PATCH v5 00/16] Add Paravirtual RDMA Driver
 2016-09-27  9:21 UTC  (41+ messages)
  ` [PATCH v5 01/16] vmxnet3: Move PCI Id to pci_ids.h
  ` [PATCH v5 07/16] IB/pvrdma: Add helper functions
  ` [PATCH v5 09/16] IB/pvrdma: Add support for Completion Queues
  ` [PATCH v5 10/16] IB/pvrdma: Add UAR support
` [PATCH v5 02/16] IB/pvrdma: Add user-level shared functions
` [PATCH v5 03/16] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v5 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
` [PATCH v5 05/16] IB/pvrdma: Add functions for Verbs support
` [PATCH v5 06/16] IB/pvrdma: Add paravirtual rdma device
` [PATCH v5 08/16] IB/pvrdma: Add device command support
` [PATCH v5 11/16] IB/pvrdma: Add support for memory regions
` [PATCH v5 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v5 13/16] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v5 14/16] IB/pvrdma: Add Kconfig and Makefile
` [PATCH v5 15/16] IB: Add PVRDMA driver
` [PATCH v5 16/16] MAINTAINERS: Update for "

RQ overflow seen running isert traffic
 2016-09-27  7:01 UTC 

[PATCH 0/2] Avoid that certain sg-lists trigger an infinite loop with FMR
 2016-09-26 19:58 UTC  (3+ messages)
  ` [PATCH 1/2] IB/srp: Remove an unused argument
  ` [PATCH 2/2] IB/srp: Avoid that certain sg-lists trigger an infinite loop with FMR

[PATCH 00/13] Policy changes and packaging support
 2016-09-26 19:12 UTC  (30+ messages)
  ` [PATCH 01/13] Be consistent about defining NDEBUG
  ` [PATCH 02/13] Switch valgrind memcheck.h to on by default
  ` [PATCH 03/13] Do not produce libtool .la files
  ` [PATCH 04/13] Do not produce static libraries by default
  ` [PATCH 05/13] Have cmake run man pages through text substitution
  ` [PATCH 06/13] Consolidate definitions for paths into config.h
  ` [PATCH 07/13] Pass ancillary files that use paths through cmake substitution
  ` [PATCH 08/13] srp_daemon: Move lock file into /var/run/
  ` [PATCH 09/13] verbs: Move the providers into /usr/lib.../libibverbs by default
  ` [PATCH 10/13] ipathverbs: Move truescale-serdes.cmds to /usr/libexec/
  ` [PATCH 11/13] srp_daemon: Add the debian initscripts as an option
  ` [PATCH 12/13] Document a versioning strategy and use it
  ` [PATCH 13/13] Remove ibsupport-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org from MAINTAINERS

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 9/27/2016 at 11:00PDT
 2016-09-26 18:59 UTC 

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-26 18:17 UTC  (11+ messages)

[PATCH 0/4] IB/hfi1: Read platform configuration file from EPROM
 2016-09-26 17:42 UTC  (8+ messages)
  ` [PATCH 1/4] IB/hfi1: Restore EPROM read ability
  ` [PATCH 2/4] IB/hfi1: Change EPROM read for internal use
  ` [PATCH 3/4] IB/hfi1: Add ability to read platform config from the EPROM
  ` [PATCH 4/4] IB/hfi1: Use EPROM platform configuration read

[PATCH] IB/core: Improve ib_map_mr_sg() documentation
 2016-09-26 16:14 UTC  (2+ messages)

[RFC v3 00/11] QLogic RDMA Driver (qedr) RFC
 2016-09-26 15:45 UTC  (13+ messages)
` [PATCH 02/11] qedr: Add RoCE driver framework
` [PATCH 03/11] qedr: Add support for RoCE HW init
` [PATCH 04/11] qedr: Add support for user context verbs
` [PATCH 07/11] qedr: Add support for memory registeration verbs
  ` [PATCH 01/11] qed: Add LL2
  ` [PATCH 05/11] qedr: Add support for PD,PKEY and CQ verbs
  ` [PATCH 06/11] qedr: Add support for QP verbs
  ` [PATCH 08/11] qedr: Add support for data path
  ` [PATCH 09/11] qedr: Add LL2 RoCE interface
  ` [PATCH 10/11] qedr: Add GSI support
` [PATCH 11/11] qedr: Add events support and register IB device

OFED-4.8 daily build with RHEL7.2 support
 2016-09-26 15:04 UTC 

[PATCH TRIVIAL infiniband-diags] ibaddr.c: Fix LID printfs to be unsigned rather than signed
 2016-09-26 11:38 UTC 

[PATCH infiniband-diags] ibportstate: Fixed peer port probing when using DR routing
 2016-09-26  8:12 UTC  (4+ messages)

[PATCH 0/2] libibmad: Modernize auto files
 2016-09-26  6:20 UTC  (3+ messages)
  ` [PATCH 1/2] libibmad: Makefile.am: Fix INCLUDES warning
  ` [PATCH 2/2] libibmad: configure.ac: Update configure.in to configure.ac

[PATCH TRIVIAL infiniband-diags] ibportstate.c: When not switch, port can be router port
 2016-09-26  5:47 UTC  (2+ messages)

[infiniband-diags PATCH 4/4] A few typo fixes in the manpages
 2016-09-26  4:56 UTC  (2+ messages)

[infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash
 2016-09-26  4:56 UTC  (2+ messages)

[infiniband-diags PATCH 2/4] Replace INCLUDES with AM_CPPFLAGS
 2016-09-26  4:56 UTC  (2+ messages)

[infiniband-diags PATCH 1/4] Update AM_INIT_AUTOMAKE to use subdir-objects
 2016-09-26  4:56 UTC  (2+ messages)

[PATCH 0/5] IB/hfi1: sdma engine affinity improvements
 2016-09-25 14:44 UTC  (6+ messages)
  ` [PATCH 1/5] IB/hfi1: Add sysfs interface for affinity setup
  ` [PATCH 2/5] IB/hfi1: Add a new VL sysfs attribute for sdma engines
  ` [PATCH 3/5] IB/hfi1: Add irq affinity notification handler
  ` [PATCH 4/5] IB/hfi1: Add new debugfs sdma_cpu_list file
  ` [PATCH 5/5] IB/hfi1: Document new sysfs entries for hfi1 driver

[PATCH 00/13] IB/hfi1,qib: Round 2 of hfi1/qib fixes for 4.9
 2016-09-25 14:42 UTC  (14+ messages)
  ` [PATCH 01/13] IB/hfi1: Consolidate pio control masks into single definition
  ` [PATCH 02/13] IB/qib: Remove qpt_mask global
  ` [PATCH 03/13] IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMA
  ` [PATCH 04/13] IB/hfi1: Increase default settings of max_cqes and max_qps
  ` [PATCH 05/13] IB/hfi1: Extend i2c timeout
  ` [PATCH 06/13] IB/hfi1: Do not read more than a SGE length
  ` [PATCH 07/13] IB/hfi1: Combine shift copy and byte copy for SGE reads
  ` [PATCH 08/13] IB/hfi1: Fix defered ack race with qp destroy
  ` [PATCH 09/13] IB/hfi1: Act on external device timeout
  ` [PATCH 10/13] IB/hfi1: Adjust hardware buffering parameter
  ` [PATCH 11/13] IB/hfi1: Cleanup tasklet refs in comments
  ` [PATCH 12/13] IB/hfi1: Remove unused variable from devdata
  ` [PATCH 13/13] IB/hfi1: Fix resource release in context allocation

[PATCH TRIVIAL rdma-core] README.md: Fix umad library name
 2016-09-25  9:20 UTC  (2+ messages)

[PATCH] libcxgb4: fix firmware version string
 2016-09-25  9:19 UTC  (2+ messages)

Towards qedr patch series
 2016-09-25  5:39 UTC 

[PATCH] rdma_rxe: Fix kernel crash when IPV6 disabled
 2016-09-25  5:16 UTC  (3+ messages)

RE RE
 2016-09-24  6:04 UTC 

[PATCH] ibacm: move Documentation to Documentation/
 2016-09-24  1:23 UTC  (2+ messages)

[RFC PATCH 00/11] IB/core: Add 32 bit LID support
 2016-09-23 21:01 UTC  (10+ messages)
` [RFC PATCH 03/11] IB/sa: Modify SM Address handle to program GRH when using large lids
  ` [RFC PATCH 06/11] IB/mad: Ensure DR MADs are correctly specified when using OPA devices
  ` [RFC PATCH 07/11] IB/mad: Change slid in RMPP recv from 16 to 32 bits
  ` [RFC PATCH 08/11] IB/IPoIB: Retrieve 32 bit LIDs from path records when running on OPA devices
  ` [RFC PATCH 09/11] IB/IPoIB: Modify ipoib_get_net_dev_by_params to lookup gid table
  ` [RFC PATCH 10/11] IB/srpt: Increase lid and sm_lid to 32 bits
  ` [RFC PATCH 11/11] IB/rdmavt: Modify rvt_check_ah() to account for extended LIDs

[PATCH rdma-core] Improve global COPYING files
 2016-09-23 17:48 UTC  (6+ messages)

move unsafe global rkey handling to the RDMA core V2
 2016-09-23 17:48 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox