These patches add unit tests for mode 4. They also changes ring pmd to behave more like ordinary pmd device.
Pawel Wodkowski (3): bond-change-warning PMD-ring-MAC-management-fix-initialization-link-up-d unit-tests-add-mode-4-unit-test app/test/Makefile | 1 + app/test/test.h | 111 ++- app/test/test_link_bonding.c | 2 +- app/test/test_link_bonding_mode4.c | 1412 ++++++++++++++++++++++++++++++++ lib/librte_pmd_bond/rte_eth_bond_pmd.c | 4 +- lib/librte_pmd_ring/rte_eth_ring.c | 62 +- 6 files changed, 1539 insertions(+), 53 deletions(-) create mode 100644 app/test/test_link_bonding_mode4.c -- 1.7.9.5