Go to file
Anatoly Burakov f15addb79e mem: make --no-huge use mmap instead of malloc
This makes it possible to run DPDK without hugepage memory when VFIO
is used, as VFIO uses virtual addresses to set up DMA mappings.

Technically, malloc is just fine, but we want to guarantee that
memory will be page-aligned, so using mmap to be safe.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-06-16 15:02:10 +02:00
app acl: new test-acl application 2014-06-14 01:29:45 +02:00
config ixgbe: new vectorized functions for Rx/Tx 2014-06-16 09:01:23 +02:00
doc acl: new library 2014-06-14 01:29:45 +02:00
examples acl: new sample l3fwd-acl 2014-06-14 01:29:45 +02:00
lib mem: make --no-huge use mmap instead of malloc 2014-06-16 15:02:10 +02:00
mk distributor: new packet distributor library 2014-06-12 15:47:04 +02:00
pkg config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
scripts remove trailing whitespaces 2014-06-11 00:29:34 +02:00
tools remove trailing whitespaces 2014-06-11 00:29:34 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00