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 E7B30312 for ; Fri, 6 Jun 2014 05:26:48 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 05 Jun 2014 20:27:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,986,1392192000"; d="scan'208";a="441579476" Received: from fmsmsx104.amr.corp.intel.com ([10.19.9.35]) by azsmga001.ch.intel.com with ESMTP; 05 Jun 2014 20:26:38 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX104.amr.corp.intel.com (10.19.9.35) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 5 Jun 2014 20:26:38 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 5 Jun 2014 20:26:37 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.34]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.23]) with mapi id 14.03.0123.003; Fri, 6 Jun 2014 11:26:34 +0800 From: "Cao, Waterman" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/4] Link Bonding Library Thread-Index: AQHPgAh4jzSWzjCTQk2Dv6g8aaoerptjbCPg Date: Fri, 6 Jun 2014 03:26:34 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/4] Link Bonding Library 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, 06 Jun 2014 03:26:50 -0000 Tested-by: Waterman Cao This patch is updated version for Link Bonding library. It's compose of 5 files including cover letter, tested by Intel. Please see environment information: Fedora 20 x86_64, Linux Kernel 3.11.10-301, GCC 4.8.2 =20 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599 Total cases Passed Failed =20 18 18 0 Please see test Case list as the following: Case1: Basic bonding--Create bonded devices and slaves=20 Case2: Basic bonding--MAC Address Test=20 Case3: Basic bonding--Device Promiscuous Mode Test Case4: Mode 0(Round Robin) TX/RX test=20 Case5: Mode 0(Round Robin) Bring one slave link down=20 Case6: Mode 0(Round Robin) Bring all slave links down Case7: Mode 1(Active Backup) TX/RX Test=20 Case8: Mode 1(Active Backup) Change active slave, RX/TX test=20 Case9: Mode 1(Active Backup) Link up/down active eth dev=20 Case10: Mode 1(Active Backup) Bring all slave links down Case11: Mode 2(Balance XOR) TX Load Balance test=20 Case12: Mode 2(Balance XOR) TX Load Balance Link down=20 Case13: Mode 2(Balance XOR) Bring all slave links down=20 Case14: Mode 2(Balance XOR) Layer 3+4 forwarding=20 Case15: Mode 2(Balance XOR) RX test Case16: Mode 3(Broadcast) TX/RX Test=20 Case17: Mode 3(Broadcast) Bring one slave link down=20 Case18: Mode 3(Broadcast) Bring all slave links down