Searched refs:doc (Results 1 – 17 of 17) sorted by relevance
4 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`. Before11 [Installing Prerequisites](http://www.spdk.io/doc/getting_started.html)
6 all: doc9 .PHONY: all doc clean11 doc: output target
115 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 like117 [spdk_top](https://spdk.io/doc/spdk_top.html). This neat program simulates
15 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, this162 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…
49 The `doc` top-level directory contains all of SPDK's documentation. API Documentation53 To build the documentation, just type `make` within the doc directory.
45 [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).
24 [uio](https://www.kernel.org/doc/html/latest/driver-api/uio-howto.html) or25 [vfio](https://www.kernel.org/doc/Documentation/vfio.txt). These two drivers
43 [lockless ring](http://dpdk.org/doc/guides/prog_guide/ring_lib.html). Message65 [thread](http://www.spdk.io/doc/thread_8h.html)
6 [RPC](https://spdk.io/doc/jsonrpc.html) calls to collect performance metrics and displays them in a…
28 SPDK uses the [DPDK Environment Abstraction Layer](http://dpdk.org/doc/guides/prog_guide/env_abstra…
803 background-image:url('doc.png');1380 #doc-content
24 The diagram, and the vhost protocol itself is described in @ref vhost_processing doc.
332 $MAKE -C "$rootdir"/doc --no-print-directory $MAKEFLAGS Q=@ &> "$out"/doxygen.log350 $MAKE -C "$rootdir"/doc/output/latex --no-print-directory $MAKEFLAGS &>> "$out"/doxygen.log352 mkdir -p "$out"/doc354 cp -r --preserve=mode "$rootdir"/doc/output/html "$out"/doc355 rm -rf "$rootdir"/doc/output/html356 if [ -f "$rootdir"/doc/output/latex/refman.pdf ]; then357 mv "$rootdir"/doc/output/latex/refman.pdf "$out"/doc/spdk.pdf359 $MAKE -C "$rootdir"/doc [all...]
22 * [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, as48 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 …]
106 rm -rf %{buildroot}/usr/local/share/doc/dpdk
747 if ! grep -q "^### $rpc" doc/jsonrpc.md; then
4 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