This patch series depends of "PMD ring" patches and should be applied after them.
v3 changes - Fix compilation issues for dynamic libraries - Re-create a series of patches to maintain consistency v2 changes - Patch split for better readability Tomasz Kulasek (3): Unit tests - test.h rework Unit tests for mode 4 mk: Link test application against librte_pmd_ring when needed app/test/Makefile | 16 + app/test/test.h | 112 +-- app/test/test_link_bonding.c | 2 +- app/test/test_link_bonding_mode4.c | 1412 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1495 insertions(+), 47 deletions(-) create mode 100644 app/test/test_link_bonding_mode4.c -- 1.7.9.5