| /dpdk/lib/eal/include/ |
| H A D | meson.build | 55 'generic/rte_atomic.h', 57 'generic/rte_cpuflags.h', 58 'generic/rte_cycles.h', 59 'generic/rte_io.h', 60 'generic/rte_mcslock.h', 61 'generic/rte_memcpy.h', 62 'generic/rte_pause.h', 63 'generic/rte_pflock.h', 65 'generic/rte_prefetch.h', 66 'generic/rte_rwlock.h', [all …]
|
| H A D | rte_trace_point.h | 79 __RTE_TRACE_POINT(generic, tp, args, __VA_ARGS__)
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_trace_points.c | 10 lib.eal.generic.void) 12 lib.eal.generic.u64) 14 lib.eal.generic.u32) 16 lib.eal.generic.u16) 18 lib.eal.generic.u8) 20 lib.eal.generic.i64) 22 lib.eal.generic.i32) 24 lib.eal.generic.i16) 26 lib.eal.generic.i8) 28 lib.eal.generic.int) [all …]
|
| /dpdk/config/arm/ |
| H A D | meson.build | 39 'generic': { 223 'generic': implementer_generic, 235 'implementer': 'generic', 236 'part_number': 'generic' 241 'implementer': 'generic', 398 'generic': soc_generic, 450 # machine=generic/default is the same as soc=generic 454 if cpu_instruction_set == 'generic' 455 soc = 'generic' 511 '(-Dplatform=generic) build.') [all …]
|
| H A D | arm64_armv8_linux_gcc | 17 platform = 'generic'
|
| H A D | arm64_armv8_linux_clang_ubuntu1804 | 17 platform = 'generic'
|
| H A D | arm64_armv8_linux_clang_ubuntu | 17 platform = 'generic'
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_controlq.c | 186 desc->params.generic.addr_high = in ice_alloc_rq_bufs() 188 desc->params.generic.addr_low = in ice_alloc_rq_bufs() 190 desc->params.generic.param0 = 0; in ice_alloc_rq_bufs() 191 desc->params.generic.param1 = 0; in ice_alloc_rq_bufs() 890 LE32_TO_CPU(cq_desc->params.generic.param0), in ice_debug_cq() 891 LE32_TO_CPU(cq_desc->params.generic.param1)); in ice_debug_cq() 893 LE32_TO_CPU(cq_desc->params.generic.addr_high), in ice_debug_cq() 894 LE32_TO_CPU(cq_desc->params.generic.addr_low)); in ice_debug_cq() 1021 desc_on_ring->params.generic.addr_high = in ice_sq_send_cmd_nolock() 1023 desc_on_ring->params.generic.addr_low = in ice_sq_send_cmd_nolock() [all …]
|
| H A D | ice_sched.c | 903 buf->generic[i].data.valid_sections = in ice_sched_add_elems() 906 buf->generic[i].data.generic = 0; in ice_sched_add_elems() 907 buf->generic[i].data.cir_bw.bw_profile_idx = in ice_sched_add_elems() 909 buf->generic[i].data.cir_bw.bw_alloc = in ice_sched_add_elems() 913 buf->generic[i].data.eir_bw.bw_alloc = in ice_sched_add_elems() 1269 if (buf[0].generic[j].data.elem_type == in ice_sched_init_port() 3253 bw_t_info->generic = prio; in ice_set_clear_prio() 3254 if (bw_t_info->generic) in ice_set_clear_prio() 5317 data->generic |= priority; in ice_sched_cfg_sibl_node_prio() 5385 data->generic = priority; in ice_sched_replay_node_prio() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rawdev.rst | 23 way to manage such devices in a generic manner without expecting changes to 24 library or EAL for each device type. This library provides a generic set of 33 1. Following are some generic operations which can be treated as applicable 91 driver. Thus, a generic device needs to have an identifier and a driver
|
| H A D | dmadev.rst | 8 of hardware and software DMA poll mode drivers, defining generic API which 15 The DMA framework provides a generic DMA device framework which supports both 16 physical (hardware) and virtual (software) DMA devices, as well as a generic DMA
|
| H A D | profile_app.rst | 66 Low-resolution generic counter 97 Please refer to :doc:`../linux_gsg/build_dpdk` for generic details on compiling DPDK with meson.
|
| H A D | regexdev.rst | 8 provisioning of hardware and software RegEx poll mode drivers, defining generic 17 a generic Crypto device framework which supports both physical (hardware) 18 and virtual (software) RegEx devices as well as a generic RegEx API which allows
|
| H A D | gpudev.rst | 11 By means of the generic GPU interface provided by this library, 35 - Interoperability with device-specific library through generic handlers. 53 through an ``uint64_t`` generic handler (e.g. CUDA Driver context)
|
| H A D | bpf_lib.rst | 33 DPDK supports two non-generic instructions: ``(BPF_ABS | size | BPF_LD)``
|
| /dpdk/lib/mempool/ |
| H A D | mempool_trace_points.c | 19 lib.mempool.generic.put) 25 lib.mempool.generic.get)
|
| /dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 29 The stats parameter controls the printing of generic port statistics. If no 37 The stats-reset parameter controls the resetting of generic port statistics. If 38 no port mask is specified, the generic stats are reset for all DPDK ports.
|
| /dpdk/config/ |
| H A D | meson.build | 91 cpu_instruction_set = 'generic' 100 elif platform == 'generic' 102 cpu_instruction_set = 'generic' 106 # cpu_instruction_set 'generic' is special, it selects the per arch agreed 113 if cpu_instruction_set == 'generic' 115 # matches the old pre-meson build systems generic cpu_instruction_set 120 # arm64 manages generic config in config/arm/meson.build 121 cpu_instruction_set = 'generic'
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 37 * **Added support for generic flow API (rte_flow) on igb NICs.** 39 This API provides a generic means of configuring hardware to match specific 43 Added generic flow API support for Ethernet, IPv4, UDP, TCP and RAW pattern 47 * **Added support for generic flow API (rte_flow) on enic.** 176 This application has a generic framework to add new eventdev based test cases 258 * Made ``rte_devargs`` structure internal device representation generic to
|
| H A D | release_18_02.rst | 157 The pipeline use case has been made generic to work with all the event 165 ``eventdev_pipeline_sw_pmd`` to the more generic ``eventdev_pipeline``. 167 * **Added Rawdev, a generic device support library.** 169 The Rawdev library provides support for integrating any generic device type with 173 A set of northbound APIs have been defined which encompass a generic set of 182 Added a generic channel in EAL for multi-process (primary/secondary) communication.
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 233 build build-x86-generic cc skipABI -Dcheck_includes=true \ 281 build_path=$(readlink -f $builds_dir/build-x86-generic)
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 27 # If using a generic build, select the lowest common denominator 28 if platform == 'generic'
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 108 * ``-Dplatform=generic`` will use configuration that works on all machines 120 * ``-Dplatform=generic`` sets ``cpu_instruction_set`` to ``generic``,
|
| /dpdk/doc/guides/nics/ |
| H A D | txgbe.rst | 154 TXGBE PMD supports generic flow API which configures hardware to match specific 174 TXGBE PMD supports generic DPDK Traffic Management API which allows to
|
| /dpdk/doc/api/ |
| H A D | doxy-api.conf.in | 29 @TOPDIR@/lib/eal/include/generic \
|