From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id 1EBBFB363 for ; Tue, 22 Jul 2014 12:56:41 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 22 Jul 2014 03:57:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,709,1400050800"; d="scan'208";a="459900856" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by azsmga001.ch.intel.com with ESMTP; 22 Jul 2014 03:57:58 -0700 Received: from irsmsx154.ger.corp.intel.com (163.33.192.96) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 22 Jul 2014 11:57:57 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.62]) by IRSMSX154.ger.corp.intel.com ([169.254.12.68]) with mapi id 14.03.0123.003; Tue, 22 Jul 2014 11:57:57 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] link bonding unit test fix Thread-Index: AQHPpPN7egoSjEATb0OpANmfZS9qSZur7N9w Date: Tue, 22 Jul 2014 10:57:56 +0000 Message-ID: References: <1405954337-28488-1-git-send-email-declan.doherty@intel.com> In-Reply-To: <1405954337-28488-1-git-send-email-declan.doherty@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Tue, 22 Jul 2014 10:56:42 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, July 21, 2014 3:52 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] link bonding unit test fix >=20 >=20 > fix for link bonding unit tests which are failing due to change introduce= d in > rte_eth_dev_configure which now explicitly checks in pmd supports link st= atus > chnage interrupts. >=20 > Also adds some common test macros to the test application for unit testin= g >=20 >=20 > Declan Doherty (2): > test app: > bond: unit test suite fix >=20 > 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 I would add that it may be a good idea to implement some of the changes mad= e in this unit test in other ones (use the new macros).