Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-10 | dpdk: fix mempool size calculation |  Damjan Marion | 1 | -2/+3 |
2017-10-04 | dpdk: use vpp physmem allocator for dpdk buffers |  Damjan Marion | 1 | -19/+66 |
2017-09-15 | dpdk: cli to check for buffer leakage |  Florin Coras | 1 | -1/+62 |
2017-08-25 | dpdk: bump to dpdk 17.08, remove support for dpdk 17.02 |  Damjan Marion | 1 | -17/+0 |
2017-07-13 | dpdk: fix dpdk_buffer_pool_create name |  Chris Luke | 1 | -1/+1 |
2017-07-10 | vlib: store buffer memory information in the buffer_main |  Damjan Marion | 1 | -65/+4 |
2017-05-17 | dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05 |  Damjan Marion | 1 | -0/+4 |
2017-05-09 | Fix remaining 32-bit compile issues |  Damjan Marion | 1 | -3/+3 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2017-03-01 | dpdk: be a plugin |  Damjan Marion | 1 | -0/+588 |