Re: [dpdk-dev] [PATCH 04/33] app/testeventdev: add string parsing helpers

2017-06-23 Thread Van Haaren, Harry
athyu...@caviumnetworks.com > Subject: [dpdk-dev] [PATCH 04/33] app/testeventdev: add string parsing helpers > > From: Guduri Prathyusha > > Add a couple of help functions that will allow parsing many types of > input parameters, i.e.: bool, 16, 32, 64 bits, hex and list of core

[dpdk-dev] [PATCH 04/33] app/testeventdev: add string parsing helpers

2017-05-28 Thread Jerin Jacob
From: Guduri Prathyusha Add a couple of help functions that will allow parsing many types of input parameters, i.e.: bool, 16, 32, 64 bits, hex and list of cores etc. Derived from examples/ip_pipeline/parser.h Signed-off-by: Guduri Prathyusha --- app/test-eventdev/Makefile | 1 + app/test-e