From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: [PATCH 0/2] link bonding unit test fix Date: Mon, 21 Jul 2014 15:52:15 +0100 Message-ID: <1405954337-28488-1-git-send-email-declan.doherty@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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(-)