08/10/2018 14:12, Naga Suresh Somarowthu: > 1/4: add helper functions for tests using ring-PMD Rx/Tx > 2/4: unit test cases added for bitrate library > 3/4: unit test cases added for latencystats library > 4/4: unit test cases added for pdump library > > Patches 2/4, 3/4 and 4/4 depends on 1/4 > > Signed-off-by: Naga Suresh Somarowthu <naga.sureshx.somarow...@intel.com> > Reviewed-by: Reshma Pattan <reshma.pat...@intel.com> > Acked-by: Reshma Pattan <reshma.pat...@intel.com> > > --- > v14 :rebased > v13: added required changes for meson build > updated respective patches > updated the headers as per IWYU > v12: corrected commit message for pdump unit test > v11: fixed compilation issue in centos and 32bit arch > removed memzone free as per fix in the latency library > and updated the maintainers file > v10: fixed clang compiler issues and freed latency stats memzone in latency > stats unit tests. > v9: rebased ontop of latest autotest changes and added new tests to the > autotest list > v8: renamed commit headline and freed the metrics memzone for bitrate ut > v7: removed unused macros and corrected the comment > v6: updated ring variable appropriately > v5: rebased, freed pools and rings, created common patch set > --- > > Naga Suresh Somarowthu (4): > test: add helper functions for tests using ring-PMD Rx/Tx > test: add unit tests for bitrate library > test: add unit tests for latencystats library > test: add unit test for pdump library
Rebased and applied, thanks