| /dpdk/app/test-pipeline/ |
| H A D | pipeline_hash.c | 28 *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 D | toeplitz_hash_lib.rst | 84 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 D | source_org.rst | 21 Drivers are special libraries which provide poll-mode driver implementations for
|
| H A D | dmadev.rst | 67 Silent mode is a special device capability which does not require the
|
| H A D | timer_lib.rst | 37 A timer structure contains a special field called status,
|
| H A D | traffic_metering_and_policing.rst | 29 which is why the MTR objects are enabled through a special "meter" action.
|
| H A D | metrics_lib.rst | 22 being updated. In addition there is a special id ``RTE_METRICS_GLOBAL``
|
| H A D | event_timer_adapter.rst | 251 In the special case that there is a set of event timers that should all expire
|
| /dpdk/lib/eal/include/ |
| H A D | meson.build | 53 # special case install the generic headers, since they go in a subdir
|
| /dpdk/app/ |
| H A D | meson.build | 79 # special case the autotests
|
| /dpdk/config/x86/ |
| H A D | meson.build | 54 if f == 'PCLMUL' # special case flags with different defines
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 383 __le16 special; member 463 __le16 special; member 513 __le16 special; member
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_hw.h | 371 __le16 special; member 451 __le16 special; member 501 __le16 special; member
|
| /dpdk/doc/guides/nics/ |
| H A D | hns3.rst | 123 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 D | fm10k.rst | 14 support the addition of a Fabric Tag (FTAG) to carry special information.
|
| H A D | nfp.rst | 115 this particular configuration requires the PMD to create ports in a special way,
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 20 Intel Non-transparent Bridge needs special BIOS setting. The reference for
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 26 cut/paste and some other special bindings that make configuration and debug faster and easier.
|
| /dpdk/config/ |
| H A D | meson.build | 17 # 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 D | release_18_02.rst | 51 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 D | build_dpdk.rst | 146 There is also a special value "all" to request that all example applications whose
|
| H A D | sys_reqs.rst | 14 For the majority of platforms, no special BIOS settings are needed to use basic DPDK functionality.
|
| /dpdk/license/ |
| H A D | lgpl-2.1.txt | 87 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 D | em_rxtx.c | 816 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 D | debug_troubleshoot.rst | 232 #. Performance issue can be due to special cases
|