Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 132) sorted by relevance

123456

/dpdk/doc/guides/testpmd_app_ug/
H A Dintro.rst11 It also serves as a example of how to build a more fully-featured application using the DPDK SDK.
13 The guide shows how to build and run the testpmd application and
14 how to configure the application from the command line and the run-time environment.
/dpdk/doc/guides/linux_gsg/
H A Dintro.rst9 The document describes how to compile and run a DPDK application in a Linux application (linux) env…
20 * :doc:`../linux_gsg/index` (this document): Describes how to install and configure the DPDK; des…
24 …* The software architecture and how to use it (through examples), specifically in a Linux applic…
36 …ication that showcases specific functionality and provides instructions on how to compile, run and…
/dpdk/examples/bpf/
H A DREADME2 library. To get details of each program and how to compile it, see
8 details on how to do so.
/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst9 up and running quickly and describes how to compile and run a
32 * :doc:`../freebsd_gsg/index` (this document): Describes how to install and
38 * The software architecture and how to use it (through examples),
55 and provides instructions on how to compile, run and use the sample application.
H A Dbuild_sample_apps.rst9 The chapter describes how to compile and run applications in a DPDK
24 The following shows how to compile the helloworld example app, following
/dpdk/doc/guides/prog_guide/
H A Dintro.rst24 * **Getting Started Guide** : Describes how to install and configure the DPDK software;
33 * The software architecture and how to use it (through examples),
49 and provides instructions on how to compile, run and use the sample application.
H A Dmulti_proc_support.rst42 A number of example applications are provided that demonstrate how multiple DPDK processes can be u…
64 how Linux kernel Address-Space Layout Randomization (ASLR) can affect memory sharing.
127 specify how much hugepage memory, in megabytes, each process can use (or passing
128 ``--socket-mem`` to specify how much hugepage memory on each socket each process
270 * ``nb_sent`` - number indicating how many requests were sent (i.e. how many
272 * ``nb_received`` - number indicating how many responses were received (i.e. of
273 those peer processes that were active at the time of request, how many have
346 for deciding how to handle such cases.
H A Dpower_man.rst117 This means CPU cores always show 100% busy independent of how much work
118 those cores are doing. It is critical to accurately determine how busy
122 * User does not know how much real load is on a system, resulting
138 The proposed solution focuses on how many times empty polls are executed.
/dpdk/doc/guides/sample_app_ug/
H A Dintro.rst62 or ``dmafwd`` application demonstrates how to use DMAdev library for
66 demonstrates how to distribute packets arriving on an Rx port to different
70 multi-process application shows how two DPDK processes can work together using
95 documented sample applications show how to compile, configure and run the
H A Dservice_cores.rst13 to show how the service_cores API can be used to orchestrate these services to
50 The following code section shows how to register a service as an application.
66 This section demonstrates how to add a service core. The ``rte_service.h``
H A Dvhost.rst19 This section shows the steps how to test a typical PVP case with this
162 A very simple vhost-user net driver which demonstrates how to use the generic
167 demonstrates how to use the async vhost APIs. It's used in combination with dmas.
193 The command above indicates how many hugepages are free to support QEMU's
H A Dkeep_alive.rst8 heartbeat/watchdog for packet processing cores. It demonstrates how
18 The application demonstrates how to protect against 'silent outages'
H A Dcompiling.rst7 This section explains how to compile the DPDK sample applications.
H A Deventdev_pipeline.rst8 the usage of the eventdev API using the software PMD. It shows how an
81 scheduling type at each stage, and parameters to options such as how many
/dpdk/drivers/crypto/qat/
H A Dqat_asym.c72 #define SET_PKE_LN(where, what, how, idx) \ argument
73 rte_memcpy(where[idx] + how - \
78 #define SET_PKE_LN_9A(where, what, how, idx) \ argument
80 RTE_ALIGN_CEIL(how, 8) - \
87 RTE_ALIGN_CEIL(how, 8) - \
88 how, \
90 how)
97 #define SET_PKE_LN_EC_F(what, how, idx) \ argument
99 RTE_ALIGN_CEIL(how, 8)] + \
100 RTE_ALIGN_CEIL(how, 8) - how, \
[all …]
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst9 This section demonstrates how to compile and run a Poll Mode Driver (PMD) for
17 information on how to build and run testpmd.
48 This section demonstrates how to setup and run ``testpmd`` in Linux.
H A Dionic.rst40 for instructions on how to build DPDK.
H A Dnfp.rst13 This document explains how to use DPDK with the Netronome Poll Mode
111 firmware symbol during initialization to know how many can be used.
138 Due to how the driver needs to access the NFP through a CPP interface, which implies
/dpdk/doc/guides/howto/
H A Dpacket_capture_framework.rst7 This document describes how the Data Plane Development Kit (DPDK) Packet
59 for ``pdump`` keyword to see how this is done.
86 The following steps demonstrate how to run the ``dpdk-dumpcap`` tool to capture
H A Dtelemetry.rst40 The following steps show how to run an application with telemetry support,
97 being made. The method to select the instance depends on how the individual
H A Dopenwrt.rst7 This document describes how to enable Data Plane Development Kit (DPDK) on
152 More detailed info about how to run a DPDK application please refer to
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst11 It also explains the structure of the DPDK documentation and how to build it.
84 The API documentation explains how to use the public DPDK functions.
91 …The Getting Started Guides show how to install and configure DPDK and how to run DPDK based applic…
97 …The Programmers Guide explains how the API components of DPDK such as the EAL, Memzone, Rings and …
98 …It also explains how some higher level functionality such as Packet Distributor, Packet Framework …
99 It also shows the build system and explains how to add applications.
113 …They explain the purpose of the sample application, how to run it and step through some of the cod…
219 RST format and also examples of how to use it.
582 See the `Doxygen website <http://www.doxygen.nl>`_ for full details on how to use it.
/dpdk/doc/guides/windows_gsg/
H A Dintro.rst8 Plane Development Kit (DPDK) software. The document describes how to compile
/dpdk/doc/guides/rawdevs/
H A Dntb.rst136 Based on this ring layout, enqueue reads rx_tail to get how many free
139 And dequeue reads tx_tail to get how many packets are arrived, and
/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst66 User can use app/test application to check how to use this PMD and to verify

123456