[dpdk-dev] [PATCH v2] ip_pipeline: fix cpu socket-id error

2016-03-07 Thread Thomas Monjalon
2016-01-27 11:47, Jasvinder Singh: > This patch fixes the socket-id error in ip_pipeline sample > application running over uni-processor systems. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > v2: > - used SOCKET_ID_ANY instead of -1 Applied, thanks

[dpdk-dev] [PATCH v2] ip_pipeline: fix cpu socket-id error

2016-01-27 Thread Jasvinder Singh
This patch fixes the socket-id error in ip_pipeline sample application running over uni-processor systems. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- v2: - used SOCKET_ID_ANY instead of -1 examples/ip_pipeline/init.c | 14 +++--- 1 file changed, 11 insertions(+),