| /dpdk/lib/table/ |
| H A D | rte_swx_table_learner.c | 437 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 D | rte_swx_table_em.c | 590 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 D | rte_swx_table_learner.h | 144 int *hit);
|
| H A D | rte_swx_table_wm.c | 440 int *hit) in table_lookup() argument 448 *hit = 0; in table_lookup() 455 *hit = 1; in table_lookup()
|
| H A D | rte_swx_table.h | 255 int *hit);
|
| /dpdk/.github/workflows/ |
| H A D | build.yml | 118 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 D | tf_shadow_identifier.c | 135 *parms->hit = 1; in tf_shadow_ident_search() 140 *parms->hit = 0; in tf_shadow_ident_search()
|
| H A D | tf_shadow_identifier.h | 99 bool *hit; member
|
| H A D | tf_identifier.h | 95 bool *hit; member
|
| H A D | tf_core.h | 1035 bool hit; member 1307 uint8_t hit; member 1395 uint8_t hit; member
|
| H A D | tf_tcam.h | 140 uint8_t hit; member
|
| H A D | tf_identifier.c | 343 sparms.hit = parms->hit; in tf_ident_search()
|
| H A D | tf_shadow_tcam.c | 563 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 D | tf_core.c | 585 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 D | packet_framework.rst | 38 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 D | hash_lib.rst | 39 …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 D | compressdev.rst | 252 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 D | rte_swx_pipeline.c | 2120 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 D | ipsec-secgw.h | 90 uint64_t hit; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 10 ; Each table key expires automatically after a configurable timeout period if not hit during this
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | test_pipeline.rst | 21 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 D | server_node_efd.rst | 187 If there is a hit, packet is stored in a buffer, to be eventually transmitted
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_aso.c | 473 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 D | ulp_mapper.c | 2012 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 D | vmxnet3.rst | 150 … a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.
|