fix for link bonding unit tests which are failing due to change introduced in rte_eth_dev_configure which now explicitly checks in pmd supports link status chnage interrupts.
Also adds some common test macros to the test application for unit testing Declan Doherty (2): test app: bond: unit test suite fix app/test/test.c | 53 ++++ app/test/test.h | 82 ++++++ app/test/test_link_bonding.c | 491 ++++++++++++-------------------- app/test/virtual_pmd.c | 1 + lib/librte_pmd_bond/rte_eth_bond_pmd.c | 92 +++--- 5 files changed, 356 insertions(+), 363 deletions(-)