Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 120) sorted by relevance

12345

/dpdk/doc/api/
H A Ddoxy-api-index.md12 [dev] (@ref rte_dev.h),
13 [ethdev] (@ref rte_ethdev.h),
14 [ethctrl] (@ref rte_eth_ctrl.h),
15 [rte_flow] (@ref rte_flow.h),
16 [rte_tm] (@ref rte_tm.h),
17 [rte_mtr] (@ref rte_mtr.h),
18 [bbdev] (@ref rte_bbdev.h),
22 [compress] (@ref rte_comp.h),
35 [PCI] (@ref rte_pci.h),
37 [vfio] (@ref rte_vfio.h)
[all …]
/dpdk/examples/qos_sched/
H A Dprofile.cfg146 tc 0 qdelay ref = 15
151 tc 1 qdelay ref = 15
156 tc 2 qdelay ref = 15
161 tc 3 qdelay ref = 15
166 tc 4 qdelay ref = 15
171 tc 5 qdelay ref = 15
176 tc 6 qdelay ref = 15
181 tc 7 qdelay ref = 15
186 tc 8 qdelay ref = 15
191 tc 9 qdelay ref = 15
[all …]
/dpdk/devtools/
H A Dparse-flow-support.sh9 ref=$2 # doc/guides/nics/features/foo.ini
57 if [ -z "$ref" ]; then # generate full tables
70 sed -n "/$section/,/]/p" "$ref" | sed '/^$/d'
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst18 :ref:`new major ABI version <new_abi_version>` is declared.
20 :ref:`LTS release <stable_lts_releases>`.
22 all non-experimental :ref:`library's soname <what_is_soname>`.
24 the outlined :ref:`deprecation process <abi_changes>`.
32 The :ref:`experimental <experimental_apis>` status of an API
150 :ref:`abi_versioning`, with :ref:`forward-only <forward-only>` compatibility
155 section on :ref:`abi_breakages`.
171 see :ref:`deprecation_notices`.
232 preserved through :ref:`abi_versioning`.
242 :ref:`note on forward-only compatibility<forward-only>`.
[all …]
H A Dabi_versioning.rst73 version, as described in the section :ref:`example_abi_macro_usage`. The
98 major ABI version removed, see the section :ref:`deprecating_entire_abi` on
314 Please see the section :ref:`Enabling versioning macros
368 :ref:`mapping static symbols <mapping_static_symbols>`,
369 :ref:`enabling versioning macros <enabling_versioning_macros>`,
370 and :ref:`ABI deprecation <abi_deprecation>`.
435 :ref:`symbol versioning <example_abi_macro_usage>` described above.
507 :ref:`experimental symbols <experimental_apis>`, a maintainer may wish to offer
569 Please note, similar to :ref:`symbol versioning <example_abi_macro_usage>`,
571 :ref:`mapping static symbols <mapping_static_symbols>`.
[all …]
/dpdk/doc/guides/mempool/
H A Dring.rst16 :ref:`Ring_Library_MPMC_Mode`.
22 :ref:`Ring_Library_SPSC_Mode`.
38 refer to: :ref:`Ring_Library_MT_RTS_Mode`.
44 refer to: :ref:`Ring_Library_MT_HTS_Mode`.
H A Dstack.rst19 can be selected as described in :ref:`Mempool_Handlers`:
24 For more information please refer to :ref:`Stack_Library_Std_Stack`.
29 information please refer to :ref:`Stack_Library_LF_Stack`.
/dpdk/examples/ipsec-secgw/
H A Dparser.h32 #define APP_CHECK_TOKEN_EQUAL(tokens, index, ref, status) \ argument
33 APP_CHECK(strcmp(tokens[index], ref) == 0, status, \
35 tokens[index], ref)
/dpdk/doc/guides/regexdevs/
H A Dmlx5.rst30 See :ref:`mlx5 common compilation <mlx5_common_compilation>`,
31 :ref:`mlx5 firmware configuration <mlx5_firmware_config>`,
32 and :ref:`mlx5 common driver options <mlx5_common_driver_options>`.
/dpdk/doc/guides/prog_guide/
H A Doverview.rst82 The EAL is fully described in :ref:`Environment Abstraction Layer <Environment_Abstraction_Layer>`.
102 A ring is used by the :ref:`Memory Pool Manager (librte_mempool) <Mempool_Library>`
106 This ring buffer and its usage are fully described in :ref:`Ring Library <Ring_Library>`.
116 This memory pool allocator is described in :ref:`Mempool Library <Mempool_Library>`.
128 Network Packet Buffer Management is described in :ref:`Mbuf Library <Mbuf_Library>`.
139 The library documentation is available in :ref:`Timer Library <Timer_Library>`.
147 See :ref:`Poll Mode Driver <Poll_Mode_Driver>`.
155 See :ref:`Hash Library <Hash_Library>` and :ref:`LPM Library <LPM_Library>` for more information.
/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst31 :ref:`Compiling DPDK on Linux <linux_gsg_compiling_dpdk>` or
32 :ref:`Compiling DPDK on FreeBSD <building_from_source>`.
66 see :ref:`building_app_using_installed_dpdk` for more information.
H A Dkernel_nic_interface.rst70 such that the :ref:`default carrier state <kni_default_carrier_state>` is
75 loaded with the :ref:`default carrier state <kni_default_carrier_state>`
150 ``port``. If the ``rte_kni`` kernel module is loaded in :ref:`multiple
153 kernel module is loaded in :ref:`single kernel thread <kni_kernel_thread_mode>`
161 :ref:`multiple kernel thread <kni_kernel_thread_mode>` mode. The ``kni``
194 the ``rte_kni`` kernel module is loaded in :ref:`single kernel thread
195 mode <kni_kernel_thread_mode>`, :ref:`loopback mode <kni_loopback_mode>`
196 enabled, and the :ref:`default carrier state <kni_default_carrier_state>`
310 (see :ref:`l2_fwd_app_rx_tx_packets`).
318 (see :ref:`l2_fwd_app_rx_tx_packets`).
H A Ddist_app.rst140 Application. See :ref:`l2_fwd_app_cmd_arguments`.
143 Sample Application. See :ref:`l2_fwd_app_mbuf_init`.
146 Application. See :ref:`l2_fwd_app_dvr_init`.
149 Sample Application. See :ref:`l2_fwd_app_rx_init`.
152 Sample Application. See :ref:`l2_fwd_app_tx_init`.
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst31 :ref:`loading_contigmem` and :ref:`loading_nic_uio`. Normally, lines like
64 These examples can be compiled and run as described in :ref:`compiling_sample_apps`.
76 the instructions given in the next chapter, :ref:`building_from_source`
120 :ref:`running_non_root`
125 DPDK application, see section :ref:`running_sample_app`.
/dpdk/doc/guides/nics/
H A Daxgbe.rst33 See the :ref:`DPDK Getting Started Guide for Linux <linux_gsg>` for
38 For configuring and using UIO frameworks, please also refer :ref:`the
54 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
H A Dhinic.rst47 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…
53 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
H A Dngbe.rst38 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…
65 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
H A Dipn3ke.rst25 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…
28 section of the :ref:`Getting Started Guide for Linux <linux_gsg>`.
65 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
H A Dcxgbe.rst68 in :ref:`t5-nics` and :ref:`t6-nics`.
87 :ref:`linux-installation` for Linux and section :ref:`freebsd-installation`
338 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
448 :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
483 testpmd. Refer section :ref:`flow-control` for more details.
561 :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
666 section :ref:`driver-compilation`:
793 testpmd. Refer section :ref:`flow-control` for more details.
/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst25 on DPAA2 Architecture is described in :ref:`dpaa2_overview`.
35 in :ref:`dpaa2_overview`).
159 DPAA2_SEC driver has similar pre-requisites as described in :ref:`dpaa2_overview`.
164 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…
H A Dmlx5.rst36 See the :ref:`mlx5 common configuration <mlx5_common_env>`.
101 Please refer to :ref:`mlx5 common options <mlx5_common_driver_options>`
160 See :ref:`mlx5 common prerequisites <mlx5_linux_prerequisites>` for more details.
166 See :ref:`mlx5 common prerequisites <mlx5_windows_prerequisites>` for more details.
H A Ddpaa_sec.rst25 on DPAA Architecture is described in :ref:`dpaa_overview`.
107 DPAA_SEC driver has similar pre-requisites as described in :ref:`dpaa_overview`.
112 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK enviro…
/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst10 capability. Other than :ref:`KNI <kni>`, the software is just required to
50 The Mellanox devices are :ref:`natively bifurcated <bifurcated_driver>`,
58 the :ref:`flow_isolated_mode` can be configured.
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst65 Please refer to :ref:`mlx5 common options <mlx5_common_driver_options>`
84 See :ref:`mlx5 common prerequisites <mlx5_linux_prerequisites>` for more details.
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst131 See the earlier section on :ref:`linux_gsg_hugepages` for more details.
185 …ails about DPDK setup and Linux kernel requirements see :ref:`linux_gsg_compiling_dpdk` and :ref:`…

12345