aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/linux/physmem.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-13add end of string for format name in unix_physmem_region_alloclollita liu1-1/+1
2018-03-09Correct address calculation for VPP-1168Lee Roberts1-1/+1
2018-03-09dpdk: move DPDK vfio hack to dpdk pluginDamjan Marion1-14/+2
2018-03-07fix physmem mappingsDamjan Marion1-0/+2
2018-03-05physmem: keep only one physmem_mainDamjan Marion1-4/+4
2018-03-05vlib: vfio code reworkDamjan Marion1-80/+41
2018-01-09physmem: fix physmem allocation on kernels without NUMA supportDamjan Marion1-2/+2
2017-12-13physmem: fix bug in detection of cross page boundary allocationsDamjan Marion1-2/+2
2017-10-31physmem: register region with IOMMUDamjan Marion1-0/+57
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion1-5/+0
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-1/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-166/+26
2017-09-12physmem: remove debug leftoversDamjan Marion1-1/+0
2017-09-08physmem: make fake allocation non-fatal if we cannot pick numa nodeDamjan Marion1-4/+11
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+411