Re: [dpdk-dev] [PATCH] test/memory: fixing line parsing in memory autotest

2017-11-11 Thread Thomas Monjalon
09/11/2017 19:14, Radoslaw Biernacki: > This patch fixes three problems in memory autotest: > - the regex for IOVA > - missing validation of second and following output lines > - propagation of error to consecutive tests > - conversion base for mem size (hex indtead of dec) > First fix is for c

[dpdk-dev] [PATCH] test/memory: fixing line parsing in memory autotest

2017-11-09 Thread Radoslaw Biernacki
This patch fixes three problems in memory autotest: - the regex for IOVA - missing validation of second and following output lines - propagation of error to consecutive tests - conversion base for mem size (hex indtead of dec) First fix is for changes introduced with IOVA, the regex was not upd