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 BB2EB809D for ; Fri, 12 Dec 2014 16:27:40 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 12 Dec 2014 07:27:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="428239284" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 12 Dec 2014 07:16:34 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.126]) by IRSMSX103.ger.corp.intel.com ([169.254.3.113]) with mapi id 14.03.0195.001; Fri, 12 Dec 2014 15:27:22 +0000 From: "Doherty, Declan" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] bond mode 4: add unit tests Thread-Index: AQHQFewqPAhctrnzJUuy1FRHaG+miZyME5ew Date: Fri, 12 Dec 2014 15:27:22 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC2745CA4F@IRSMSX101.ger.corp.intel.com> References: <1418375682-4703-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1418375682-4703-1-git-send-email-michalx.k.jastrzebski@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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] bond mode 4: add unit tests 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: Fri, 12 Dec 2014 15:27:41 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, December 12, 2014 9:15 AM > To: dev@dpdk.org > Cc: Kulasek, TomaszX > Subject: [dpdk-dev] [PATCH 0/3] bond mode 4: add unit tests >=20 > These patches add unit tests for mode 4. They also changes ring pmd > to behave more like ordinary pmd device. >=20 > Pawel Wodkowski (3): > bond-change-warning > PMD-ring-MAC-management-fix-initialization-link-up-d > unit-tests-add-mode-4-unit-test >=20 > app/test/Makefile | 1 + > app/test/test.h | 111 ++- > app/test/test_link_bonding.c | 2 +- > app/test/test_link_bonding_mode4.c | 1412 > ++++++++++++++++++++++++++++++++ > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 4 +- > lib/librte_pmd_ring/rte_eth_ring.c | 62 +- > 6 files changed, 1539 insertions(+), 53 deletions(-) > create mode 100644 app/test/test_link_bonding_mode4.c >=20 > -- > 1.7.9.5 Acked-by: Declan Doherty