Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 17 of 17) sorted by relevance

/spdk/doc/
H A DREADME.md4 http://www.spdk.io/doc/
8 To convert the documentation into HTML run `make` in the `doc`
9 directory. The output will be located in `doc/output/html`. Before
11 [Installing Prerequisites](http://www.spdk.io/doc/getting_started.html)
H A DMakefile6 all: doc
9 .PHONY: all doc clean
11 doc: output target
H A Dgetting_started.md115 directory. This includes the [iSCSI target](https://spdk.io/doc/iscsi.html)
116 and [NVMe-oF target](https://spdk.io/doc/nvmf.html) and tools like
117 [spdk_top](https://spdk.io/doc/spdk_top.html). This neat program simulates
H A Daccel_fw.md15 framework public header file here [accel.h](https://spdk.io/doc/accel_8h.html)
73 To use the IOAT module, use the RPC [`ioat_scan_accel_module`](https://spdk.io/doc/jsonrpc.html) be…
80 [`dsa_scan_accel_module`](https://spdk.io/doc/jsonrpc.html). By default, this
162 To enable this module, use [`dpdk_cryptodev_scan_accel_module`](https://spdk.io/doc/jsonrpc.html),
164 CLI parameter. To select a specific PMD, use [`dpdk_cryptodev_set_driver`](https://spdk.io/doc/json…
H A Doverview.md49 The `doc` top-level directory contains all of SPDK's documentation. API Documentation
53 To build the documentation, just type `make` within the doc directory.
H A Dsystem_configuration.md45 [Linux Hugetlbpage Documentation](https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt)
112 [Vhost processing guide](https://spdk.io/doc/vhost_processing.html#vhost_processing_init).
H A Duserspace.md24 [uio](https://www.kernel.org/doc/html/latest/driver-api/uio-howto.html) or
25 [vfio](https://www.kernel.org/doc/Documentation/vfio.txt). These two drivers
H A Dconcurrency.md43 [lockless ring](http://dpdk.org/doc/guides/prog_guide/ring_lib.html). Message
65 [thread](http://www.spdk.io/doc/thread_8h.html)
H A Dspdk_top.md6 [RPC](https://spdk.io/doc/jsonrpc.html) calls to collect performance metrics and displays them in a…
H A Discsi.md28 SPDK uses the [DPDK Environment Abstraction Layer](http://dpdk.org/doc/guides/prog_guide/env_abstra…
H A Dstylesheet.css803 background-image:url('doc.png');
1380 #doc-content
H A Dvhost.md24 The diagram, and the vhost protocol itself is described in @ref vhost_processing doc.
/spdk/test/common/
H A Dautobuild_common.sh332 $MAKE -C "$rootdir"/doc --no-print-directory $MAKEFLAGS Q=@ &> "$out"/doxygen.log
350 $MAKE -C "$rootdir"/doc/output/latex --no-print-directory $MAKEFLAGS &>> "$out"/doxygen.log
352 mkdir -p "$out"/doc
354 cp -r --preserve=mode "$rootdir"/doc/output/html "$out"/doc
355 rm -rf "$rootdir"/doc/output/html
356 if [ -f "$rootdir"/doc/output/latex/refman.pdf ]; then
357 mv "$rootdir"/doc/output/latex/refman.pdf "$out"/doc/spdk.pdf
359 $MAKE -C "$rootdir"/doc
[all...]
/spdk/
H A DREADME.md22 * [NVMe driver](http://www.spdk.io/doc/nvme.html)
23 * [I/OAT (DMA engine) driver](http://www.spdk.io/doc/ioat.html)
24 * [NVMe over Fabrics target](http://www.spdk.io/doc/nvmf.html)
25 * [iSCSI target](http://www.spdk.io/doc/iscsi.html)
26 * [vhost target](http://www.spdk.io/doc/vhost.html)
27 * [Virtio-SCSI driver](http://www.spdk.io/doc/virtio.html)
47 [Doxygen API documentation](http://www.spdk.io/doc/) is available, as
48 well as a [Porting Guide](http://www.spdk.io/doc/porting.html) for porting SPDK to different framew…
115 [SPDK Vagrant documentation](http://spdk.io/doc/vagrant.html).
247 * [nvmf_tgt](https://spdk.io/doc/nvmf.html) - SPDK NVMe over Fabrics target
[all …]
/spdk/rpmbuild/
H A Dspdk.spec106 rm -rf %{buildroot}/usr/local/share/doc/dpdk
/spdk/scripts/
H A Dcheck_format.sh747 if ! grep -q "^### $rpc" doc/jsonrpc.md; then
/spdk/scripts/perf/nvmf/
H A DREADME.md4 that are later published at [spdk.io performance reports section](https://spdk.io/doc/performance_reports.html).
179 - num_cqe - int, number of completion queue entries. See doc/json_rpc.md