From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BA1CB595A for ; Mon, 21 Jul 2014 16:51:23 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 21 Jul 2014 07:52:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,701,1400050800"; d="scan'208";a="573096631" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 21 Jul 2014 07:52:35 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s6LEqYn7019355; Mon, 21 Jul 2014 15:52:34 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s6LEqYdC030221; Mon, 21 Jul 2014 15:52:34 +0100 Received: (from dwdohert@localhost) by sivswdev02.ir.intel.com with id s6LEqY6U030217; Mon, 21 Jul 2014 15:52:34 +0100 From: Declan Doherty To: dev@dpdk.org Date: Mon, 21 Jul 2014 15:52:15 +0100 Message-Id: <1405954337-28488-1-git-send-email-declan.doherty@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] link bonding unit test fix X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 14:51:24 -0000 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(-)