From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; Mon, 1 Jun 2015 16:18:45 +0200 (CEST) Received: by iesa3 with SMTP id a3so109949131ies.2 for ; 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: From: Stephen Hemminger To: Stephen Hemminger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 wrote: > On Fri, 29 May 2015 16:45:25 +0800 > Cunming Liang 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 > > --- > > 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? >