Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/app/test/
H A Dtest_memzone.c497 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 Dtest_malloc.c274 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 Dsw.rst71 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 Dmvsam.rst11 user-space with minimum overhead and high performance.
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst26 very little execution overhead.
38 Typical trace overhead is ~20 cycles and instrumentation overhead is 1 cycle.
H A Dgeneric_segmentation_offload_lib.rst10 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 Drcu_lib.rst77 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 Doverview.rst31 The primary reason for not using interrupts is the performance overhead imposed by interrupt proces…
H A Dgraph_lib.rst25 - Low overhead graph walk and node enqueue.
26 - Low overhead statistics collection infrastructure.
H A Dqos_framework.rst486 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 Dipsec_lib.rst48 For packets destined for inline processing no extra overhead
H A Dhash_lib.rst57 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 Dmember_lib.rst262 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 Dprofile_ov.cfg6 frame overhead = 24
H A Dprofile.cfg21 frame overhead = 24
/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst13 less CPU overhead.
H A Dvirtio_user_for_container_networking.rst9 Container becomes more and more popular for strengths, like low overhead, fast
/dpdk/doc/guides/nics/
H A Daf_xdp.rst86 to the page size less the frame overhead introduced by AF_XDP (XDP HR = 256)
H A Dena.rst22 ENA adapters allow high speed and low overhead Ethernet traffic
H A Dark.rst60 overhead to the FPGA Application.
H A Dmlx4.rst346 6. To minimize overhead of searching Memory Regions:
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst17 impact on fast path performance. Typical trace overhead is ~20 cycles and
18 instrumentation overhead is 1 cycle. Added tracepoints in ``EAL``,
H A Drelease_16_11.rst136 * **enic: Fixed high driver overhead when servicing Rx queues beyond the first.**
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst282 overhead introduced by the bbdev framework.
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c1198 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()

12