| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 955 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 D | mlx4_flow.h | 43 uint32_t drop:1; /**< This rule drops packets. */ member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npa.h | 55 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 D | bpf_pkt.c | 162 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 D | fib.spec | 102 action drop args none { 103 drop 117 drop 120 default_action drop args none 148 drop 151 default_action drop args none
|
| H A D | vxlan.spec | 165 action drop args none { 166 drop 179 drop 182 default_action drop args none
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 61 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 D | rte_flow.rst | 16 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 D | vfd.rst | 202 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 D | test_pmd_perf.c | 288 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 D | test_pipeline.rst | 102 … | | 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 D | main.c | 67 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 D | kni_net.c | 315 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 D | common.h | 33 uint64_t drop; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 367 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 D | tap.ini | 38 drop = Y key
|
| H A D | mvpp2.ini | 36 drop = Y key
|
| H A D | e1000.ini | 43 drop = Y key
|
| H A D | dpaa2.ini | 47 drop = Y key
|
| H A D | mlx4.ini | 48 drop = Y key
|
| H A D | qede.ini | 48 drop = Y key
|
| H A D | hinic.ini | 53 drop = Y key
|
| H A D | cxgbe.ini | 51 drop = Y key
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npa.h | 216 uint64_t drop : 1; member 345 uint64_t drop : 1; member
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_ipsec_crypto.h | 148 uint8_t drop,
|