Lines Matching full:spdk
3 This system configuration guide describes how to configure a system for use with SPDK.
8 recommended that SPDK applications are deployed with the `vfio-pci` kernel driver. SPDK's
20 …ug where `uio_pci_generic` [fails to bind to NVMe drives](https://github.com/spdk/spdk/issues/399).
24 ## Running SPDK as non-privileged user {#system_configuration_nonroot}
35 A good idea is to create a new mount specifically for SPDK:
39 # mount -t hugetlbfs -o uid=spdk,size=<value> none /mnt/spdk_hugetlbfs
42 Then start SPDK applications with an additional parameter `--huge-dir /mnt/spdk_hugetlbfs`
82 To give the user `spdk` full access to the VFIO IOMMU group 5 and all its
86 # chown spdk /dev/vfio/5
91 As soon as the first device is attached to SPDK, all of SPDK memory will be
94 SPDK errors and failures, this would also pollute the syslog with the following
107 what SPDK needs.
109 The limit can be increased with one of the methods below. Keep in mind SPDK will
112 [Vhost processing guide](https://spdk.io/doc/vhost_processing.html#vhost_processing_init).
119 spdk hard memlock unlimited
120 spdk soft memlock unlimited
135 the SPDK application.