From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3C6D2DE0 for ; Wed, 23 Dec 2015 11:56:47 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 23 Dec 2015 02:56:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,468,1444719600"; d="scan'208";a="868136112" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 23 Dec 2015 02:52:20 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX153.ger.corp.intel.com ([169.254.9.208]) with mapi id 14.03.0248.002; Wed, 23 Dec 2015 10:51:23 +0000 From: "Iremonger, Bernard" To: Stephen Hemminger , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH 0/8] bonding: fixes and enhancements Thread-Index: AQHRLrdESg01YZoSkEiI8kuMb0CKhp7YgWsw Date: Wed, 23 Dec 2015 10:51:23 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F93B0C@IRSMSX108.ger.corp.intel.com> References: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> In-Reply-To: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDdmNmFjMGYtNzI5NC00MzE1LWIzNTMtZjMxYmRjNjFmNTRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVEczMDVGVCtFV2hsXC9XQ2duZVRjaERvb3FGbThUaHU0WEpBWGJ0dDFFdG89In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/8] bonding: fixes and enhancements 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, 23 Dec 2015 10:56:47 -0000 Hi Stephen, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Friday, December 4, 2015 5:14 PM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/8] bonding: fixes and enhancements >=20 > These are bug fixes and some small enhancements to allow bonding to work > with external control (teamd). Please consider integrating these into DPD= K > 2.2 >=20 > Eric Kinzie (8): > bond: use existing enslaved device queues > bond mode 4: copy entire config structure > bond mode 4: do not ignore multicast > bond mode 4: allow external state machine > bond: active slaves with no primary > bond: handle slaves with fewer queues than bonding device > bond: per-slave intermediate rx ring > bond: do not activate slave twice >=20 > app/test/test_link_bonding_mode4.c | 7 +- > drivers/net/bonding/rte_eth_bond_8023ad.c | 174 > +++++++++++++++++ > drivers/net/bonding/rte_eth_bond_8023ad.h | 44 +++++ > drivers/net/bonding/rte_eth_bond_8023ad_private.h | 2 + > drivers/net/bonding/rte_eth_bond_api.c | 48 ++++- > drivers/net/bonding/rte_eth_bond_pmd.c | 217 > ++++++++++++++++++---- > drivers/net/bonding/rte_eth_bond_private.h | 9 +- > drivers/net/bonding/rte_eth_bond_version.map | 6 + > 8 files changed, 462 insertions(+), 45 deletions(-) >=20 > -- > 2.1.4 Patches 6 and 7 of this patchset do not apply successfully to DPDK 2.2, a r= ebase is probably needed. It might be better to split this patchset into a fixes patchset and a new f= eature patchset. Regards, Bernard.