Searched refs:ext (Results 1 – 17 of 17) sorted by relevance
| /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/app/test/ |
| H A D | test_hash_perf.c | 102 if (ext) in create_table() 130 if (!ext) in shuffle_input_keys() 158 unsigned int ext) in get_input_keys() argument 167 if (!ext) in get_input_keys() 259 if (!ext) in timed_adds() 322 if (!ext) { in timed_lookups() 401 if (!ext) { in timed_lookups_multi() 523 if (!ext) in timed_deletes() 567 unsigned int ext) in run_all_tbl_perf_tests() argument 586 shuffle_input_keys(i, ext); in run_all_tbl_perf_tests() [all …]
|
| H A D | test_rib.c | 181 void *ext; in test_get_fn() local 229 ext = rte_rib_get_ext(NULL); in test_get_fn() 230 RTE_TEST_ASSERT(ext == NULL, in test_get_fn()
|
| H A D | test_rib6.c | 182 void *ext; in test_get_fn() local 231 ext = rte_rib6_get_ext(NULL); in test_get_fn() 232 RTE_TEST_ASSERT(ext == NULL, in test_get_fn()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | test_pipeline.rst | 63 …plementation or fixed (specialized) key size implementation (e.g. hash-8-ext or hash-spec-8-ext).** 67 * **Key size (e.g. hash-spec-8-ext or hash-spec-16-ext).** 70 * **Table type (e.g. hash-spec-16-ext or hash-spec-16-lru).** 71 The available options are ext (extendable bucket) or lru (least recently used). 111 …| 4 | hash-[spec]-8-ext | Extendable bucket hash table with 8-byte key size | Same… 134 …| 6 | hash-[spec]-16-ext | Extendable bucket hash table with 16-byte key size | Same… 157 …| 8 | hash-[spec]-32-ext | Extendable bucket hash table with 32-byte key size | Same…
|
| H A D | ip_pipeline.rst | 397 ext | lru
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rib_lib.rst | 151 struct my_route_ext *ext = rte_rib_get_ext(route); 152 ext->feasible_nh = feasible_nh_from_rd; 164 ext = rte_rib_get_ext(route); 165 uint64_t new_nh = ext->feasible_nh;
|
| H A D | rte_flow.rst | 1072 - ``in_ecid_e``: ingress E-CID ext. 1073 - ``ecid_e``: E-CID ext.
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 216 unsigned int ext:1; member 236 unsigned int ext:1; member
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 137 unsigned int ext; /* loop descriptor index. */ member 184 ext_mem = ctx->ext_mem + ctx->ext; in __rte_pktmbuf_init_extmem() 186 RTE_ASSERT(ctx->ext < ctx->ext_num); in __rte_pktmbuf_init_extmem() 196 ++ctx->ext; in __rte_pktmbuf_init_extmem() 358 .ext = 0, in rte_pktmbuf_pool_create_extbuf()
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | flow_crypto.cli | 42 pipeline PIPELINE0 table match hash ext key 8 mask FFFFFFFF00000000 offset 282 buckets 1K size 4K a…
|
| H A D | flow.cli | 47 pipeline PIPELINE0 table match hash ext key 16 mask 00FF0000FFFFFFFFFFFFFFFFFFFFFFFF offset 278 buc…
|
| /dpdk/lib/rib/ |
| H A D | rte_rib.c | 38 __extension__ uint64_t ext[0]; member 367 return (node == NULL) ? NULL : &node->ext[0]; in rte_rib_get_ext()
|
| H A D | rte_rib6.c | 37 __extension__ uint64_t ext[0]; member 438 return (node == NULL) ? NULL : &node->ext[0]; in rte_rib6_get_ext()
|
| /dpdk/doc/guides/nics/ |
| H A D | vhost.rst | 62 #. ``ext-buffer``:
|
| H A D | softnic.rst | 342 pipeline RX table match hash ext key 16 mask 353 pipeline TX table match hash ext key 16 mask
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 3845 uint16_t type, ext, ordinal, attr; in bnxt_set_eeprom_op() local 3882 ext = in_eeprom->magic & 0xffff; in bnxt_set_eeprom_op() 3886 return bnxt_hwrm_flash_nvram(bp, type, ordinal, ext, attr, in bnxt_set_eeprom_op()
|