aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25pmalloc: support for 4K pagesDamjan Marion1-4/+24
2018-10-23physmem coverity issuesDamjan Marion1-1/+1
2018-10-23vlib: alloc buffers on local numa, not on numa 1Damjan Marion1-1/+2
2018-10-23vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCKDamjan Marion1-1/+5
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-54/+21
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-10-16Fix coverity issue for potentially overflowing of page sizeHaiyang Tan1-1/+1
2018-09-03Deprecate old buffer replication schemeDamjan Marion1-49/+14
2018-03-16Fix a long-latent bi=0 bug in vlib_buffer_add_dataDave Barach1-1/+1
2018-03-14vlib: internal buffer manager reworkDamjan Marion1-163/+112
2018-03-05vlib: vlib_buffer_free_internal optimizationsDamjan Marion1-53/+88
2018-03-05vlib: vfio code reworkDamjan Marion1-8/+10
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-17/+30
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven1-6/+5
2017-11-27vlib: make vlib_buffer_alloc inline functionDamjan Marion1-63/+8
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion1-12/+24
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-1/+1
2017-09-07vlib physmem reworkDamjan Marion1-7/+65
2017-08-30Thread safe internal buffer manager, take twoDamjan Marion1-0/+19
2017-07-27Thread safe internal buffer managerDamjan Marion1-6/+1
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-6/+10
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-24/+33
2017-07-05Buffer name inconsistently used a cstring/vec (VPP-901)Chris Luke1-3/+3
2017-04-06Use thread local storage for thread indexDamjan Marion1-3/+3
2017-03-10Retire vpp_liteDamjan Marion1-0/+6
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-3/+24
2017-03-01VPP-598: tcp stack initial commitDave Barach1-1/+1
2017-02-28vlib: add buffer cloning supportDamjan Marion1-196/+58
2017-02-06vlib: remove algned/unaligned buffers schemeDamjan Marion1-195/+25
2017-01-17dpdk: remove duplicate code in buffers.cDamjan Marion1-52/+21
2017-01-14vlib: add buffer and thread callbacksDamjan Marion1-681/+55
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1987