| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 142 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 D | meson_ut.rst | 28 $ 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 D | graph_lib.rst | 29 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 D | glossary.rst | 186 Run Time Environment. Provides a fast and simple framework for fast packet
|
| H A D | trace_lib.rst | 36 - 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 D | rib_lib.rst | 120 it is possible to react to a neighbour failing relatively fast.
|
| H A D | fib_lib.rst | 7 The FIB library provides a fast Longest Prefix Match (LPM) search for 32-bit
|
| H A D | overview.rst | 12 complete framework for fast packet processing in data plane applications.
|
| H A D | generic_receive_offload_lib.rst | 103 - lightweight enough to scale fast networking speed
|
| H A D | build-sdk-meson.rst | 99 meson -Denable_trace_fp=true tracebuild # build with fast path traces
|
| /dpdk/ |
| H A D | README | 1 DPDK is a set of libraries and drivers for fast packet processing.
|
| H A D | meson_options.txt | 46 'enable fast path trace points.')
|
| /dpdk/lib/acl/ |
| H A D | acl_bld.c | 1209 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 D | build.yml | 32 fail-fast: false 165 fail-fast: false 214 fail-fast: false
|
| /dpdk/doc/guides/nics/ |
| H A D | txgbe.rst | 56 Toggle display of receive fast path run-time messages. 60 Toggle display of transmit fast path run-time messages.
|
| H A D | bnx2x.rst | 86 Toggle display of transmit fast path run-time messages. 90 Toggle display of receive fast path run-time messages.
|
| H A D | qede.rst | 124 Toggle display of transmit fast path run-time messages. 128 Toggle display of receive fast path run-time messages.
|
| H A D | intel_vf.rst | 576 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 D | linux-build.sh | 167 sudo meson test -C build --suite fast-tests -t 3 || failed="true"
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost_blk.rst | 23 fast data path for critical application.
|
| H A D | vhost_crypto.rst | 17 fast data path for critical application.
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 9 Container becomes more and more popular for strengths, like low overhead, fast
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | aesni_mb.rst | 11 <https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-multi-buffer-ipsec-…
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_03.rst | 15 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 D | release_20_05.rst | 16 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
|