aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/buffer_funcs.h
AgeCommit message (Expand)AuthorFilesLines
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