numam-dpdk/lib
Cyril Chemparathy 2d65283c25 mem: refactor memzone reserve functions
The definitions of rte_memzone_reserve_aligned() and
rte_memzone_reserve_bounded() were identical with the exception of the
bound argument passed into rte_memzone_reserve_thread_safe().

This patch removes this replication of code by unifying it into
rte_memzone_reserve_thread_safe(), which is then called by all three
variants of rte_memzone_reserve().

Signed-off-by: Cyril Chemparathy <cchemparathy@ezchip.com>
Signed-off-by: Zhigang Lu <zlu@ezchip.com>
2015-07-13 16:15:52 +02:00
..
librte_acl
librte_cfgfile cfgfile: fix unitialised buffer 2015-07-01 23:36:22 +02:00
librte_cmdline lib: remove redundant definition of local symbols 2015-06-29 18:57:32 +02:00
librte_compat compat: remove unneeded macro 2015-06-29 16:41:23 +02:00
librte_distributor
librte_eal mem: refactor memzone reserve functions 2015-07-13 16:15:52 +02:00
librte_ether ethdev: call Rx and Tx callbacks in the order they were added 2015-07-12 23:36:18 +02:00
librte_hash hash: check SSE flags only on x86 builds 2015-07-13 16:15:46 +02:00
librte_ip_frag mbuf: use offset macro 2015-06-24 12:01:14 +02:00
librte_ivshmem ivshmem: fix crash in corner case 2015-06-22 18:39:40 +02:00
librte_jobstats
librte_kni
librte_kvargs
librte_lpm lpm: fix big endian support 2015-07-10 23:23:15 +02:00
librte_malloc
librte_mbuf mbuf: add ieee1588 timestamping 2015-07-10 02:36:13 +02:00
librte_mempool mempool: silence warning on pointer arithmetic 2015-06-24 12:00:28 +02:00
librte_meter
librte_net lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
librte_pipeline pipeline: fix missing exported symbols 2015-07-09 17:25:45 +02:00
librte_port port: fix missing exported symbols 2015-07-09 17:25:45 +02:00
librte_power
librte_reorder reorder: allow random number as starting point 2015-06-22 22:20:12 +02:00
librte_ring
librte_sched
librte_table table: add stub stats 2015-06-23 23:31:15 +02:00
librte_timer
librte_vhost vhost: comment unwanted callback 2015-06-30 17:49:08 +02:00
Makefile