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 1FE117E87 for ; Tue, 14 Oct 2014 17:53:49 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 Oct 2014 09:01:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,718,1406617200"; d="scan'208";a="614332555" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 14 Oct 2014 09:00:14 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.21]) by IRSMSX103.ger.corp.intel.com ([169.254.3.175]) with mapi id 14.03.0195.001; Tue, 14 Oct 2014 16:59:30 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/8] link bonding Thread-Index: AQHP567ZKeXPSt7ywkumXAm/oNu/wJwvwAgw Date: Tue, 14 Oct 2014 15:59:29 +0000 Message-ID: References: <1412071079-7355-1-git-send-email-declan.doherty@intel.com> <1413291597-27326-1-git-send-email-declan.doherty@intel.com> In-Reply-To: <1413291597-27326-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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/8] link bonding 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, 14 Oct 2014 15:53:50 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Tuesday, October 14, 2014 2:00 PM > To: dev@dpdk.org > Cc: Jiajia, SunX; De Lara Guarch, Pablo; thomas.monjalon@6wind.com; > Doherty, Declan > Subject: [PATCH v5 0/8] link bonding >=20 > v5: > - Fix uninitialized variable in broadcast_tx_burst function which caused = a > build error in 32-bit build > - Address unit test issue which is exposed by new test in mode 4/5 patch = sets >=20 [..] > failures in the under lying slave pmd which could lead to leaked mbufs. >=20 >=20 > Declan Doherty (8): > bond: link status interrupt support > bond: removing switch statement from rx burst method > bond: fix naming inconsistency in tx_burst_round_robin > bond: free mbufs if transmission fails in bonding tx_burst functions > test app: adding support for generating variable sized packet > testpmd: adding parameter to reconfig method to set socket_id when > adding new port to portlist > bond: lsc polling support > bond: unit test test macro refactor >=20 > app/test-pmd/cmdline.c | 65 +- > app/test-pmd/testpmd.c | 3 +- > app/test-pmd/testpmd.h | 2 +- > app/test/packet_burst_generator.c | 25 +- > app/test/packet_burst_generator.h | 6 +- > app/test/test.h | 7 +- > app/test/test_link_bonding.c | 3342 ++++++++++++++--------= ------ > app/test/virtual_pmd.c | 96 +- > app/test/virtual_pmd.h | 53 +- > lib/librte_pmd_bond/rte_eth_bond.h | 80 + > lib/librte_pmd_bond/rte_eth_bond_api.c | 319 ++- > lib/librte_pmd_bond/rte_eth_bond_args.c | 30 +- > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 550 +++-- > lib/librte_pmd_bond/rte_eth_bond_private.h | 71 +- > 14 files changed, 2691 insertions(+), 1958 deletions(-) >=20 > -- > 1.7.12.2 Acked-by: Pablo de Lara