From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] bonding link validation and vlan filters Date: Wed, 14 Sep 2016 15:03:49 +0100 Message-ID: <536f8e87-a148-1a12-cb98-4c5f9cbde5a3@intel.com> References: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Jan Blunck , Declan Doherty , Bernard Iremonger To: Eric Kinzie , dev@dpdk.org 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) In-Reply-To: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?