Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/app/test-pipeline/
H A Dpipeline_hash.c28 *special = 0; *ext = 1; *key_size = 8; return; in translate_options()
30 *special = 0; *ext = 0; *key_size = 8; return; in translate_options()
32 *special = 0; *ext = 1; *key_size = 16; return; in translate_options()
34 *special = 0; *ext = 0; *key_size = 16; return; in translate_options()
36 *special = 0; *ext = 1; *key_size = 32; return; in translate_options()
38 *special = 0; *ext = 0; *key_size = 32; return; in translate_options()
41 *special = 1; *ext = 1; *key_size = 8; return; in translate_options()
43 *special = 1; *ext = 0; *key_size = 8; return; in translate_options()
88 uint32_t special, ext, key_size; in app_main_loop_worker_pipeline_hash() local
90 translate_options(&special, &ext, &key_size); in app_main_loop_worker_pipeline_hash()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst84 find a special source port number on translation so that the hash of
87 in the hash calculation, the Label Switching router can allocate a special
91 - In the case of a TCP stack, a special source port could be chosen for
132 * ``RTE_THASH_MINIMAL_SEQ`` - By default, the library generates a special bit
170 The ``rte_thash_get_complement()`` function returns a special bit sequence
H A Dsource_org.rst21 Drivers are special libraries which provide poll-mode driver implementations for
H A Ddmadev.rst67 Silent mode is a special device capability which does not require the
H A Dtimer_lib.rst37 A timer structure contains a special field called status,
H A Dtraffic_metering_and_policing.rst29 which is why the MTR objects are enabled through a special "meter" action.
H A Dmetrics_lib.rst22 being updated. In addition there is a special id ``RTE_METRICS_GLOBAL``
H A Devent_timer_adapter.rst251 In the special case that there is a set of event timers that should all expire
/dpdk/lib/eal/include/
H A Dmeson.build53 # special case install the generic headers, since they go in a subdir
/dpdk/app/
H A Dmeson.build79 # special case the autotests
/dpdk/config/x86/
H A Dmeson.build54 if f == 'PCLMUL' # special case flags with different defines
/dpdk/drivers/net/igc/base/
H A Digc_hw.h383 __le16 special; member
463 __le16 special; member
513 __le16 special; member
/dpdk/drivers/net/e1000/base/
H A De1000_hw.h371 __le16 special; member
451 __le16 special; member
501 __le16 special; member
/dpdk/doc/guides/nics/
H A Dhns3.rst123 scheduling of the system. In this special scenario, most of the
139 If the VF driver needs to support LSC, special patch must be added:
H A Dfm10k.rst14 support the addition of a Fabric Tag (FTAG) to carry special information.
H A Dnfp.rst115 this particular configuration requires the PMD to create ports in a special way,
/dpdk/doc/guides/rawdevs/
H A Dntb.rst20 Intel Non-transparent Bridge needs special BIOS setting. The reference for
/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst26 cut/paste and some other special bindings that make configuration and debug faster and easier.
/dpdk/config/
H A Dmeson.build17 # MS linker requires special treatment.
106 # cpu_instruction_set 'generic' is special, it selects the per arch agreed
/dpdk/doc/guides/rel_notes/
H A Drelease_18_02.rst51 With the special compilation, the rdma-core libraries will be loaded only in case
65 With the special compilation, the rdma-core libraries will be loaded only in case
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst146 There is also a special value "all" to request that all example applications whose
H A Dsys_reqs.rst14 For the majority of platforms, no special BIOS settings are needed to use basic DPDK functionality.
/dpdk/license/
H A Dlgpl-2.1.txt87 special circumstances.
89 For example, on rare occasions, there may be a special need to
320 reproducing the executable from it. However, as a special exception,
/dpdk/drivers/net/e1000/
H A Dem_rxtx.c816 rxm->vlan_tci = rte_le_to_cpu_16(rxd.special); in eth_em_recv_pkts()
1042 rxm->vlan_tci = rte_le_to_cpu_16(rxd.special); in eth_em_recv_scattered_pkts()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst232 #. Performance issue can be due to special cases

12