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 07A382946 for ; Wed, 14 Sep 2016 16:03:51 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 14 Sep 2016 07:03:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,334,1470726000"; d="scan'208";a="1050169290" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.117]) ([10.237.220.117]) by orsmga002.jf.intel.com with ESMTP; 14 Sep 2016 07:03:49 -0700 To: Eric Kinzie , dev@dpdk.org References: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> Cc: Jan Blunck , Declan Doherty , Bernard Iremonger From: Ferruh Yigit Message-ID: <536f8e87-a148-1a12-cb98-4c5f9cbde5a3@intel.com> Date: Wed, 14 Sep 2016 15:03:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] bonding link validation and vlan filters 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, 14 Sep 2016 14:03:52 -0000 On 8/4/2016 7:24 PM, Eric Kinzie wrote: > This series contains a fix to the validation of interfaces added to a > bond group and an enhancement to allow reception of tagged frames on > slave interfaces that are virtual functions. > > Eric Kinzie (2): > net/bonding: validate speed after link up > net/bonding: enable slave VLAN filter > > drivers/net/bonding/rte_eth_bond_api.c | 83 +++++++++++++++++++++++----- > drivers/net/bonding/rte_eth_bond_pmd.c | 46 +++++++++++++++ > drivers/net/bonding/rte_eth_bond_private.h | 4 ++ > 3 files changed, 118 insertions(+), 15 deletions(-) > +cc bonding maintainer, can you please review the patch?