[dpdk-dev] [PATCH v5 1/1] eal/linux: change hugepage sorting to avoid overlapping memcpy

2016-01-07 Thread Ralf Hoffmann
longer necessary. Signed-off-by: Ralf Hoffmann Acked-by: Sergio Gonzalez Monroy --- v5: * set commit title to eal/linux v4: * add linebreak to qsort statement v3: * set commit title to eal/linux v2: * incorporate patch from http://dpdk.org/dev/patchwork/patch/2061/ to use qsort instead of

[dpdk-dev] [PATCH v4 1/1] change hugepage sorting to avoid overlapping memcpy

2016-01-07 Thread Ralf Hoffmann
longer necessary. Signed-off-by: Ralf Hoffmann --- v4: * add linebreak to qsort statement v3: * set commit title to eal/linux v2: * incorporate patch from http://dpdk.org/dev/patchwork/patch/2061/ to use qsort instead of bubble sort, original patch by Jay Rolette lib/librte_eal/linuxapp/eal

[dpdk-dev] [PATCH v3 1/1] eal/linux: change hugepage sorting to avoid overlapping memcpy

2016-01-07 Thread Ralf Hoffmann
Hi Sergio, On 07.01.2016 11:38, Sergio Gonzalez Monroy wrote: >> Forgot to mention that there is a checkpatch warning: >> WARNING:LONG_LINE: line over 90 characters >> #113: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1167: >> + qsort(&tmp_hp[hp_offset], hpi->num_pages[0], >> size

[dpdk-dev] [PATCH v3 1/1] eal/linux: change hugepage sorting to avoid overlapping memcpy

2016-01-05 Thread Ralf Hoffmann
Rolette . The separate sort function is no longer necessary. Signed-off-by: Ralf Hoffmann --- v3: * set commit title to eal/linux v2: * incorporate patch from http://dpdk.org/dev/patchwork/patch/2061/ to use qsort instead of bubble sort, original patch by Jay Rolette lib/librte_eal

[dpdk-dev] [PATCH v3 0/1] eal/linux: change hugepage sorting to avoid overlapping memcpy

2016-01-05 Thread Ralf Hoffmann
Hi again, I forgot to correctly set the commit title, so this is v3. Best Regards, Ralf --- Ralf Hoffmann (1): change hugepage sorting to avoid overlapping memcpy lib/librte_eal/linuxapp/eal/eal_memory.c | 60 1 file changed, 14 insertions(+), 46 deletions

[dpdk-dev] [PATCH v2 1/1] change hugepage sorting to avoid overlapping memcpy

2016-01-05 Thread Ralf Hoffmann
Rolette . The separate sort function is no longer necessary. Signed-off-by: Ralf Hoffmann --- v2: * incorporate patch from http://dpdk.org/dev/patchwork/patch/2061/ to use qsort instead of bubble sort, original patch by Jay Rolette lib/librte_eal/linuxapp/eal/eal_memory.c | 60

[dpdk-dev] [PATCH v2 0/1] change hugepage sorting to avoid overlapping memcpy

2016-01-05 Thread Ralf Hoffmann
. Best Regards, Ralf --- Ralf Hoffmann (1): change hugepage sorting to avoid overlapping memcpy lib/librte_eal/linuxapp/eal/eal_memory.c | 60 1 file changed, 14 insertions(+), 46 deletions(-) -- 2.5.0

[dpdk-dev] [PATCH v1] change hugepage sorting to avoid overlapping memcpy

2015-09-09 Thread Ralf Hoffmann
d might still be a good idea. Best Regards, Ralf -- Ralf Hoffmann Allegro Packets GmbH K?the-Kollwitz-Str. 54 04109 Leipzig HRB 30535, Amtsgericht Leipzig

[dpdk-dev] [PATCH v1] change hugepage sorting to avoid overlapping memcpy

2015-09-04 Thread Ralf Hoffmann
. Signed-off-by: Ralf Hoffmann --- lib/librte_eal/linuxapp/eal/eal_memory.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_memory.c b/lib/librte_eal/linuxapp/eal/eal_memory.c index ac2745e..6d01f61 100644 --- a/lib