Age | Commit message (Expand) | Author | Files | Lines |
2022-05-11 | dpdk: clear the RTE_MEMPOOL_F_NON_IO |  Mohammed Hawari | 1 | -0/+3 |
2022-03-14 | crypto: Enabling IOMMU DMA translation table update for QAT card |  Govindarajan | 1 | -1/+2 |
2021-03-05 | dpdk: fix rte mempool for rx_queues |  Vladimir Ratnikov | 1 | -1/+9 |
2020-05-19 | dpdk: fix pktmbuf pool private data init |  Benoît Ganne | 1 | -0/+1 |
2019-11-06 | dpdk: conditionally revert rte_vfio_dma_map patch |  Damjan Marion | 1 | -0/+5 |
2019-10-29 | dpdk: replace deprecated VFIO API invocation |  Damjan Marion | 1 | -1/+2 |
2019-10-28 | vlib: don't use vector for keeping buffer indices in the pool |  Damjan Marion | 1 | -11/+7 |
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 |