Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/lib/table/
H A Drte_swx_table_learner.c437 uint32_t hit; member
510 m->hit = 1; in rte_swx_table_learner_lookup()
516 *hit = 1; in rte_swx_table_learner_lookup()
522 m->hit = 0; in rte_swx_table_learner_lookup()
525 *hit = 0; in rte_swx_table_learner_lookup()
531 m->hit = 0; in rte_swx_table_learner_lookup()
534 *hit = 0; in rte_swx_table_learner_lookup()
554 if (m->hit) { in rte_swx_table_learner_add()
590 m->hit = 1; in rte_swx_table_learner_add()
607 if (m->hit) { in rte_swx_table_learner_delete()
[all …]
H A Drte_swx_table_em.c590 int *hit) in table_lookup_unoptimized() argument
618 *hit = 1; in table_lookup_unoptimized()
622 *hit = 0; in table_lookup_unoptimized()
687 int *hit) in table_lookup() argument
763 *hit = lkp_hit; in table_lookup()
773 hit); in table_lookup()
H A Drte_swx_table_learner.h144 int *hit);
H A Drte_swx_table_wm.c440 int *hit) in table_lookup() argument
448 *hit = 0; in table_lookup()
455 *hit = 1; in table_lookup()
H A Drte_swx_table.h255 int *hit);
/dpdk/.github/workflows/
H A Dbuild.yml118 if: env.ABI_CHECKS == 'true' && steps.libabigail-cache.outputs.cache-hit != 'true'
183 if: steps.image_cache.outputs.cache-hit != 'true'
190 if: steps.image_cache.outputs.cache-hit != 'true'
193 if: steps.image_cache.outputs.cache-hit != 'true'
199 if: steps.image_cache.outputs.cache-hit != 'true'
205 if: steps.image_cache.outputs.cache-hit != 'true'
249 if: steps.image_cache.outputs.cache-hit != 'true'
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_identifier.c135 *parms->hit = 1; in tf_shadow_ident_search()
140 *parms->hit = 0; in tf_shadow_ident_search()
H A Dtf_shadow_identifier.h99 bool *hit; member
H A Dtf_identifier.h95 bool *hit; member
H A Dtf_core.h1035 bool hit; member
1307 uint8_t hit; member
1395 uint8_t hit; member
H A Dtf_tcam.h140 uint8_t hit; member
H A Dtf_identifier.c343 sparms.hit = parms->hit; in tf_ident_search()
H A Dtf_shadow_tcam.c563 sparms->hit = 0; in tf_shadow_tcam_search()
640 sparms->hit = 1; in tf_shadow_tcam_search()
672 sparms->hit = 0; in tf_shadow_tcam_search()
H A Dtf_core.c585 sparms.hit = &parms->hit; in tf_search_identifier()
664 parms->hit = sparms.hit; in tf_search_tcam_entry()
/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst38 one of the table entries (on lookup hit) or the default table entry (on lookup miss)
239 …| | | lookup operation for each packet: a set bit signifies lookup hit for the c…
242 …| | | For each lookup hit packet, the lookup operation also returns a pointer to…
243 …| | | entry that was hit, which contains the actions to be applied on the packet…
414 …ation maintains the order in which the keys in the same bucket are hit, so every time a key is hit,
680 …| | | Report input key as lookup hit only when both …
687 …| | | (the current key becomes the new MRU) only on lookup hit. …
690 …| | | branches, this is done on both lookup hit and miss). …
925 …| | | #. Report input key as lookup hit only when a match is identifi…
929 …| | | (the current key becomes the new MRU) only on lookup hit. …
[all …]
H A Dhash_lib.rst39 …rovided as input. If an entry with the specified key is found in the hash table (i.e., lookup hit),
297 …If the returned position is valid (flow lookup hit), use the returned position to access the flow …
H A Dcompressdev.rst252 hit. Application can consume output data in this case, if required.
256 out of space condition hit. PMD has ability to recover
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2120 int done, hit; in instr_table_exec() local
2128 &hit); in instr_table_exec()
2152 t->hit = hit; in instr_table_exec()
2172 int done, hit; in instr_table_af_exec() local
2180 &hit); in instr_table_af_exec()
2205 t->hit = hit; in instr_table_af_exec()
2267 int done, hit; in instr_learner_exec() local
2278 &hit); in instr_learner_exec()
2302 t->hit = hit; in instr_learner_exec()
2361 t->hit = hit; in instr_learner_af_exec()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h90 uint64_t hit; member
/dpdk/examples/pipeline/examples/
H A Dlearner.spec10 ; Each table key expires automatically after a configurable timeout period if not hit during this
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst21 are hit by the input packets and feeds it to core C through another set of software queues.
229 the same input traffic can be used to hit all table entries with uniform distribution,
H A Dserver_node_efd.rst187 If there is a hit, packet is stored in a buffer, to be eventually transmitted
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c473 uint8_t hit; in mlx5_aso_age_action_update() local
481 hit = (u8addr[byte] >> offset) & 0x1; in mlx5_aso_age_action_update()
482 if (hit) { in mlx5_aso_age_action_update()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c2012 uint32_t hit = 0; in ulp_mapper_tcam_tbl_process() local
2134 hit = aparms.hit; in ulp_mapper_tcam_tbl_process()
2169 hit = searchparms.hit; in ulp_mapper_tcam_tbl_process()
2183 if (!hit || tbl->tbl_opcode == BNXT_ULP_TCAM_TBL_OPC_ALLOC_WR_REGFILE) { in ulp_mapper_tcam_tbl_process()
/dpdk/doc/guides/nics/
H A Dvmxnet3.rst150 … a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.

12