From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com
 [209.85.223.179]) by dpdk.org (Postfix) with ESMTP id AC421CF9
 for <dev@dpdk.org>; Mon,  1 Jun 2015 16:18:45 +0200 (CEST)
Received: by iesa3 with SMTP id a3so109949131ies.2
 for <dev@dpdk.org>; Mon, 01 Jun 2015 07:18:45 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:date
 :message-id:subject:from:to:cc:content-type;
 bh=QM2/0ApBhr43Rm2X42/ppnG0phut2IGVIgASvCXcFt4=;
 b=cO7wzxaBgO1QBAhK5BbNKucpblBIXCVfqbwTanQ1z63uB5Nwn1tFJ3zNIaBuRORFSp
 Mx1zgRXOjzYfe8iQegmF5pJZ7/1RgdCQZ+dlT1QH0uW5MT+GwtwZsYnRxWbyBEENOimf
 S/nl/NAvkzubVxA1XtvNKvhA6RZONI00WiCO0jT1ZyQk4AYOFWbmb0Xjb5338Nx72Qml
 JiUKiWx1MBGCcsM4Oq16E5K+gnVrjET2seiSKUp2KYHuvOO6obZLCZBcP9VZ6oYIjJbe
 ft+aFPAksW7PBH6zVvLOA+PJrb9e3xNHaDlQWMqQl05fzvuEf6HNS3bVeejkeg/+qaMF
 MRww==
X-Gm-Message-State: ALoCoQktevRQvAb3t3qE1InZ8hI/mkTn6Zb7uN88h8+H9ESvZGaiMfls0DAVDzMit631as8K2BEP
MIME-Version: 1.0
X-Received: by 10.50.178.133 with SMTP id cy5mr13742816igc.5.1433168325132;
 Mon, 01 Jun 2015 07:18:45 -0700 (PDT)
Received: by 10.64.9.237 with HTTP; Mon, 1 Jun 2015 07:18:45 -0700 (PDT)
In-Reply-To: <20150601071112.32e26604@urahara>
References: <1432198563-16334-1-git-send-email-cunming.liang@intel.com>
 <1432889125-20255-1-git-send-email-cunming.liang@intel.com>
 <1432889125-20255-13-git-send-email-cunming.liang@intel.com>
 <20150601071112.32e26604@urahara>
Date: Mon, 1 Jun 2015 07:18:45 -0700
Message-ID: <CAOaVG17gGsgttQUSftBcEAnB5oh1KLvbbcQDfWJuEoQ=T5srBg@mail.gmail.com>
From: Stephen Hemminger <stephen@networkplumber.org>
To: Stephen Hemminger <shemming@brocade.com>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Cc: "dev@dpdk.org" <dev@dpdk.org>, liang-min.wang@intel.com
Subject: Re: [dpdk-dev] [PATCH v9 12/12] abi: fix v2.1 abi broken issue
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: Mon, 01 Jun 2015 14:18:46 -0000

Never mind, had wrong version of one of the patches.

On Mon, Jun 1, 2015 at 7:11 AM, Stephen Hemminger <shemming@brocade.com>
wrote:

> On Fri, 29 May 2015 16:45:25 +0800
> Cunming Liang <cunming.liang@intel.com> wrote:
>
> > RTE_EAL_RX_INTR will be removed from v2.2. It's only used to avoid
> ABI(unannounced) broken in v2.1.
> > The usrs should make sure understand the impact before turning on the
> feature.
> > There are two abi changes required in this interrupt patch set.
> > They're 1) struct rte_intr_handle; 2) struct rte_intr_conf.
> >
> > Signed-off-by: Cunming Liang <cunming.liang@intel.com>
> > ---
>
> While merging for testing I discovered another minor issue.
>
> The patch order here is a problem. The intermediate steps won't build
> until
> this last patch is applied.
>
> In order to allow git bisect to be useful, it is important that every
> commit
> done in the upstream version build and work. This series does not seem to
> build until this last patch is applied. Maybe it should just be first?
>