Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/doc/guides/contributing/
H A Dunit_test.rst142 Ex: ``meson test --suite fast-tests``::
144 $ meson test -C build --suite fast-tests
147 1/60 DPDK:fast-tests / acl_autotest OK 3.17 s
148 2/60 DPDK:fast-tests / bitops_autotest OK 0.22 s
149 3/60 DPDK:fast-tests / byteorder_autotest OK 0.22 s
161 1/1 DPDK:fast-tests / version_autotest OK 0.17s
362 $ meson test -C build --suite fast-tests
383 $ meson test -C build --suite fast-tests
399 as part of the appropriate class (fast, perf, driver, etc.).
405 DPDK:fast-tests / acl_autotest
[all …]
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst28 $ meson test -C <build path> --suite DPDK:fast-tests
33 $ meson test --suite DPDK:fast-tests
38 $ meson test --suite fast-tests
44 To run the fast-tests suite using only cores 8 through 16, one can use::
46 $ meson test --suite fast-tests --test-args="-l 8-16"
H A Dgraph_lib.rst29 the fast path(``rte_graph_worker.h``) and slow path code.
195 ``rte_graph_walk()`` and ``rte_node_enqueue*`` fast path API functions
197 The fast path API works on graph object, So the multi-core graph
200 In fast path
202 Typical fast-path code looks like below, where the application
203 gets the fast-path graph object using ``rte_graph_lookup()``
216 The fast-path object for the node is ``struct rte_node``.
225 ``struct rte_graph *`` fast-path graph object while others works on graph ID or name.
256 The ``process()`` function of a node is the fast-path function and that needs
H A Dglossary.rst186 Run Time Environment. Provides a fast and simple framework for fast packet
H A Dtrace_lib.rst36 - A framework to add tracepoints in control and fast path APIs with minimum
133 In order to avoid performance impact in fast path code, the library introduced
134 ``RTE_TRACE_POINT_FP``. When adding the tracepoint in fast path code,
H A Drib_lib.rst120 it is possible to react to a neighbour failing relatively fast.
H A Dfib_lib.rst7 The FIB library provides a fast Longest Prefix Match (LPM) search for 32-bit
H A Doverview.rst12 complete framework for fast packet processing in data plane applications.
H A Dgeneric_receive_offload_lib.rst103 - lightweight enough to scale fast networking speed
H A Dbuild-sdk-meson.rst99 meson -Denable_trace_fp=true tracebuild # build with fast path traces
/dpdk/
H A DREADME1 DPDK is a set of libraries and drivers for fast packet processing.
H A Dmeson_options.txt46 'enable fast path trace points.')
/dpdk/lib/acl/
H A Dacl_bld.c1209 struct rte_acl_build_rule *fast; in rule_list_split() local
1218 fast = source->next; in rule_list_split()
1220 while (fast != NULL) { in rule_list_split()
1221 fast = fast->next; in rule_list_split()
1222 if (fast != NULL) { in rule_list_split()
1224 fast = fast->next; in rule_list_split()
/dpdk/.github/workflows/
H A Dbuild.yml32 fail-fast: false
165 fail-fast: false
214 fail-fast: false
/dpdk/doc/guides/nics/
H A Dtxgbe.rst56 Toggle display of receive fast path run-time messages.
60 Toggle display of transmit fast path run-time messages.
H A Dbnx2x.rst86 Toggle display of transmit fast path run-time messages.
90 Toggle display of receive fast path run-time messages.
H A Dqede.rst124 Toggle display of transmit fast path run-time messages.
128 Toggle display of receive fast path run-time messages.
H A Dintel_vf.rst576 Software Defined Network (SDN) trends are demanding fast host-based packet handling.
580 With such host instance fast packet processing, lots of services such as filtering, QoS,
581 DPI can be offloaded on the host fast path.
/dpdk/.ci/
H A Dlinux-build.sh167 sudo meson test -C build --suite fast-tests -t 3 || failed="true"
/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst23 fast data path for critical application.
H A Dvhost_crypto.rst17 fast data path for critical application.
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst9 Container becomes more and more popular for strengths, like low overhead, fast
/dpdk/doc/guides/cryptodevs/
H A Daesni_mb.rst11 <https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-multi-buffer-ipsec-…
/dpdk/doc/guides/rel_notes/
H A Drelease_22_03.rst15 which may be useful for fast restart and large allocations.
178 also want to have fast and low latency access to GPIO pin state.
H A Drelease_20_05.rst16 get runtime trace/debug information for control, and fast APIs with minimum
17 impact on fast path performance. Typical trace overhead is ~20 cycles and

12