numam-dpdk/lib/librte_eal
Wei Dai e7e769b409 eal: fix tail blank check in --lcores argument
the tail blank after a group of lcore or cpu set
will make check of its end character fail.
for example: --lcores '(0-3)@(0-3)   ,(4-5)@(4-5)',
the next character after cpu set (0-3) is not ','
or '\0', which fail the check in eal_parse_lcores( ).

Fixes: 53e54bf817 ("eal: new option --lcores for cpu assignment")

Signed-off-by: Wei Dai <wei.dai@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2016-07-28 18:11:30 +02:00
..
bsdapp spinlock: move constructor out of x86 header file 2016-07-15 17:26:52 +02:00
common eal: fix tail blank check in --lcores argument 2016-07-28 18:11:30 +02:00
linuxapp mem: fix check of physical address retrieval 2016-07-22 17:36:25 +02:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00