> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, July 21, 2014 3:52 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] link bonding unit test fix > > > 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(-)
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com> I would add that it may be a good idea to implement some of the changes made in this unit test in other ones (use the new macros).