Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
dpdk
/
buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
dpdk: initialize rte_mbuf during mempool dequeue
Damjan Marion
1
-1
/
+44
2019-06-18
dpdk: check result of rte_mempool_create_empty
Lijian.Zhang
1
-0
/
+15
2019-02-09
buffers: fix typo
Damjan Marion
1
-1
/
+1
2019-02-06
buffers: make buffer data size configurable from startup config
Damjan Marion
1
-1
/
+1
2019-01-31
buffers: vallidate that buffer is allocated during buffer pool put
Damjan Marion
1
-1
/
+1
2019-01-31
dpdk: populate mempool mem_list
Damjan Marion
1
-2
/
+16
2019-01-31
dpdk: store buffer poool index in mempool pool_id
Damjan Marion
1
-22
/
+10
2019-01-31
buffers: reinitialize metadata, add additional validation
Damjan Marion
1
-13
/
+25
2019-01-30
buffers: major cleanup and improvements
Damjan Marion
1
-479
/
+271
2019-01-20
dpdk: add buffer.h
Damjan Marion
1
-0
/
+1
2019-01-20
buffers: remove vlib_buffer_delete_free_list
Damjan Marion
1
-47
/
+0
2019-01-20
buffers: don't init metadata, as it is already initialized
Damjan Marion
1
-1
/
+0
2019-01-20
buffers: keep buffer_main in vlib_main_t
Damjan Marion
1
-2
/
+2
2019-01-19
buffers: remove free-list information from buffer metadata
Damjan Marion
1
-2
/
+1
2019-01-18
deprecate clib_memcpy64_x4
Damjan Marion
1
-8
/
+9
2019-01-01
buffers: remove unused code
Damjan Marion
1
-18
/
+0
2018-10-25
pmalloc: support for 4K pages
Damjan Marion
1
-1
/
+1
2018-10-23
Numa-aware, growable physical memory allocator (pmalloc)
Damjan Marion
1
-19
/
+15
2018-10-23
c11 safe string handling support
Dave Barach
1
-3
/
+3
2018-10-22
dpdk: use rte_vfio_dma_map API instead of digging for vfio fd
Damjan Marion
1
-63
/
+17
2018-10-16
Fix coverity issue for potentially overflowing of page size
Haiyang Tan
1
-3
/
+3
2018-09-03
Deprecate old buffer replication scheme
Damjan Marion
1
-33
/
+2
2018-08-13
dpdk: support for DPDK 18.08
Damjan Marion
1
-15
/
+15
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
1
-2
/
+2
2018-06-07
Add support for DPDK 18.05
Damjan Marion
1
-13
/
+20
2018-06-03
dpdk: buffer free optimizations
Damjan Marion
1
-76
/
+61
2018-06-03
dpdk: improve buffer alloc perfomance
Damjan Marion
1
-70
/
+56
2018-05-30
vppinfra: explicitely state for signed types that they are signed
Damjan Marion
1
-2
/
+2
2018-05-29
Revert "dpdk: set dmamap iova address value according to eal_iova_mode"
Damjan Marion
1
-4
/
+1
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-2
/
+2
2018-05-29
dpdk: mempool priv intialization must be done before releasing buffers to pool
Sachin Saxena
1
-8
/
+7
2018-05-28
dpdk: set dmamap iova address value according to eal_iova_mode
Sachin Saxena
1
-1
/
+4
2018-04-30
plugins: dpdk: fix check which makes not sense, likely a typo
Szymon Sliwa
1
-1
/
+1
2018-03-14
vlib: internal buffer manager rework
Damjan Marion
1
-30
/
+18
2018-03-09
dpdk: move DPDK vfio hack to dpdk plugin
Damjan Marion
1
-2
/
+67
2018-03-05
vlib: vfio code rework
Damjan Marion
1
-1
/
+3
2018-02-15
dpdk: add support for DPDK 18.02, deprecate 17.08
Damjan Marion
1
-10
/
+0
2018-02-07
Refactor vlib_buffer flags
Damjan Marion
1
-4
/
+6
2017-11-27
dpdk: fix trajectory compilation
Florin Coras
1
-1
/
+1
2017-11-27
vlib: make vlib_buffer_alloc inline function
Damjan Marion
1
-73
/
+11
2017-11-24
dpdk: avoid false sharing of dpdk_buffer_per_thread_data
Damjan Marion
1
-0
/
+1
2017-11-23
dpdk: prefetch both cachelines during buffer free
Damjan Marion
1
-1
/
+1
2017-11-22
dpdk: fix potential crash in buffer free function
Damjan Marion
1
-18
/
+49
2017-11-20
dpdk: add support for DPDK 17.11
Damjan Marion
1
-0
/
+10
2017-11-16
dpdk/ipsec: use physmem when creating pools
Sergio Gonzalez Monroy
1
-47
/
+61
2017-11-14
Fix typos in configure.ac and dpdk/buffer.c
Damjan Marion
1
-8
/
+8
2017-11-13
dpdk: introduce AVX512 variants of node functions
Damjan Marion
1
-12
/
+52
2017-11-11
dpdk: optimize buffer alloc/free
Damjan Marion
1
-49
/
+118
2017-10-25
vlib: add support for multiple buffer pools
Damjan Marion
1
-11
/
+11
2017-10-14
plugins/dpdk: align memory to avoid potential segfault and false sharing
Georgina Sheehan
1
-1
/
+1
[next]