Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 107) sorted by relevance

12345

/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c955 struct mlx4_drop *drop = priv->drop; in mlx4_drop_get() local
957 if (drop) { in mlx4_drop_get()
961 return drop; in mlx4_drop_get()
963 drop = rte_malloc(__func__, sizeof(*drop), 0); in mlx4_drop_get()
964 if (!drop) in mlx4_drop_get()
971 if (!drop->cq) in mlx4_drop_get()
980 if (!drop->qp) in mlx4_drop_get()
982 priv->drop = drop; in mlx4_drop_get()
983 return drop; in mlx4_drop_get()
985 if (drop) { in mlx4_drop_get()
[all …]
H A Dmlx4_flow.h43 uint32_t drop:1; /**< This rule drops packets. */ member
/dpdk/drivers/common/cnxk/
H A Droc_npa.h55 roc_npa_aura_op_alloc(uint64_t aura_handle, const int drop) in roc_npa_aura_op_alloc() argument
60 if (drop) in roc_npa_aura_op_alloc()
197 if (drop) in roc_npa_pool_op_performance_counter()
198 op_wdata.s.drop |= BIT_ULL(63); /* DROP */ in roc_npa_pool_op_performance_counter()
222 const int drop) in roc_npa_aura_batch_alloc_issue() argument
243 cmp.compare_s.drop = drop; in roc_npa_aura_batch_alloc_issue()
342 const int dis_wait, const int drop, in roc_npa_aura_op_batch_alloc() argument
358 chunk, dis_wait, drop)) in roc_npa_aura_op_batch_alloc()
496 const int drop) in roc_npa_aura_bulk_alloc() argument
503 if (drop) in roc_npa_aura_bulk_alloc()
[all …]
/dpdk/lib/bpf/
H A Dbpf_pkt.c162 uint32_t drop) in apply_filter() argument
177 if (drop != 0) { in apply_filter()
192 uint32_t drop) in pkt_filter_vm() argument
202 return apply_filter(mb, rc, num, drop); in pkt_filter_vm()
207 uint32_t num, uint32_t drop) in pkt_filter_jit() argument
221 num = apply_filter(mb, rc, num, drop); in pkt_filter_jit()
228 uint32_t drop) in pkt_filter_mb_vm() argument
233 return apply_filter(mb, rc, num, drop); in pkt_filter_mb_vm()
238 uint32_t num, uint32_t drop) in pkt_filter_mb_jit() argument
250 num = apply_filter(mb, rc, num, drop); in pkt_filter_mb_jit()
/dpdk/examples/pipeline/examples/
H A Dfib.spec102 action drop args none {
103 drop
117 drop
120 default_action drop args none
148 drop
151 default_action drop args none
H A Dvxlan.spec165 action drop args none {
166 drop
179 drop
182 default_action drop args none
/dpdk/examples/server_node_efd/server/
H A Dmain.c61 uint64_t drop; member
149 flow_dist_stats.distributed, flow_dist_stats.drop); in do_stats_display()
163 filter->passed, filter->drop); in do_stats_display()
287 flow_dist_stats.drop++; in process_packets()
/dpdk/doc/guides/howto/
H A Drte_flow.rst16 Simple IPv4 drop
27 ipv4 dst is 192.168.3.2 / end actions drop / end
60 /* create the drop action */
108 Range IPv4 drop
123 end actions drop / end
158 /* create the drop action */
H A Dvfd.rst202 All queues drop
206 drop::
208 set all queues drop on|off
212 Enabling the ``all queues drop`` feature means that when there is no available
213 descriptor for the received packets they are dropped. The ``all queues drop``
217 VF packet drop
220 Run a testpmd runtime command on the PF to enable/disable the packet drop for
223 set vf split drop 0 0 on|off
225 This is a similar function as ``all queues drop``. The difference is that this
/dpdk/app/test/
H A Dtest_pmd_perf.c288 static uint64_t drop; variable
295 drop = 0; in reset_count()
360 drop += (nb_rx - nb_tx); in measure_rxtx()
400 drop += (nb_rx - nb_tx); in measure_rxonly()
438 drop += (nb_rx - nb_tx); in measure_txonly()
535 count, drop, idle); in main_loop()
/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst102 … | | miss) is to drop the packet. …
125 … | | miss) is to drop the packet. …
148 … | | miss) is to drop the packet. …
180 … | | miss) is to drop the packet. …
221 … | | miss) is to drop the packet. …
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c67 unsigned drop; member
105 pstats[p_num].rx, pstats[p_num].tx, pstats[p_num].drop); in print_stats()
363 pstats[dst].drop += (rx_c - tx_c); in lcore_main()
/dpdk/kernel/linux/kni/
H A Dkni_net.c315 goto drop; in kni_net_tx()
327 goto drop; in kni_net_tx()
353 goto drop; in kni_net_tx()
358 goto drop; in kni_net_tx()
368 drop: in kni_net_tx()
/dpdk/examples/server_node_efd/shared/
H A Dcommon.h33 uint64_t drop; member
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst367 The expected drop in performance is due to:
1166 Weighted Random Early Detection (WRED) and tail drop algorithms.
1195 In the case of severe congestion, the dropper resorts to tail drop.
1200 The RED/WRED/PIE algorithm is exercised first and tail drop second.
1470 * Calculates a packet drop probability
1472 * Makes a random decision to enqueue or drop an arriving packet
1474 The calculation of the drop probability occurs in two stages.
1477 An actual drop probability is then computed from the initial drop probability.
1522 * *Pb* = initial drop probability (from Equation 3)
1524 * *count* = number of packets that have arrived since the last drop
[all …]
/dpdk/doc/guides/nics/features/
H A Dtap.ini38 drop = Y key
H A Dmvpp2.ini36 drop = Y key
H A De1000.ini43 drop = Y key
H A Ddpaa2.ini47 drop = Y key
H A Dmlx4.ini48 drop = Y key
H A Dqede.ini48 drop = Y key
H A Dhinic.ini53 drop = Y key
H A Dcxgbe.ini51 drop = Y key
/dpdk/drivers/common/cnxk/hw/
H A Dnpa.h216 uint64_t drop : 1; member
345 uint64_t drop : 1; member
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.h148 uint8_t drop,

12345