Add AWS instructions to the README

Signed-off-by: Jesse Grodman <jgrodman@gmail.com>
Change-Id: I4ce5b04771fc0ac03ec29499421f45927a15c302
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1015
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
Jesse Grodman 2020-02-26 13:42:35 +02:00 committed by Tomasz Zawadzki
parent 6817babfa4
commit e6bffc3eed

View File

@ -26,6 +26,7 @@ The development kit currently includes:
* [Build](#libraries)
* [Unit Tests](#tests)
* [Vagrant](#vagrant)
* [AWS](#aws)
* [Advanced Build Options](#advanced)
* [Shared libraries](#shared)
* [Hugepages and Device Binding](#huge)
@ -104,6 +105,14 @@ also be installed in order to get the required NVMe support.
Details on the Vagrant setup can be found in the
[SPDK Vagrant documentation](http://spdk.io/doc/vagrant.html).
<a id="aws"></a>
## AWS
The following setup is known to work on AWS:
Image: Ubuntu 18.04
Before running `setup.sh`, run `modprobe vfio-pci`
then: `DRIVER_OVERRIDE=vfio-pci ./setup.sh`
<a id="advanced"></a>
## Advanced Build Options