| /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
|
| H A D | rte_security.rst | 157 is about to overflow. The underlying device may support post encryption TSO. 224 overflow.
|
| H A D | ring_lib.rst | 342 that's why the overflow of the indexes is not a problem.
|
| H A D | qos_framework.rst | 1408 To avoid overflow in the multiplication, the value, *m*, and the look-up table values are limited t…
|
| /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 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 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…
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_qp.c | 649 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 D | mlx4_mr.h | 54 int overflow; /* Mark failure of table expansion. */ member
|
| H A D | mlx4_mr.c | 172 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 D | mlx5_common_mr.h | 61 int overflow; /* Mark failure of table expansion. */ member
|
| H A D | mlx5_common_mr.c | 190 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 D | eal_common_options.c | 710 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 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/nics/ |
| H A D | fm10k.rst | 158 this gives almost 100 million packets/second, causing 32 bit integer overflow
|
| H A D | i40e.rst | 662 but there is no way to detect if the overflow occurred more than once.
|
| H A D | mlx5.rst | 493 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 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.**
|