From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com
 [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 70860959
 for <dev@dpdk.org>; Sat,  4 Oct 2014 01:45:55 +0200 (CEST)
Received: by mail-pa0-f43.google.com with SMTP id lf10so2264619pab.16
 for <dev@dpdk.org>; Fri, 03 Oct 2014 16:52:51 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to
 :references:mime-version:content-type:content-transfer-encoding;
 bh=hrNph/+18CZUUbw8VdpFgHUjGpjRPY2IXGKI9kvCtKg=;
 b=lfqdtW0dDTQ7Oh3/XDRUNi7o/gBnxzS0q2VyMUdr1mrX8ZdOcABhNcv0IVMqBVioBQ
 rWvkbgXZ48oJfQ6/kv4j0laafL0LVhsaDtwCca70Reep4DeaX4SUzxwgei6mdyB/iY9m
 yXrECiBJMaVMkq7/C/KFES0AY1aH/L+4G+fJPoTIj1M9cQYCZ5Ugpd+yK/b3ZqQNyum8
 sRJgp/uDIVvfzdnaFuCWLhFGPZC2DVcIMdqPwVU1cgdu8VmQJ3eEmFWmAPP55pYMpD0K
 BIHrcILqTtckD8Bz+5qr2SKgBsVC/7bjqHaZ7Dh7gWMUO2+geijShCEzFXKtp6VD+D7J
 3jbw==
X-Gm-Message-State: ALoCoQn4Hno+uTMDG/XqyHHVk4lUr2At21Tu3OAV3DXfi54xZDiihIusqeuM7apGOSPwYvwoWB1k
X-Received: by 10.66.141.139 with SMTP id ro11mr9907426pab.43.1412380370976;
 Fri, 03 Oct 2014 16:52:50 -0700 (PDT)
Received: from urahara (static-50-53-65-80.bvtn.or.frontiernet.net.
 [50.53.65.80])
 by mx.google.com with ESMTPSA id qr1sm7313187pbc.50.2014.10.03.16.52.48
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 03 Oct 2014 16:52:50 -0700 (PDT)
Date: Fri, 3 Oct 2014 16:52:40 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: Neil Horman <nhorman@tuxdriver.com>
Message-ID: <20141003165240.65e174ea@urahara>
In-Reply-To: <20141003112833.GA24059@hmsreliant.think-freely.org>
References: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com>
 <20141002172634.GE4900@hmsreliant.think-freely.org>
 <20141002200420.GB29590@mhcomputing.net>
 <20141002202451.GF4900@hmsreliant.think-freely.org>
 <20141003103110.GB28988@sivswdev02.ir.intel.com>
 <20141003112833.GA24059@hmsreliant.think-freely.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 0/4] Fix build issues with
 CONFIG_RTE_BUILD_COMBINE_LIBS=y
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Oct 2014 23:45:55 -0000

On Fri, 3 Oct 2014 07:28:33 -0400
Neil Horman <nhorman@tuxdriver.com> wrote:

>  I.e. you can ship your pmd's
> pacakged separately from your core

I was hoping only the application API would be "stable"
As we know from Linux kernel, internal API's will never remain stable.