2015-11-26 15:21, Michael Qiu: > app/test/test_cryptodev_perf.c(1837): error #192: unrecognized > character escape sequence > printf("\n%u\t%u\t\%u\t\t%u\t\t%u", dev_num, 0, > > "\%u" is the root cause of this issue, just fix it. > > Signed-off-by: Michael Qiu <michael.qiu at intel.com>
Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") Applied, thanks