From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liang, Cunming" Subject: Re: [PATCH v14 01/13] eal/linux: add interrupt vectors support in intr_handle Date: Mon, 20 Jul 2015 10:02:33 +0800 Message-ID: <55AC56B9.3070903@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> <2722862.a0Ri0pKi80@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, shemming@brocade.com To: Thomas Monjalon Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B709BC35C for ; Mon, 20 Jul 2015 04:02:36 +0200 (CEST) In-Reply-To: <2722862.a0Ri0pKi80@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/20/2015 7:31 AM, Thomas Monjalon wrote: > 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. Ok, will remove the comment.