From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 381725922 for ; Fri, 27 Jun 2014 22:58:30 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id u56so5836058wes.7 for ; Fri, 27 Jun 2014 13:58:49 -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=S6NDZVofn4rDnYYQzrTS+svuH5k4/mYuHkg4cdWKzrg=; b=Lhjd627CNNLe4MaLFnqT+BQ+E6WdqmycHR+Lki3l3uKgnOFPxUadNaTaDfE4ou8caU 5rxhC6oCSuhUJW2EdimmuQ9h6OWMmjbF6Uyag5+ZUrzyES0R4SChiqP+ejc530D2ynWJ HSPOmm1es6Omu7LWviD4Gb3Cle3TnXO4AgDbqNTUxHtTuG1sxQeCDeoWoafIlO1/S+5v UD3QWYiTZItuB2GUAy9bNZH5CgVez5AZgL/f35t4dKtwZLmNO0InmIkqpak8uGcY7gX6 J367WjK//Xw1cYFXd06n4xnwPBeMiPbbnrCcGiBH9RG8PmwiNrOv19sDucMYCugErO/b NlcA== X-Gm-Message-State: ALoCoQlqvt4Ojp2km/JrxMK9JlEWzCBweVsNdO0o1UnWsBX8dTwk439IUN6QhPzNEm9IC9GDm7lM X-Received: by 10.180.84.226 with SMTP id c2mr9571868wiz.50.1403902729497; Fri, 27 Jun 2014 13:58:49 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id h3sm23629109wjz.48.2014.06.27.13.58.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jun 2014 13:58:48 -0700 (PDT) From: Thomas Monjalon To: Declan Doherty Date: Fri, 27 Jun 2014 22:58:41 +0200 Message-ID: <3289173.et4atSL6zf@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403864324-12022-1-git-send-email-declan.doherty@intel.com> References: <1403827075-9192-1-git-send-email-thomas.monjalon@6wind.com> <1403864324-12022-1-git-send-email-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v10 0/5] link bonding 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: Fri, 27 Jun 2014 20:58:30 -0000 2014-06-27 11:18, Declan Doherty: > Fixed copyright in link bonding library Makefile A small fix is needed in Makefile for renaming of file rte_eth_bond_args.c. And more important, it cannot be built as an optional shared library as test applications call functions from the specific API. The best design would be to have a base library always linked and an optional PMD layer. -- Thomas