Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 17 of 17) sorted by relevance

/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/app/test/
H A Dtest_hash_perf.c102 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 Dtest_rib.c181 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 Dtest_rib6.c182 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 Dtest_pipeline.rst63 …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 Dip_pipeline.rst397 ext | lru
/dpdk/doc/guides/prog_guide/
H A Drib_lib.rst151 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 Drte_flow.rst1072 - ``in_ecid_e``: ingress E-CID ext.
1073 - ``ecid_e``: E-CID ext.
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h216 unsigned int ext:1; member
236 unsigned int ext:1; member
/dpdk/lib/mbuf/
H A Drte_mbuf.c137 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 Dflow_crypto.cli42 pipeline PIPELINE0 table match hash ext key 8 mask FFFFFFFF00000000 offset 282 buckets 1K size 4K a…
H A Dflow.cli47 pipeline PIPELINE0 table match hash ext key 16 mask 00FF0000FFFFFFFFFFFFFFFFFFFFFFFF offset 278 buc…
/dpdk/lib/rib/
H A Drte_rib.c38 __extension__ uint64_t ext[0]; member
367 return (node == NULL) ? NULL : &node->ext[0]; in rte_rib_get_ext()
H A Drte_rib6.c37 __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 Dvhost.rst62 #. ``ext-buffer``:
H A Dsoftnic.rst342 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 Dbnxt_ethdev.c3845 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()