Re: [dpdk-dev] [PATCH v5] test: add unit tests for metrics library

2018-10-28 Thread Thomas Monjalon
08/10/2018 15:01, Hari Kumar Vemula: > Unit testcases are added for metrics library > Added metrics unit test to autotest list > Updated meson build file > Updated MAINTAINERSHIP for metrics unit test > > Signed-off-by: Hari Kumar Vemula > Reviewed-by: Reshma Pattan > Reviewed-by: Remy Horton >

[dpdk-dev] [PATCH v5] test: add unit tests for metrics library

2018-10-08 Thread Hari Kumar Vemula
Unit testcases are added for metrics library Added metrics unit test to autotest list Updated meson build file Updated MAINTAINERSHIP for metrics unit test Signed-off-by: Hari Kumar Vemula Reviewed-by: Reshma Pattan Reviewed-by: Remy Horton Acked-by: Remy Horton --- v5: Rebased on new codebase