Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 49) sorted by relevance

12

/dpdk/app/test/
H A Dtest_pie.c201 return (double)dropped / ((double)enqueued + (double)dropped); in calc_drop_rate()
292 uint32_t *dropped) in enqueue_dequeue_func() argument
307 (*dropped)++; in enqueue_dequeue_func()
343 .dropped = ft_dropped,
566 .dropped = ft_dropped,
727 uint32_t *dropped, in enqueue_dequeue_perf() argument
759 (*dropped)++; in enqueue_dequeue_perf()
782 .dropped = pt_dropped,
838 *tcfg->tvar->dropped, in perf_test()
858 .dropped = pt_dropped,
[all …]
H A Dtest_red.c208 return (double)dropped / ((double)enqueued + (double)dropped); in calc_drop_rate()
293 *tcfg->tvar->dropped = 0; in test_rte_red_init()
401 .dropped = ft_dropped,
483 *tcfg->tvar->dropped = 0; in func_test1()
613 *tcfg->tvar->dropped = 0; in func_test2()
940 .dropped = ft5_dropped,
1214 uint32_t *dropped, in enqueue_dequeue_perf() argument
1232 (*dropped)++; in enqueue_dequeue_perf()
1249 .dropped = pt_dropped,
1357 .dropped = pt_dropped,
[all …]
/dpdk/doc/guides/nics/
H A Dkni.rst131 RX errors 0 dropped 0 overruns 0 frame 0
133 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
138 RX errors 0 dropped 0 overruns 0 frame 0
140 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
158 RX-packets: 35637905 RX-dropped: 0 RX-total: 35637905
159 TX-packets: 35637947 TX-dropped: 0 TX-total: 35637947
163 RX-packets: 35637915 RX-dropped: 0 RX-total: 35637915
164 TX-packets: 35637937 TX-dropped: 0 TX-total: 35637937
168 RX-packets: 71275820 RX-dropped: 0 RX-total: 71275820
169 TX-packets: 71275884 TX-dropped: 0 TX-total: 71275884
H A Dmvpp2.rst180 - ``rx_fullq_dropped``: number of RX packets dropped due to full RX queue
181 - ``rx_bm_dropped``: number of RX packets dropped due to no available buffers in the HW pool
182 - ``rx_early_dropped``: number of RX packets that were early dropped
183 - ``rx_fifo_dropped``: number of RX packets dropped due to RX fifo overrun
184 - ``rx_cls_dropped``: number of RX packets dropped by classifier
518 above rule will be dropped.
529 and tcp source port set to 16 will be dropped.
541 addresses set to 10.10.1.1 and 11.11.11.1 respectively will be dropped.
H A Digc.rst48 dropped, and if configured, the queue from which the packet was sent is disabled.
H A Dpcap_ring.rst256 RX-packets: 462384736 RX-dropped: 0 RX-total: 462384736
257 TX-packets: 462384768 TX-dropped: 0 TX-total: 462384768
/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c13 dropped, enumerator
58 case dropped: return sw->stats.rx_dropped; in get_dev_stat()
78 case dropped: return p->stats.rx_dropped; in get_port_stat()
113 case dropped: return qid->stats.rx_dropped; in get_qid_stat()
187 static const enum xstats_type dev_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator
199 static const enum xstats_type port_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator
218 static const enum xstats_type qid_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h99 uint64_t dropped; member
167 core_statistics[lcore_id].dropped += n; in core_stats_update_drop()
H A Dipsec-secgw.c353 core_statistics[coreid].dropped, in print_stats_cb()
358 total_packets_dropped += core_statistics[coreid].dropped; in print_stats_cb()
2963 total_pkts_dropped = core_statistics[coreid].dropped; in handle_telemetry_cmd_ipsec_secgw_stats()
2974 total_pkts_dropped += core_statistics[coreid].dropped; in handle_telemetry_cmd_ipsec_secgw_stats()
3006 total->dropped = lcore_stats->dropped; in update_lcore_statistics()
/dpdk/examples/link_status_interrupt/
H A Dmain.c99 uint64_t dropped; member
153 port_statistics[portid].dropped); in print_stats()
155 total_packets_dropped += port_statistics[portid].dropped; in print_stats()
709 &port_statistics[portid].dropped); in main()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c95 uint64_t dropped; member
148 port_statistics[portid].dropped); in print_stats()
150 total_packets_dropped += port_statistics[portid].dropped; in print_stats()
711 &port_statistics[portid].dropped); in main()
/dpdk/examples/l2fwd/
H A Dmain.c110 uint64_t dropped; member
148 port_statistics[portid].dropped); in print_stats()
150 total_packets_dropped += port_statistics[portid].dropped; in print_stats()
864 &port_statistics[portid].dropped); in main()
/dpdk/doc/guides/tools/
H A Ddumpcap.rst60 Packets received/dropped on interface '0000:00:03.0' 6/0
64 Packets received/dropped on interface '0000:00:03.0' 10/8
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c106 uint64_t dropped; member
311 port_statistics[portid].dropped); in show_stats_cb()
313 total_packets_dropped += port_statistics[portid].dropped; in show_stats_cb()
934 &port_statistics[portid].dropped); in main()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.h63 uint64_t dropped; member
H A Dl2fwd_poll.c163 &rsrc->port_stats[port_id].dropped); in l2fwd_poll_init_tx_buffers()
H A Dmain.c488 rsrc->port_stats[port_id].dropped); in print_stats()
491 rsrc->port_stats[port_id].dropped; in print_stats()
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst125 * DROP: The packet is dropped.
131 * Every packet which color has improved is dropped (this particular case can't happen, so these v…
H A Dl3_forward_access_ctrl.rst9 …kets that are in the Access Control List (ACL), which is loaded during initialization, are dropped.
25 performs a lookup in the rule database to figure out whether the packets should be dropped (in the …
182 For priority reasons, Packet 1 matches Rule 1 and is dropped.
215 If an ACL rule is matched, the packets will be dropped and return back to step 1.
217 If there is no matches for the packet, then the packet is dropped.
H A Dserver_node_efd.rst78 that this is a new flow, which is dropped.
188 in one of the enabled ports. If key is not there, packet is dropped, since the
197 and dropped packets, which are shown and refreshed by the server app.
H A Dqos_scheduler.rst143 went through the scheduler properly and the number of packets that were dropped.
148 went through the scheduler properly and the number of packets that were dropped.
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst67 the number of packets and bytes dropped or passed for each output color.
H A Dqos_framework.rst62 … | priority. When congestion is experienced, lower priority packets are dropped |
424 then all the packets destined to the same queue are dropped until packets are consumed (by the dequ…
621 …| | | while the bucket is full are dropped. …
1146 its packets should be dropped as soon as possible (before they reach the hierarchical scheduler),
1183 … congestion level in the queue and decide whether an arriving packet should be enqueued or dropped.
1190 the RED algorithm calculates the probability that an arriving packet should be dropped and
1197 In this situation, all arriving packets are dropped.
1267 to a mark probability of 1/10 (that is, 1 in 10 packets will be dropped).
1480 since the last packet was dropped.
1501 If the average queue size is at or above the maximum threshold, an arriving packet is dropped.
[all …]
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst175 compatibility with the last major ABI version is then dropped.
295 is then dropped for the duration of this release cycle.
354 applications using the symbol. The alias is then dropped at the declaration of
/dpdk/doc/guides/howto/
H A Dvfd.rst192 that have the assigned VLAN IDs can be received. Other packets will be dropped
213 descriptor for the received packets they are dropped. The ``all queues drop``

12