From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/2] Trivial bonding patches Date: Wed, 10 Jun 2015 15:06:23 -0700 Message-ID: <1433973985-17940-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org, Stephen Hemminger To: declan.doherty@intel.com Return-path: Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by dpdk.org (Postfix) with ESMTP id 3396BDE4 for ; Thu, 11 Jun 2015 00:06:24 +0200 (CEST) Received: by qgep100 with SMTP id p100so21006826qge.3 for ; Wed, 10 Jun 2015 15:06:23 -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" From: Stephen Hemminger These are a couple things found while doing code inspection for some other bonding related issues. Stephen Hemminger (2): ethdev: make rte_eth_dev_is_valid_port public bonding: fix name and port validation drivers/net/bonding/rte_eth_bond_api.c | 47 ++++++------------------------ drivers/net/bonding/rte_eth_bond_pmd.c | 1 - drivers/net/bonding/rte_eth_bond_private.h | 4 +-- lib/librte_ether/rte_ethdev.c | 2 +- lib/librte_ether/rte_ethdev.h | 11 +++++++ lib/librte_ether/rte_ether_version.map | 1 + 6 files changed, 24 insertions(+), 42 deletions(-) -- 2.1.4