Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h91 uint64_t miss; member
115 uint64_t miss; member
119 uint64_t miss; member
H A Dipsec-secgw.c1037 core_statistics[lcoreid].lpm4.miss++; in route4_pkts()
1091 core_statistics[lcoreid].lpm6.miss++; in route6_pkts()
3018 total->outbound.sad.miss += lcore_stats->outbound.sad.miss; in update_lcore_statistics()
3029 total->inbound.sad.miss += lcore_stats->inbound.sad.miss; in update_lcore_statistics()
3033 total->lpm4.miss += lcore_stats->lpm4.miss; in update_lcore_statistics()
3034 total->lpm6.miss += lcore_stats->lpm6.miss; in update_lcore_statistics()
3110 total_stats.outbound.sad.miss); in handle_telemetry_cmd_ipsec_secgw_stats_outbound()
3162 total_stats.inbound.sad.miss); in handle_telemetry_cmd_ipsec_secgw_stats_inbound()
3232 total_stats.lpm4.miss); in handle_telemetry_cmd_ipsec_secgw_stats_routing()
3238 total_stats.lpm6.miss); in handle_telemetry_cmd_ipsec_secgw_stats_routing()
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst102 … | | miss) is to drop the pac…
125 … | | miss) is to drop the pac…
148 … | | miss) is to drop the pac…
180 … | | miss) is to drop the pac…
221 … | | miss) is to drop the pac…
H A Dvm_power_management.rst47 branch miss/hit ratio. See :ref:`enabling_out_of_band`.
129 doing this is to monitor the ratio of the branch miss to branch hits
/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli10 ; +-----------> SINK0 (flow lookup miss)
H A Dflow.cli14 ; +-----------> SINK0 (flow lookup miss)
H A Droute.cli14 ; +-----------> SINK0 (route miss)
/dpdk/examples/pipeline/examples/
H A Dlearner.spec8 ; takes place by having the default action (i.e. the table action which is executed on lookup miss)
/dpdk/app/test/
H A Dtest_member_perf.c135 int miss) in setup_keys_and_data() argument
181 if (!miss) { in setup_keys_and_data()
/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)
240 …| | | packet, while a cleared bit a lookup miss. …
246 …| | | For each lookup miss packet, the actions to be applied on the packet and a…
248 …| | | miss. …
276 …no value is currently associated with *key*, then this operation returns void value (lookup miss).
512 This is because the cost of L2/L3 cache memory miss on memory read accesses is high, as usually due…
684 …| | | are equal to TRUE and as lookup miss otherwise. …
690 …| | | branches, this is done on both lookup hit and miss). …
704 …executing the non-optimized version, some of these packets may produce a lookup hit or lookup miss.
932 …| | | avoid branches, this is done on both lookup hit and miss). …
[all …]
H A Dhash_lib.rst40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
298 Otherwise (flow lookup miss) there is no flow registered for the current packet.
H A Dlpm6_lib.rst176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
H A Dswitch_representation.rst128 Polling large number of ports brings more CPU load, cache miss and
H A Dmember_lib.rst258 sub-table> pair for the current active set of flows. When a miss occurs (as
H A Drte_flow.rst4124 group where it tries to match on a 5-tuple, that will miss and send
/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst146 Without hugepages, high TLB miss rates would occur with the standard 4k page size, slowing performa…
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c10009 void (*miss)(struct rte_eth_dev *, void *),
10290 void (*miss)(struct rte_eth_dev *, void *), in mlx5_access_tunnel_offload_db()
10307 if (!verdict && miss) in mlx5_access_tunnel_offload_db()
10308 miss(dev, ctx); in mlx5_access_tunnel_offload_db()