[dpdk-dev] [PATCH 1/2] malloc: get rid of numa_socket field

2014-04-30 Thread Thomas Monjalon
2014-04-18 09:08, Neil Horman: > On Fri, Apr 18, 2014 at 02:56:17PM +0200, David Marchand wrote: > > We don't really need this field as it is only used when creating the > > memzone object associated to this heap. > > > > Signed-off-by: David Marchand > > Acked-by: Neil Horman Applied for vers

[dpdk-dev] [PATCH 1/2] malloc: get rid of numa_socket field

2014-04-18 Thread David Marchand
We don't really need this field as it is only used when creating the memzone object associated to this heap. Signed-off-by: David Marchand --- lib/librte_eal/common/include/rte_malloc_heap.h |1 - lib/librte_malloc/malloc_heap.c | 13 + 2 files changed, 5 insert

[dpdk-dev] [PATCH 1/2] malloc: get rid of numa_socket field

2014-04-18 Thread Neil Horman
On Fri, Apr 18, 2014 at 02:56:17PM +0200, David Marchand wrote: > We don't really need this field as it is only used when creating the memzone > object associated to this heap. > > Signed-off-by: David Marchand Acked-by: Neil Horman > --- > lib/librte_eal/common/include/rte_malloc_heap.h |