| /dpdk/app/test/ |
| H A D | test_memzone.c | 497 size_t len, overhead; in find_max_block_free_size() local 503 overhead = MALLOC_ELEM_OVERHEAD; in find_max_block_free_size() 509 overhead += align; in find_max_block_free_size() 511 if (len < overhead) in find_max_block_free_size() 514 return len - overhead; in find_max_block_free_size()
|
| H A D | test_malloc.c | 274 int overhead = 0; in test_multi_alloc_statistics() local 288 overhead = post_stats.heap_allocsz_bytes - pre_stats.heap_allocsz_bytes; in test_multi_alloc_statistics() 289 overhead -= RTE_CACHE_LINE_SIZE; in test_multi_alloc_statistics() 340 size + overhead + first_stats.heap_allocsz_bytes) { in test_multi_alloc_statistics()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 71 the instance's credit pool. Higher numbers will cause less overhead in the 94 reduce per event overhead and increase internal burst sizes, which can
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mvsam.rst | 11 user-space with minimum overhead and high performance.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 26 very little execution overhead. 38 Typical trace overhead is ~20 cycles and instrumentation overhead is 1 cycle.
|
| H A D | generic_segmentation_offload_lib.rst | 10 TCP Segmentation Offload (TSO), which reduces per-packet processing overhead. 14 reducing per-packet overhead. 18 packets within the guest, and improves the data-to-overhead ratio of both the
|
| H A D | rcu_lib.rst | 77 It is important to make sure that this library keeps the overhead of 80 section affect this overhead. 104 single, large critical section which helps keep the overhead on the
|
| H A D | overview.rst | 31 The primary reason for not using interrupts is the performance overhead imposed by interrupt proces…
|
| H A D | graph_lib.rst | 25 - Low overhead graph walk and node enqueue. 26 - Low overhead statistics collection infrastructure.
|
| H A D | qos_framework.rst | 486 where n is the packet length in bytes and h is the number of framing overhead bytes per packet. 503 …cket is scheduled, the NIC time is incremented with the packet length (including framing overhead). 558 where h is equal to the number of framing overhead bytes per packet. 574 …| 3 | Frame Check Sequence (FCS) | 4 | Considered overhead only if not included i… 626 …| | | bucket to send the full packet (packet bytes and framing overhead f… 721 … | bucket to send the full packet (packet bytes and framing overhead for the | 811 …| | | (packet bytes and framing overhead for the packet). …
|
| H A D | ipsec_lib.rst | 48 For packets destined for inline processing no extra overhead
|
| H A D | hash_lib.rst | 57 with the current ones, which reduces significantly the performance overhead of the necessary memory… 96 …Otherwise concurrent operations will be slower because of the overhead associated with the softwar…
|
| H A D | member_lib.rst | 262 subsequent packets from the same flow don’t incur the overhead of the 381 …deletion. Supporting proactive deletion require additional implementation and performance overhead.
|
| /dpdk/examples/qos_sched/ |
| H A D | profile_ov.cfg | 6 frame overhead = 24
|
| H A D | profile.cfg | 21 frame overhead = 24
|
| /dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 13 less CPU overhead.
|
| H A D | virtio_user_for_container_networking.rst | 9 Container becomes more and more popular for strengths, like low overhead, fast
|
| /dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 86 to the page size less the frame overhead introduced by AF_XDP (XDP HR = 256)
|
| H A D | ena.rst | 22 ENA adapters allow high speed and low overhead Ethernet traffic
|
| H A D | ark.rst | 60 overhead to the FPGA Application.
|
| H A D | mlx4.rst | 346 6. To minimize overhead of searching Memory Regions:
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_05.rst | 17 impact on fast path performance. Typical trace overhead is ~20 cycles and 18 instrumentation overhead is 1 cycle. Added tracepoints in ``EAL``,
|
| H A D | release_16_11.rst | 136 * **enic: Fixed high driver overhead when servicing Rx queues beyond the first.**
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 282 overhead introduced by the bbdev framework.
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 1198 uint32_t overhead = BNXT_MAX_PKT_LEN - BNXT_MAX_MTU; in bnxt_scattered_rx() local 1213 if (eth_dev->data->mtu + overhead > buf_size) in bnxt_scattered_rx() 3026 uint32_t overhead = BNXT_MAX_PKT_LEN - BNXT_MAX_MTU; in bnxt_mtu_set_op() local 3040 new_pkt_size = new_mtu + overhead; in bnxt_mtu_set_op()
|