Searched refs:miss (Results 1 – 17 of 17) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 91 uint64_t miss; member 115 uint64_t miss; member 119 uint64_t miss; member
|
| H A D | ipsec-secgw.c | 1037 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 D | test_pipeline.rst | 102 … | | 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 D | vm_power_management.rst | 47 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 D | flow_crypto.cli | 10 ; +-----------> SINK0 (flow lookup miss)
|
| H A D | flow.cli | 14 ; +-----------> SINK0 (flow lookup miss)
|
| H A D | route.cli | 14 ; +-----------> SINK0 (route miss)
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 8 ; takes place by having the default action (i.e. the table action which is executed on lookup miss)
|
| /dpdk/app/test/ |
| H A D | test_member_perf.c | 135 int miss) in setup_keys_and_data() argument 181 if (!miss) { in setup_keys_and_data()
|
| /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) 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 D | hash_lib.rst | 40 …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 D | lpm6_lib.rst | 176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
|
| H A D | switch_representation.rst | 128 Polling large number of ports brings more CPU load, cache miss and
|
| H A D | member_lib.rst | 258 sub-table> pair for the current active set of flows. When a miss occurs (as
|
| H A D | rte_flow.rst | 4124 group where it tries to match on a 5-tuple, that will miss and send
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | sys_reqs.rst | 146 Without hugepages, high TLB miss rates would occur with the standard 4k page size, slowing performa…
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 10009 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()
|