From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9EC6E214A for ; Thu, 10 Mar 2016 16:41:44 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 10 Mar 2016 07:41:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="933923334" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.166]) by fmsmga002.fm.intel.com with SMTP; 10 Mar 2016 07:41:41 -0800 Received: by (sSMTP sendmail emulation); Thu, 10 Mar 2016 15:41:41 +0025 Date: Thu, 10 Mar 2016 15:41:41 +0000 From: Bruce Richardson To: Eric Kinzie Message-ID: <20160310154140.GI18264@bricha3-MOBL3> References: <8CEF83825BEC744B83065625E567D7C219FB4852@IRSMSX108.ger.corp.intel.com> <1456853522-4864-1-git-send-email-ehkinzie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456853522-4864-1-git-send-email-ehkinzie@gmail.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH V3 0/4] 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: Thu, 10 Mar 2016 15:41:45 -0000 On Tue, Mar 01, 2016 at 09:31:58AM -0800, Eric Kinzie wrote: > These are bug fixes and some small enhancements to allow bonding > to work with external control (teamd). Please consider integrating > these into DPDK 2.2 > > Changes in v2: > - remove "bond: handle slaves with fewer queues than bonding device" > - remove "bond: per-slave intermediate rx ring" > > Changes in v3: > This version has only fixes. Patches with new functionality have been > removed and will be submitted separately. > - remove "bond mode 4: allow external state machine" > - remove "bond: use existing enslaved device queues" > > Eric Kinzie (4): > bond mode 4: copy entire config structure > bond mode 4: do not ignore multicast > bond: active slaves with no primary > bond: do not activate slave twice > > app/test/test_link_bonding_mode4.c | 7 +++++-- > drivers/net/bonding/rte_eth_bond_8023ad.c | 1 + > drivers/net/bonding/rte_eth_bond_api.c | 13 +++++++++++-- > drivers/net/bonding/rte_eth_bond_pmd.c | 1 + > 4 files changed, 18 insertions(+), 4 deletions(-) > > -- > 2.1.4 > Applied to dpdk-next-net/rel_16_04 /Bruce