Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/lib/eal/windows/
H A Deal_memory.c138 SP_DEVICE_INTERFACE_DETAIL_DATA *detail = NULL; in eal_mem_virt2iova_init() local
166 detail = malloc(detail_size); in eal_mem_virt2iova_init()
167 if (detail == NULL) { in eal_mem_virt2iova_init()
173 detail->cbSize = sizeof(*detail); in eal_mem_virt2iova_init()
175 list, &ifdata, detail, detail_size, NULL, NULL)) { in eal_mem_virt2iova_init()
180 RTE_LOG(DEBUG, EAL, "Found virt2phys device: %s\n", detail->DevicePath); in eal_mem_virt2iova_init()
183 detail->DevicePath, 0, 0, NULL, OPEN_EXISTING, 0, NULL); in eal_mem_virt2iova_init()
193 free(detail); in eal_mem_virt2iova_init()
/dpdk/doc/guides/windows_gsg/
H A Dintro.rst10 going deeply into detail.
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst43 and are explained in detail in the *DPDK API Documentation*.
73 detail in the "Mbuf Library" section of the *DPDK Programmer's Guide*.
133 with destination ip equals to 192.168.1.1 to queue number 1. The detail
H A Dskeleton.rst41 and are explained in detail in the *DPDK API Documentation*.
71 detail in the "Mbuf Library" section of the *DPDK Programmer's Guide*.
H A Dptpclient.rst85 and are explained in detail in the *DPDK API Documentation*.
122 detail in the "Mbuf Library" section of the *DPDK Programmer's Guide*.
H A Dflow_classify.rst61 and are explained in detail in the *DPDK API Documentation*.
108 detail in the "Mbuf Library" section of the *DPDK Programmer's Guide*.
H A Dethtool.rst84 application`_. Individual call-back functions handle the detail
H A Dipv4_multicast.rst148 This is explained in more detail in the next section.
187 there are some differences in the detail.
H A Ddma.rst110 ``rte_`` and are explained in detail in the *DPDK API Documentation*.
140 detail in the "Mbuf Library" section of the *DPDK Programmer's Guide*.
H A Deventdev_pipeline.rst64 Configuration of the eventdev is covered in detail in the programmers guide,
H A Dl2_forward_cat.rst163 and are explained in detail in the *DPDK API Documentation*.
H A Dl3_forward_access_ctrl.rst32 The following sections provide more detail.
/dpdk/doc/guides/linux_gsg/
H A Dintro.rst10 without going deeply into detail.
H A Dbuild_sample_apps.rst13 Please refer to :ref:`building_app_using_installed_dpdk` for detail on compiling sample apps.
/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst11 deeply into detail.
/dpdk/doc/guides/nics/
H A Dvhost.rst13 Please refer to Chapter "Vhost Library" of *DPDK Programmer's Guide* to know detail of vhost.
H A Dintel_vf.rst39 For more detail on SR-IOV, please refer to the following documents:
81 For more detail on SR-IOV, please refer to the following documents:
92 …. The same devargs with the same parameters can be applied to IAVF PMD, for detail please reference
/dpdk/doc/guides/cryptodevs/
H A Daesni_gcm.rst15 refer to ``rte_crypto`` programmer's guide for more detail.
/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst41 For more detail on the callback function parameters, please refer to the
H A Dpoll_mode_drv.rst416 * detail 1
417 * detail 2
418 * detail n
436 ``tx`` indicates transmission, ``size`` is the first detail, ``128`` etc are
H A Dbuild-sdk-meson.rst28 More detail on each of these steps can be got from the following sections.
H A Dgeneric_segmentation_offload_lib.rst69 is explained in more detail in `GSO Output Segment Format`_.
H A Dpacket_framework.rst534 :numref:`figure_figure34`, :numref:`table_qos_25` and :numref:`table_qos_26` detail the main data s…
607 :numref:`figure_figure35` and :numref:`table_qos_27` detail the bucket search pipeline stages (eith…
808 …ref:`figure_figure38`, :numref:`table_qos_30` and :numref:`table_qos_31` detail the main data stru…
887 and detail the bucket search pipeline used to implement 8-byte and 16-byte key hash tables (either …
H A Dpacket_classif_access_ctrl.rst410 with multiple categories in more detail.
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst104 is declared. When changing the major ABI version, the release notes will detail

12