aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/buffer_funcs.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Add vlib_buffer_copy_indices inline functionDamjan Marion1-2/+8
2019-01-18deprecate clib_memcpy64_x4Damjan Marion1-6/+7
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach1-2/+2
2019-01-01buffers: remove unused codeDamjan Marion1-77/+2
2018-12-13fix vlib_buffer_chain_compress assert in debugKlement Sekera1-1/+2
2018-11-20dhcp4:(VPP-1483) linearize chained packets before handlingEyal Bari1-0/+64
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-22/+22
2018-11-13vlib:remove unused argumentEyal Bari1-3/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-4/+1
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion1-5/+8
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-3/+3
2018-10-01API / CLI event-log tracingDave Barach1-0/+1
2018-09-12Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics.Sirshak Das1-1/+5
2018-07-27128-bit SIMD version of vlib_get_buffersDamjan Marion1-0/+8
2018-07-23Buffer clone: copy opaque2Neale Ranns1-0/+2
2018-06-09Fix bug in vlib_buffer_free_from_ring_no_nextDamjan Marion1-1/+1
2018-05-31fix missing void pointer explicit type castZhiyong Yang1-1/+1
2018-05-29Fixed vlib_buffer_clone with stale chained buffersYoann Desmouceaux1-2/+7
2018-05-17Add buffer pointer-to-index and index-to-pointer array functionsDamjan Marion1-0/+143
2018-04-04memif: zero copy slaveDamjan Marion1-0/+24
2018-03-14vlib: internal buffer manager reworkDamjan Marion1-45/+19
2018-03-06vlib: avoid crash if fill_free_list returns 0 buffersDamjan Marion1-1/+2
2018-02-26vlib: add vlib_buffer_free_from_ringDamjan Marion1-0/+26
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-68/+45
2018-02-02vlib_buffer_clone: allow client to request the maximum number of clones; 256Neale Ranns1-12/+50
2018-02-01IPv4/6 reassemblyKlement Sekera1-0/+62
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven1-5/+5
2018-01-18vlib: add vlib_buffer_alloc_to_ring APIDamjan Marion1-0/+29
2017-12-09vlib: PCI rework to support VFIODamjan Marion1-7/+5
2017-11-27vlib: make vlib_buffer_alloc inline functionDamjan Marion1-21/+59
2017-11-09buffers: fix bug in free list n_alloc trackingKlement Sekera1-0/+1
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion1-1/+4
2017-09-07vlib physmem reworkDamjan Marion1-38/+1
2017-08-30Thread safe internal buffer manager, take twoDamjan Marion1-4/+7
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-1/+6
2017-07-27Thread safe internal buffer managerDamjan Marion1-2/+13
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-14/+36
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke1-3/+0
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-3/+10
2017-04-06Use thread local storage for thread indexDamjan Marion1-2/+2
2017-03-15No vector allocation during buffer copyNeale Ranns1-4/+1
2017-03-01Fix buffer template copyDave Barach1-5/+28
2017-02-28vlib: add buffer cloning supportDamjan Marion1-3/+110
2017-02-24VPP-650: handle buffer failure in vlib_buffer_copy(...)Dave Barach1-1/+10
2017-02-06vlib: remove algned/unaligned buffers schemeDamjan Marion1-42/+11
2017-01-17dpdk: remove duplicate code in buffers.cDamjan Marion1-0/+48
2017-01-14vlib: add buffer and thread callbacksDamjan Marion1-26/+56
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+755