Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 20 of 20) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dasan.rst39 Example heap-buffer-overflow error
52 Above code will result in heap-buffer-overflow error if ASan is enabled, because apply 9 bytes of m…
54 …==369953==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7fb17f465809 at pc 0x5652e670…
60 SUMMARY: AddressSanitizer: heap-buffer-overflow ../examples/helloworld/main.c:47 in main
H A Drte_security.rst157 is about to overflow. The underlying device may support post encryption TSO.
224 overflow.
H A Dring_lib.rst342 that's why the overflow of the indexes is not a problem.
H A Dqos_framework.rst1408 To avoid overflow in the multiplication, the value, *m*, and the look-up table values are limited t…
/dpdk/app/test/
H A Dtest_compressdev.c150 enum overflow_test overflow; member
996 enum overflow_test overflow = test_data->overflow; in test_mbufs_calculate_data_size() local
2211 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_fixed()
2283 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_dynamic()
2339 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_op()
2394 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_level()
2485 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_xform()
2535 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_sgl()
2647 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_checksum()
3133 .overflow = OVERFLOW_DISABLED in test_compressdev_external_mbufs()
[all …]
/dpdk/doc/guides/prog_guide/img/
H A Drib_pic.svg1 …/www.w3.org/2000/svg" style="fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-li…
6 …<marker id="mrkr4-16" refX="-7.04" orient="auto" markerUnits="strokeWidth" overflow="visible" styl…
9 …id="mrkr4-107" class="st7" refX="-7.04" orient="auto" markerUnits="strokeWidth" overflow="visible">
12 …id="mrkr4-113" class="st7" refX="-6.68" orient="auto" markerUnits="strokeWidth" overflow="visible">
15 …<marker id="mrkr4-129" refX="-6.68" orient="auto" markerUnits="strokeWidth" overflow="visible" sty…
H A Drib_internals.svg1 …/www.w3.org/2000/svg" style="fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-li…
6 …<marker id="mrkr4-12" refX="-7.04" orient="auto" markerUnits="strokeWidth" overflow="visible" styl…
H A Ddir_24_8_alg.svg1 …ion="1.1" id="svg220" style="fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-li…
30 …<marker id="mrkr4-55" refX="0" orient="auto" markerUnits="strokeWidth" overflow="visible" style="f…
/dpdk/drivers/common/qat/
H A Dqat_qp.c649 int overflow = 0; in qat_enqueue_comp_op_burst() local
675 overflow = (inflights + nb_ops) - tmp_qp->max_inflights; in qat_enqueue_comp_op_burst()
676 if (overflow > 0) { in qat_enqueue_comp_op_burst()
677 nb_ops_possible = nb_ops - overflow; in qat_enqueue_comp_op_burst()
702 + ((overflow >= 0) ? 0 : overflow * (-1)); in qat_enqueue_comp_op_burst()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.h54 int overflow; /* Mark failure of table expansion. */ member
H A Dmlx4_mr.c172 bt->overflow = 1; in mr_btree_insert()
444 if (!unlikely(priv->mr.cache.overflow)) { in mr_lookup_dev()
869 priv->mr.cache.overflow = 0; in mr_rebuild_dev_cache()
1184 mr_ctrl->cache_bh.overflow = 0; in mlx4_mr_flush_local_cache()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.h61 int overflow; /* Mark failure of table expansion. */ member
H A Dmlx5_common_mr.c190 bt->overflow = 1; in mr_btree_insert()
490 if (!unlikely(share_cache->cache.overflow)) { in mlx5_mr_lookup_cache()
531 share_cache->cache.overflow = 0; in mlx5_mr_rebuild_cache()
1088 mr_ctrl->cache_bh.overflow = 0; in mlx5_mr_flush_local_cache()
/dpdk/lib/eal/common/
H A Deal_common_options.c710 bool overflow = false; in check_core_list() local
720 overflow = true; in check_core_list()
722 if (!overflow) in check_core_list()
/dpdk/drivers/net/qede/base/
H A Decore_int.c473 u32 overflow; in ecore_db_rec_handler() local
476 overflow = ecore_rd(p_hwfn, p_ptt, DORQ_REG_PF_OVFL_STICKY); in ecore_db_rec_handler()
477 DP_NOTICE(p_hwfn, false, "PF Overflow sticky 0x%x\n", overflow); in ecore_db_rec_handler()
478 if (!overflow) { in ecore_db_rec_handler()
/dpdk/doc/guides/nics/
H A Dfm10k.rst158 this gives almost 100 million packets/second, causing 32 bit integer overflow
H A Di40e.rst662 but there is no way to detect if the overflow occurred more than once.
H A Dmlx5.rst493 and 63-bit value provides over 1800 years of uptime till overflow.
497 hardware timestamp overflow will happen on 19-Jan-2038
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst286 * **ethdev: Fixed overflow for 100Gbps.**
H A Drelease_2_1.rst956 * **vfio: Fix overflow of BAR region offset and size.**