[dpdk-dev] [memnic PATCH] pmd: enable compiler optimization

2014-03-21 Thread Thomas Monjalon
19/03/2014 10:19, Hiroshi Shimamoto : > Hi, > > this makes sense. > > > Subject: [dpdk-dev] [memnic PATCH] pmd: enable compiler optimization > > > > Add -O3 in flags, it was missing in initial Makefile. > > > > Signed-off-by: Olivier Matz > > A

[dpdk-dev] [memnic PATCH] pmd: enable compiler optimization

2014-03-19 Thread Hiroshi Shimamoto
Hi, this makes sense. > Subject: [dpdk-dev] [memnic PATCH] pmd: enable compiler optimization > > Add -O3 in flags, it was missing in initial Makefile. > > Signed-off-by: Olivier Matz Acked-by: Hiroshi Shimamoto thanks, Hiroshi > --- > pmd/Makefile | 2 +- > 1 f

[dpdk-dev] [memnic PATCH] pmd: enable compiler optimization

2014-02-07 Thread Olivier Matz
Add -O3 in flags, it was missing in initial Makefile. Signed-off-by: Olivier Matz --- pmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/Makefile b/pmd/Makefile index 7f96af1..c22f69f 100644 --- a/pmd/Makefile +++ b/pmd/Makefile @@ -39,7 +39,7 @@ O ?= . CC = $