Searched refs:overflow (Results 1 – 13 of 13) sorted by relevance
/dpdk/doc/guides/prog_guide/ |
H A D | asan.rst | 39 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
|
/dpdk/app/test/ |
H A D | test_compressdev.c | 150 enum overflow_test overflow; member 996 enum overflow_test overflow = test_data->overflow; in test_mbufs_calculate_data_size() local 1016 (overflow == OVERFLOW_ENABLED)) ? in test_mbufs_calculate_data_size() 1474 if (test_data->overflow == OVERFLOW_ENABLED) { in test_deflate_comp_finalize() 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() [all …]
|
/dpdk/doc/guides/prog_guide/img/ |
H A D | rib_pic.svg | 1 …/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 D | rib_internals.svg | 1 …/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 D | dir_24_8_alg.svg | 1 …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…
|
H A D | pdcp_functional_overview.svg | 1 …"http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="hidden"><defs><c…
|
/dpdk/drivers/compress/qat/ |
H A D | qat_comp.c | 1173 int overflow = 0; in qat_enqueue_comp_op_burst() local 1199 overflow = (inflights + nb_ops) - tmp_qp->max_inflights; in qat_enqueue_comp_op_burst() 1200 if (overflow > 0) { in qat_enqueue_comp_op_burst() 1201 nb_ops_possible = nb_ops - overflow; in qat_enqueue_comp_op_burst() 1226 + ((overflow >= 0) ? 0 : overflow * (-1)); in qat_enqueue_comp_op_burst()
|
/dpdk/drivers/net/mana/ |
H A D | mr.c | 342 bt->overflow = 1; in mana_mr_btree_insert()
|
/dpdk/lib/eal/common/ |
H A D | eal_common_options.c | 729 bool overflow = false; in check_core_list() 739 overflow = true; in check_core_list() 741 if (!overflow) in check_core_list() 732 bool overflow = false; check_core_list() local
|
/dpdk/doc/guides/nics/ |
H A D | fm10k.rst | 152 this gives almost 100 million packets/second, causing 32 bit integer overflow
|
/dpdk/drivers/net/qede/base/ |
H A D | ecore_int.c | 473 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/rel_notes/ |
H A D | release_16_04.rst | 286 * **ethdev: Fixed overflow for 100Gbps.**
|
H A D | release_2_1.rst | 956 * **vfio: Fix overflow of BAR region offset and size.**
|