From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH 0/2] bonding link validation and vlan filters Date: Thu, 4 Aug 2016 11:24:41 -0700 Message-ID: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> Cc: Jan Blunck To: dev@dpdk.org Return-path: Received: from mail-pa0-f66.google.com (mail-pa0-f66.google.com [209.85.220.66]) by dpdk.org (Postfix) with ESMTP id D185F19F5 for ; Thu, 4 Aug 2016 20:25:01 +0200 (CEST) Received: by mail-pa0-f66.google.com with SMTP id cf3so17847923pad.2 for ; Thu, 04 Aug 2016 11:25:01 -0700 (PDT) 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" 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(-) -- 1.7.10.4