[dpdk-dev] [PATCH 1/1] ip_pipeline: fixed parsing cpu cores

2015-07-27 Thread Thomas Monjalon
> > This patch fixes parsing value of core variable in pipeline config. > > Before not every combination of cores (c), sockets (s) and > > hyperthreading (h) was parsed correctly. > > > > Signed-off-by: Maciej Gajdzica > > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH 1/1] ip_pipeline: fixed parsing cpu cores

2015-07-21 Thread Maciej Gajdzica
This patch fixes parsing value of core variable in pipeline config. Before not every combination of cores (c), sockets (s) and hyperthreading (h) was parsed correctly. Signed-off-by: Maciej Gajdzica --- examples/ip_pipeline/config_parse.c | 12 ++-- 1 file changed, 6 insertions(+), 6 d

[dpdk-dev] [PATCH 1/1] ip_pipeline: fixed parsing cpu cores

2015-07-21 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Tuesday, July 21, 2015 3:39 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/1] ip_pipeline: fixed parsing cpu cores > > This patch fixes parsing valu