From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 32912137D for ; Wed, 24 Sep 2014 15:10:24 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by orsmga103.jf.intel.com with ESMTP; 24 Sep 2014 06:14:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,589,1406617200"; d="scan'208";a="479695901" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by azsmga001.ch.intel.com with ESMTP; 24 Sep 2014 06:16:34 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 24 Sep 2014 14:16:31 +0100 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.158]) by IRSMSX155.ger.corp.intel.com ([169.254.14.85]) with mapi id 14.03.0195.001; Wed, 24 Sep 2014 14:16:31 +0100 From: "Ananyev, Konstantin" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 4/5] bond: lsc polling support Thread-Index: AQHP1zFQxHysejnz6kSxcSsjkRhmc5wQRMIg Date: Wed, 24 Sep 2014 13:16:31 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772582136DD7F@IRSMSX105.ger.corp.intel.com> References: <1409560289-29558-5-git-send-email-declan.doherty@intel.com> <1411478290-28807-1-git-send-email-declan.doherty@intel.com> <1411478290-28807-5-git-send-email-declan.doherty@intel.com> In-Reply-To: <1411478290-28807-5-git-send-email-declan.doherty@intel.com> Accept-Language: en-IE, 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 v3 4/5] bond: lsc polling support 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: Wed, 24 Sep 2014 13:10:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Tuesday, September 23, 2014 2:18 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 4/5] bond: lsc polling support >=20 > Adds link status polling functionality to bonding device as well as API > to set polling interval and link up / down propagation delay. > Also contains unit tests for testing polling functionailty. >=20 >=20 > Signed-off-by: Declan Doherty > --- > app/test/test.h | 7 +- > app/test/test_link_bonding.c | 258 ++++++++++++------- > app/test/virtual_pmd.c | 17 +- > app/test/virtual_pmd.h | 48 +++- > lib/librte_pmd_bond/rte_eth_bond.h | 80 ++++++ > lib/librte_pmd_bond/rte_eth_bond_api.c | 309 +++++++++++++++-------= - > lib/librte_pmd_bond/rte_eth_bond_args.c | 30 ++- > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 387 +++++++++++++++++++++-= ------ > lib/librte_pmd_bond/rte_eth_bond_private.h | 71 ++++-- > 9 files changed, 861 insertions(+), 346 deletions(-) >=20 > -- > 1.7.4.1 Acked-by: Konstantin Ananyev