From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 63175C344 for ; Mon, 20 Jul 2015 02:33:38 +0200 (CEST) Received: by wibud3 with SMTP id ud3so83492539wib.0 for ; Sun, 19 Jul 2015 17:33:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=7hw5o2xOJoIwnNjo7LdOCQDb53pzLOr3IEqKICKezlw=; b=Kg7G6CH47Kt/ezxoRyS+FsxTvnIRg4LMtlBCRAZ6oxfrP0x8T08wDAK24GbZJSP5yh 7gOfEeK07nikiKJJrJ3brgdfKH9sWmdqG8vSHBM4fjKHPs63zjuMS6joqgE7uFavv+pF 7Hnugjz9JOv6fhgC2hMOoSENqpobE/t2Eq9oZJAqmUkq/8FUeHg4wQnmgKcc9AfUmp2w wq1hntT4inqhp0FNbbVmMCa/qZw9r09sdYTG3MGHhE+1H/0LIPKyonEXyP3vhfiIOO7x azJ+py8wm2D0944zCd8hbT5a8uVIBXnFFsy6A7T2uw2VphFzMwT9EAISzLt7MwF9qPAq HvOQ== X-Gm-Message-State: ALoCoQn3auN3DsSC5rL7GN6Lb3D/1T+SgKb5kvVYpZxIwgJ2eZExnCmUbA0WscCIUcU0khcRL3Aj X-Received: by 10.180.83.65 with SMTP id o1mr4047405wiy.14.1437352418232; Sun, 19 Jul 2015 17:33:38 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c11sm9199966wib.1.2015.07.19.17.33.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 17:33:37 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 20 Jul 2015 02:32:26 +0200 Message-ID: <2341575.M6l3TIZ2Jn@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433973985-17940-1-git-send-email-stephen@networkplumber.org> References: <1433973985-17940-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 0/2] Trivial bonding patches 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: Mon, 20 Jul 2015 00:33:38 -0000 > 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 Applied, thanks