From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v14 01/13] eal/linux: add interrupt vectors support in intr_handle Date: Mon, 20 Jul 2015 01:31:31 +0200 Message-ID: <2722862.a0Ri0pKi80@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shemming@brocade.com To: Cunming Liang Return-path: 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 ; Mon, 20 Jul 2015 01:32:43 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so2864534wic.0 for ; Sun, 19 Jul 2015 16:32:43 -0700 (PDT) In-Reply-To: <1437113775-32199-2-git-send-email-cunming.liang@intel.com> 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" 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.