[dpdk-dev] [PATCH v3 06/12] memzone: refactor rte_memzone_reserve() variants

2015-07-09 Thread Thomas Monjalon
2015-07-06 16:51, Zhigang Lu: > 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_me

[dpdk-dev] [PATCH v3 06/12] memzone: refactor rte_memzone_reserve() variants

2015-07-06 Thread Zhigang Lu
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