Seth Howell f6823c5907 rdma: add a flag for disabling srq.
There are cases where srq can be a detriment. Add a flag to allow users
to disable srq even if they have a piece of hardware that supports it.

Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452271 (master)

(cherry picked from commit 350e429a57b0f2beb3fe71560a6dc34aa220cc58)
Change-Id: Ia3be8e8c8e8463964e6ff1c02b07afbf4c3cc8f7
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457195
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
2019-06-16 08:46:05 +00:00
..
2018-08-27 21:30:32 +00:00
2019-04-01 09:06:32 +00:00
2018-08-27 19:38:10 +00:00
2019-02-18 07:44:52 +00:00
2018-03-08 11:47:01 -05:00
2019-03-26 12:01:48 +00:00
2019-01-07 04:21:39 +00:00
2018-12-10 15:56:50 +00:00
2019-02-18 07:45:08 +00:00
2019-06-16 08:46:05 +00:00
2019-04-22 18:24:24 +00:00
2019-02-18 07:45:28 +00:00
2018-08-27 19:38:10 +00:00

SPDK Documentation

The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/

Building the Documentation

To convert the documentation into HTML run make in the doc directory. The output will be located in doc/output/html. Before running make ensure all pre-requisites are installed. See Installing Prerequisites for more details.