From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com
 [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 6C155E62
 for <dev@dpdk.org>; Mon, 20 Jul 2015 01:32:43 +0200 (CEST)
Received: by wicmv11 with SMTP id mv11so2864534wic.0
 for <dev@dpdk.org>; Sun, 19 Jul 2015 16:32:43 -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=ADB+bCEyCPbbexrM97eP/yleDPEeZP4PZZ5RygzRuas=;
 b=XtUpItwMLsfK87VuKrZQuzmE9W9dVNwT58CZbKfGBaoRHc4MYIxJgROjq7Pit3Uie2
 rpjpMvlQYWUbK75LH+sAz1UhS7FR8OWDcDzggerB4A63v2af1lp2nnUX4CBZCAGjl60t
 299xqhou880pbsDfU+KYYt6lOhaupQU4KFU4w5R1DhXRXVnXFs2T7IaNWNXY3A4H1XoV
 yWu9tZcPQNWkZ6M2sGI3oOpdKGkRwVz1luyww7jY9vtCsP2ErUJcOXyoNfBbcHEOCDtr
 TAOQ7r7Xl3lvQWpF4ffssXsssw7CtrWqORvsLOt0x/dqy5wra/tHZ/Uqj4lkWFpOw1qG
 rLbg==
X-Gm-Message-State: ALoCoQnlOknDF5RXIKAB40HsWTu52Wp8lI5KKFRsLrwzJ7dhOXO2+zDUejJaTWKyuZGNqSJ03ARr
X-Received: by 10.180.20.15 with SMTP id j15mr16192904wie.76.1437348763282;
 Sun, 19 Jul 2015 16:32:43 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id ev8sm29217325wjb.8.2015.07.19.16.32.41
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 19 Jul 2015 16:32:41 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Cunming Liang <cunming.liang@intel.com>
Date: Mon, 20 Jul 2015 01:31:31 +0200
Message-ID: <2722862.a0Ri0pKi80@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1437113775-32199-2-git-send-email-cunming.liang@intel.com>
References: <1434686442-578-1-git-send-email-cunming.liang@intel.com>
 <1437113775-32199-1-git-send-email-cunming.liang@intel.com>
 <1437113775-32199-2-git-send-email-cunming.liang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, shemming@brocade.com
Subject: Re: [dpdk-dev] [PATCH v14 01/13] eal/linux: add interrupt vectors
	support in intr_handle
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: Sun, 19 Jul 2015 23:32:43 -0000

2015-07-17 14:16, Cunming Liang:
> +#ifdef RTE_NEXT_ABI
> +	/**
> +	 * RTE_NEXT_ABI will be removed from v2.2.
> +	 * It's only used to avoid ABI(unannounced) broken in v2.1.
> +	 * Make sure being aware of the impact before turning on the feature.
> +	 */

We are not going to put this comment each time NEXT_ABI is used with ifdef.